squatto / grafite-crypto by squatto
forked from GrafiteInc/Crypto

Cryptography tools for Laravel and Lumen
1,158
0
1
Package Data
Maintainer Username: squatto
Maintainer Contact: scott@payforstay.com (Scott Carpenter)
Package Create Date: 2020-02-17
Package Last Update: 2022-02-23
Home Page: https://docs.grafite.ca/others/crypto
Language: PHP
License: MIT
Last Refreshed: 2024-04-18 15:27:43
Package Statistics
Total Downloads: 1,158
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 1
Total Forks: 0
Total Open Issues: 0

Crypto

IMPORTANT: this fork's entire purpose is to enable compatibility with Laravel 6.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

license

The Cryptograpy toolset Crypto provides a collection of methods for handy, encryption, decryption, uuid generating, app key generating and more.

Author(s):

Requirements

  1. PHP 7.2+
  2. OpenSSL
  3. Laravel 6.0+ 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 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.