squatto / grafite-crypto
Cryptography tools for Laravel and Lumen
Requires
- php: ^7.3|^8.0
- illuminate/support: ^8.0
- ramsey/uuid: ^4.0
Requires (Dev)
- laravel/legacy-factories: ^1.0.4
- mikey179/vfsstream: ^1.6
- mockery/mockery: ^1.0
- orchestra/testbench: ^6.0
- phpunit/phpunit: ^8.0
- roave/security-advisories: dev-master
README
IMPORTANT: this fork's entire purpose is to enable compatibility with Laravel 8.x and beyond.
OUTSIDE OF ENSURING COMPATIBILITY, NO FEATURE ADDITIONS/CHANGES OR BUG FIXES WILL BE MADE!
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) - original grafite/crypto package author
- Scott Carpenter - current package author
Requirements
- PHP 7.3+
- OpenSSL
- Laravel 8.0+ or Lumen
- For Lumen you must enable Facades:
$app->withFacades()
Compatibility and Support
Installation
Start a new Laravel project:
composer create-project laravel/laravel your-project-name
Then run the following to add Crypto:
composer require squatto/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.