A spec compliant, secure by default PHP OAuth 2.0 Server
Go to file
Alex Bilbie 48d9fde133 Merge pull request #277 from GrahamCampbell/patch-1
Removed an extra new line
2014-12-10 15:19:50 +00:00
examples/relational Merge pull request #269 from Hywan/fix_example_api 2014-12-10 15:13:10 +00:00
src Removed an extra new line 2014-12-10 15:18:49 +00:00
tests CS fixes 2014-12-10 13:10:35 +00:00
.gitattributes Merge branch 'refs/heads/master' into develop 2013-09-26 11:18:10 +01:00
.gitignore Added _site to .gitignore 2014-10-01 00:16:46 +01:00
.scrutinizer.yml Exclude example dirs 2014-11-07 01:08:05 +00:00
.travis.yml Update .travis.yml 2014-11-08 18:36:59 +00:00
CHANGELOG.md Changelog update 2014-12-03 23:25:45 +00:00
composer.json Removed branch alias. Fixes #251 2014-11-11 18:03:42 +00:00
CONTRIBUTING.md Update CONTRIBUTING.md 2013-12-06 10:50:22 +00:00
license.txt Removed year 2014-11-08 17:22:50 +00:00
phpunit.xml Moved unit tests 2014-07-22 09:23:00 +01:00
README.md Update README.md 2014-10-03 14:42:01 +01:00

PHP OAuth 2.0 Server by @alexbilbie

Latest Version Software License Build Status Coverage Status Quality Score Total Downloads

A standards compliant OAuth 2.0 authorization server and resource server written in PHP which makes working with OAuth 2.0 trivial. You can easily configure an OAuth 2.0 server to protect your API with access tokens, or allow clients to request new access tokens and refresh them.

It supports out of the box the following grants:

  • Authorization code grant
  • Client credentials grant
  • Resource owner password credentials grant
  • Refresh grant

You can also define your own grants.

In addition it supports the following token types:

  • Bearer tokens
  • MAC tokens (coming soon)
  • JSON web tokens (coming soon)

Requirements

The following versions of PHP are supported:

  • PHP 5.4
  • PHP 5.5
  • PHP 5.6
  • HHVM

Documentation

This library has full documentation, powered by Jekyll.

Contribute to this documentation in the gh-pages branch.

Changelog

See the project releases page

Contributing

Please see CONTRIBUTING for details.

Support

Bugs and feature request are tracked on GitHub

License

This package is released under the MIT License. See the bundled LICENSE file for details.

Credits

This code is principally developed and maintained by Alex Bilbie.

Special thanks to:

The initial code was developed as part of the Linkey project which was funded by JISC under the Access and Identity Management programme.