grafite / crypto
Cryptography tools for Laravel and Lumen
Installs: 22 407
Dependents: 2
Suggesters: 0
Security: 0
Stars: 10
Watchers: 2
Forks: 13
Open Issues: 1
Requires
- php: >=5.6.4
- illuminate/support: 5.*
- ramsey/uuid: ^3.8
Requires (Dev)
- mikey179/vfsstream: ^1.6
- mockery/mockery: ^0.9.4
- orchestra/testbench: ^3.3
- phpunit/phpunit: ~5.0
README
Crypto - Powerful and elegant cryptography tools for Laravel and Lumen
The Cryptograpy toolset Crypto provides a collection of methods for handy, encryption, decryption, uuid generating, app key generating and more.
Author(s):
- Matt Lantz (@mattylantz, mattlantz at gmail dot com)
Requirements
- PHP 5.6+
- OpenSSL
- Laravel 5.3+ or Lumen
- For Lumen you must enable Facades:
$app->withFacades()
Installation
Start a new Laravel project:
composer create-project laravel/laravel your-project-name
Then run the following to add Crypto
composer require "grafite/crypto"
Documentation
https://docs.grafite.ca/others/crypto
License
Crypto is open-sourced software licensed under the MIT license
Bug Reporting and Feature Requests
Please add as many details as possible regarding submission of issues and feature requests
Disclaimer
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.