LaravelPackages.net
Acme Inc.
Toggle sidebar
xwei3752/yii2-laravel-crypt

yii2-laravel-crypt is yii2 library compatiable with laravel

67
1
About xwei3752/yii2-laravel-crypt

xwei3752/yii2-laravel-crypt is a Laravel package for yii2-laravel-crypt is yii2 library compatiable with laravel. It currently has 1 GitHub stars and 67 downloads on Packagist. Install it with composer require xwei3752/yii2-laravel-crypt. Discover more Laravel packages by xwei3752 or browse all Laravel packages to compare alternatives.

Last updated

yii2-laravel-crypt

this is same as laravel(>=5.1) encrypt and decrypt function.

##example:

$cryption = new \Cryption\Encrypter("yourRandomString","AES-256-CBC");
$cryption->encrypt("yourData");

Comments