Download the PHP package bcmdevteam/bcm-crypt without Composer
On this page you can find all versions of the php package bcmdevteam/bcm-crypt. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download bcmdevteam/bcm-crypt
More information about bcmdevteam/bcm-crypt
Files in bcmdevteam/bcm-crypt
Download bcmdevteam/bcm-crypt
More information about bcmdevteam/bcm-crypt
Files in bcmdevteam/bcm-crypt
Vendor bcmdevteam
Package bcm-crypt
Short Description Simple package to handle AES encryption and decryption
License MIT
Homepage https://github.com/bcmdevteam/bcm-crypt
Package bcm-crypt
Short Description Simple package to handle AES encryption and decryption
License MIT
Homepage https://github.com/bcmdevteam/bcm-crypt
Please rate this library. Is it a good library?
Informations about the package bcm-crypt
BcmCrypt
Installation
Pull the project by running: composer require bcmdevteam/bcm-crypt
Add in your config/app.php
:
'providers' => [ ... BcmDevTeam\BcmCrypt\Provider\BcmCryptProvider::class, ... ], 'aliases' => [ ... 'BcmCrypt' => BcmDevTeam\BcmCrypt\Facade\BcmCryptFacade::class, ... ]
All versions of bcm-crypt with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
The package bcmdevteam/bcm-crypt contains the following files
Loading the files please wait ....