aledefreitas / zlx_security
Security class used for encrypting, decrypting, and hashing
v1.0.4
2017-11-10 00:49 UTC
Requires
- php: >=5.6
- ext-mbstring: *
- ext-openssl: *
This package is auto-updated.
Last update: 2023-11-28 07:49:52 UTC
README
===============
Security class used for encrypting, decrypting, and hashing
Installation
In your composer.json
file include:
"require": {
"aledefreitas/zlx_security": "*"
}
Or you can require it with composer:
composer require aledefreitas/zlx_security
Requirements
- PHP 5.6 +
- EXT-OPENSSL
- EXT-MBSTRING