Download the PHP package final-gene/rest-resource-authentication-module without Composer
On this page you can find all versions of the php package final-gene/rest-resource-authentication-module. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download final-gene/rest-resource-authentication-module
More information about final-gene/rest-resource-authentication-module
Files in final-gene/rest-resource-authentication-module
Download final-gene/rest-resource-authentication-module
More information about final-gene/rest-resource-authentication-module
Files in final-gene/rest-resource-authentication-module
Vendor final-gene
Package rest-resource-authentication-module
Short Description Authentication functionality for REST resources
License MIT
Homepage https://github.com/final-gene/zf2-rest-resource-authentication-module
Package rest-resource-authentication-module
Short Description Authentication functionality for REST resources
License MIT
Homepage https://github.com/final-gene/zf2-rest-resource-authentication-module
Please rate this library. Is it a good library?
Informations about the package rest-resource-authentication-module
REST resource authentication module
Usage
Bind authentication functionality to REST resources
Installation
$ composer require final-gene/rest-resource-authentication-module
- add
FinalGene\RestResourceAuthenticationModule
to the modules array in your application config -
register your factory/invokable class in the service manager config
[ 'service_manager' => [ 'invokables' => [ 'FinalGene\RestResourceAuthenticationModule\Service\AuthenticationService' => 'FinalGene\RestResourceAuthenticationModule\Service\AuthenticationService', ], 'factories' => [ ], ], ];
All versions of rest-resource-authentication-module with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5.0
zendframework/zend-config Version ^2.5
zendframework/zend-modulemanager Version ^2.5
zfcampus/zf-api-problem Version ^1.1
zfcampus/zf-rest Version ^1.2
league/uri Version ^4.0
zendframework/zend-config Version ^2.5
zendframework/zend-modulemanager Version ^2.5
zfcampus/zf-api-problem Version ^1.1
zfcampus/zf-rest Version ^1.2
league/uri Version ^4.0
The package final-gene/rest-resource-authentication-module contains the following files
Loading the files please wait ....