yii2-laravel-crypt is yii2 library compatiable with laravel
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
this is same as laravel(>=5.1) encrypt and decrypt function.
##example:
$cryption = new \Cryption\Encrypter("yourRandomString","AES-256-CBC");
$cryption->encrypt("yourData");