xwei3752 / yii2-laravel-crypt by xwei3752

yii2-laravel-crypt is yii2 library compatiable with laravel
67
1
1
Package Data
Maintainer Username: xwei3752
Maintainer Contact: xwei3752@gmail.com (xwei)
Package Create Date: 2016-12-23
Package Last Update: 2016-12-27
Language: PHP
License: MIT
Last Refreshed: 2024-04-18 15:01:41
Package Statistics
Total Downloads: 67
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 1
Total Watchers: 1
Total Forks: 2
Total Open Issues: 0

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");