psecio / gatekeeper
A simple PHP authentication and authorization library
Installs: 2 122
Dependents: 3
Suggesters: 0
Security: 0
Stars: 367
Watchers: 22
Forks: 23
Open Issues: 37
Requires
- php: >=5.4.0
- enygma/modler: 2.*
- ircmaxell/password-compat: ^1.0.4
- ircmaxell/random-lib: ^1.1.0
- monolog/monolog: ^1.13
- robmorgan/phinx: *
- symfony/expression-language: ^2.5
- vlucas/phpdotenv: ~2
Requires (Dev)
- phpunit/phpunit: 4.1.4
README
The Gatekeeper library is a simple drop-in library that can be used to manage users, permissions and groups for your application. The goal is to make securing your application as simple as possible while still providing a solid and secure foundation to base your user system around.
Gatekeeper is best classified as a Role-Base Access Control (RBAC) system with users, groups and permissions. It is framework-agnostic and is set up to use its own database for the user handling.
More Information: For more information on the library, please see the official project documentation.