leogr / zf2-auth-module
ZF2 module for authentication services
Installs: 150
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/leogr/zf2-auth-module
Requires
- php: >=5.4
- zendframework/zend-authentication: ~2.3
- zendframework/zend-eventmanager: ~2.3
- zendframework/zend-loader: ~2.3
- zendframework/zend-modulemanager: ~2.3
- zendframework/zend-mvc: ~2.3
- zendframework/zend-servicemanager: ~2.3
- zendframework/zend-session: ~2.3
- zendframework/zend-stdlib: ~2.3
Requires (Dev)
- phpunit/phpunit: 4.2.*
This package is not auto-updated.
Last update: 2020-01-20 03:30:54 UTC
README
This ZF2 module provides a standard setup for an interactive authentication environment (based on Zend Framework 2 authentication, i.e. \Zend\Authentication
).
Features
It provides:
-
an interfaces set aimed to wire up your model with authentication services
-
an event driven authentication process
-
a controller plugin to easily integrate an interactive authentication into your application
Installation
Using composer:
Add the following to your composer.json
file:
"require": { "php": ">=5.4", "leogr/zf2-auth-module": "~0.1" }