bcmdevteam / bcm-crypt
Simple package to handle AES encryption and decryption
Installs: 93
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/bcmdevteam/bcm-crypt
Requires
- php: >=5.4.0
This package is not auto-updated.
Last update: 2025-10-12 00:57:37 UTC
README
#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, ... ]