devnet / security
The DevNet Web Security Library
Installs: 28
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
pkg:composer/devnet/security
Requires
- php: ^8.1
- devnet/system: 1.1.*
This package is not auto-updated.
Last update: 2025-12-09 18:58:03 UTC
README
This dependency is the web security library of DevNet Framework, which includes the following web components:
- Authentication
- Authorization
- CSRF Prevention
Requirements
- DevNet Core version 1.0
- Composer version 2.0 or higher
Installation
You can install DevNet Security as a third-party library to any PHP project, by running the following command in the terminal:
composer require devnet/security
Documentation
Full documentation on how to use DevNet Framework is available at devnet-framework.github.io
License
This library is licensed under the MIT license. See License File in the root folder for more information.