kenkataiwa / gatekeeper
Open Authentication Abstraction
Installs: 80
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 1
Open Issues: 0
Type:package
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 | |
(Microsoft) Live Connect | Complete |
Incomplete | |
Incomplete | |
OpenID | Incomplete |
Yahoo! | 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/.