lion / security
Library created with the function of implementing AES, RSA and JWT Security functions for PHP.
v11.6.0
2025-04-02 16:05 UTC
Requires
- php: >=8.4
- ext-openssl: *
- firebase/php-jwt: ^6.1
- vlucas/valitron: ^1.4
Requires (Dev)
- guzzlehttp/guzzle: ^7.8
- infection/infection: ^0.29.14
- lion/test: ^3.2
- overtrue/phplint: ^9.5
- phpstan/phpstan: ^2.1
- phpunit/phpunit: ^12.0
- squizlabs/php_codesniffer: ^3.11
- dev-main
- v11.6.0
- v11.5.0
- v11.4.0
- v11.3.0
- v11.2.0
- v11.1.0
- v11.0.0
- v10.0.0
- v9.1.1
- v9.1.0
- v9.0.2
- v9.0.1
- v9.0.0
- v8.1.0
- v8.0.0
- v7.0.0
- v6.12.0
- v6.11.0
- v6.10.1
- v6.10.0
- v6.9.0
- v6.8.0
- v6.7.0
- v6.6
- v6.5
- v6.4.2
- v6.4.1
- v6.4
- v6.3
- v6.2
- v6.1.1
- v6.1
- v6.0.1
- v6.0
- v5.0
- v4.0
- v3.0
- v2.0
- v1.0.2
- v1.0.1
- v1.0
- dev-support
- dev-new
- dev-GabrielPalac-patch-1
- dev-ci-github
- dev-infection
This package is auto-updated.
Last update: 2025-04-02 16:05:42 UTC
README
🚀 Lion-Security Library created with the function of implementing AES and RSA Security functions for PHP, it also includes functions to create JWT.
📖 Features
✔️ Symmetric encryption with AES.
✔️ JWT token generation.
✔️ Encryption key creation and RSA encryption.
✔️ Password creation using the SHA256 algorithm.
📦 Installation
Install the security using Composer:
composer require lion/security
📝 License
The security is open-sourced software licensed under the MIT License.