appserver-io-psr / auth
PSR, for a PHP based authentication module
Installs: 1 116
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 2
Open Issues: 0
Requires
- php: >=5.4.0
- appserver-io-psr/application: ~1.0
- appserver-io-psr/security: ~1.0
- appserver-io-psr/servlet: ~4.0
- appserver-io/collections: ~1.0
Requires (Dev)
- appserver-io/build: ~1.0
- appserver-io/http: ~2.0
- appserver-io/storage: ~2.0
This package is auto-updated.
Last update: 2024-10-27 08:24: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