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

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.

Build Status

Getting Started

(Documentation is forthcoming.)

Available providers

Providers Status
Google   Google Complete
Facebook   Facebook Complete
Twitter   Twitter Complete
Live Connect   (Microsoft) Live Connect Complete
Instagram   Instagram Incomplete
LinkedIn   LinkedIn Incomplete
OpenID   OpenID Incomplete
Yahoo!   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/.

Authors