awoyotoyin / zfe-auth
Common Library for Zend Expressive User Authentication
Installs: 13
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/awoyotoyin/zfe-auth
Requires
- php: ^5.6 || ^7.0
- awoyotoyin/zfe-base: ^1.0
- dasprid/container-interop-doctrine: ^1.1
- zendframework/zend-crypt: ^3.2
- zendframework/zend-stdlib: ^3.1
Requires (Dev)
- phpunit/phpunit: ^6.0.8 || ^5.7.15
This package is not auto-updated.
Last update: 2025-09-28 11:03:38 UTC
README
Installation
$ composer require awoyotoyin/zfe-auth:dev-master
Register the module
This module requires the awoyotoyin/zfe-base module and must be registered to function properly
Zend Expressive
use Zfe\Common\ConfigProvider as CommonConfigProvider; use Zfe\Auth\ConfigProvider as AuthConfigProvider; $aggregator = new ConfigAggregator([ ... CommonConfigProvider::class, AuthConfigProvider::class, ... ], $cacheConfig['config_cache_path']);
Usage
A work in progress