kenkataiwa / gatekeeper
This package is abandoned and no longer maintained.
No replacement package was suggested.
Open Authentication Abstraction
0.1.6
2013-08-21 10:23 UTC
Requires
- php: >= 5.3.10
- facebook/php-sdk: 3.2.2
Requires (Dev)
- hybridauth/hybridauth: dev-master
- opauth/facebook: dev-master
- opauth/google: dev-master
- opauth/linkedin: dev-master
- opauth/live: dev-master
- opauth/opauth: dev-master
- opauth/twitter: dev-master
This package is not auto-updated.
Last update: 2023-05-13 07:23:45 UTC
README
Gatekeeper is a multi-provider authentication abstraction layer for PHP.
Getting Started
(Documentation is forthcoming.)
Available providers
| Providers | Status |
|---|---|
| Complete | |
| Complete | |
| Complete | |
| Complete | |
| Incomplete | |
| Incomplete | |
| Incomplete | |
| Incomplete |
Versioning
For transparency and insight into our release cycle, releases will be numbered with the follow format:
<major>.<minor>.<patch>
And constructed with the following guidelines:
- Breaking backwards compatibility bumps the major
- New additions without breaking backwards compatibility bumps the minor
- Bug fixes and misc changes bump the patch
For more information on semantic versioning, please visit http://semver.org/.