PSR, for a PHP based authentication module
2.0.1
2018-07-17 19:50 UTC
Requires
- php: >=5.4.0
- appserver-io/collections: ~1.0
- appserver-io-psr/servlet: ~4.0
- appserver-io-psr/security: ~1.0
- appserver-io-psr/application: ~1.0
Requires (Dev)
- appserver-io/http: ~2.0
- appserver-io/build: ~1.0
- appserver-io/storage: ~2.0
This package is auto-updated.
Last update: 2019-11-26 21:11:56 UTC
README
Introduction
This library provides all necessary interfaces to implement a PHP based authentication module.
Installation
If you want to use the library with your application you can install it by adding
{ "require": { "appserver-io-psr/auth": "dev-master" }, }
to your composer.json
and invoke composer update
in your project.
External Links
- Documentation at appserver.io