zugoripls / openssl-encryption
Openssl version of Illuminate Encryption package.
1.0
2018-08-20 11:17 UTC
Requires
- php: >=5.4.0
- ext-openssl: *
- illuminate/contracts: 5.0.*
- illuminate/support: 5.0.*
- symfony/security-core: 2.6.*
Requires (Dev)
- phpunit/phpunit: ~4.0
This package is not auto-updated.
Last update: 2025-03-12 16:23:44 UTC
README
Carefully improved Illuminate/Encryption (v5.0) to compatible without ext-mcrypt (deprecated). Replaced all Mcrypt Functions with OpenSSL Functions.
1.Installation
$ composer require zugoripls/openssl-encryption
2.Testing
$ php vendor/bin/phpunit