leogr / zf2-auth-module
This package is abandoned and no longer maintained.
No replacement package was suggested.
ZF2 module for authentication services
v0.2.1
2015-04-03 15:18 UTC
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" }