zugoripls / openssl-encryption
Openssl version of Illuminate Encryption package.
Installs: 13
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/zugoripls/openssl-encryption
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-09-24 19:02:53 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