A spec compliant, secure by default PHP OAuth 2.0 Server
Go to file
Alex Bilbie b7064befe4 Checkin
2016-04-10 10:07:08 +01:00
examples Renamed server respondToRequest to respondToAccessTokenRequest 2016-04-09 16:20:30 +01:00
src Checkin 2016-04-10 10:07:08 +01:00
tests Renamed server respondToRequest to respondToAccessTokenRequest 2016-04-09 16:20:30 +01:00
.gitattributes Updated .gitignore / .gitattributes files 2016-02-12 17:51:28 +00:00
.gitignore Updated .gitignore / .gitattributes files 2016-02-12 17:51:28 +00:00
.scrutinizer.yml Exclude example dirs 2014-11-07 01:08:05 +00:00
.styleci.yml Create .styleci.yml 2016-02-19 23:08:32 +00:00
.travis.yml Updated .travis.yml 2016-02-12 17:51:16 +00:00
CHANGELOG.md Added 5.0.0-RC1 release notes 2016-03-24 19:37:07 +00:00
composer.json require-dev zend-diactoros 2016-03-18 00:41:38 +01:00
CONDUCT.md Added code of conduct 2016-01-13 00:46:18 +00:00
CONTRIBUTING.md Update CONTRIBUTING.md 2013-12-06 10:50:22 +00:00
LICENSE Rename license file 2015-12-03 14:30:37 +01:00
phpunit.xml.dist Ignore TemplateRenderer method 2016-03-10 17:45:31 +00:00
README.md Updated README 2016-02-22 11:04:03 +00:00

PHP OAuth 2.0 Server by @alexbilbie

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

league/oauth2-server is a a standards compliant implementation of an OAuth 2.0 authorization 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
  • Implicit grant
  • Client credentials grant
  • Resource owner password credentials grant
  • Refresh grant

You can also easily define your own grants.

In addition it supports the following token response types:

  • Bearer (JWT) tokens
  • MAC tokens

You can also create you own tokens.

Requirements

The following versions of PHP are supported:

  • PHP 5.5 (>=5.5.9)
  • PHP 5.6
  • PHP 7.0
  • HHVM

Documentation

The library documentation can be found at http://oauth2.thephpleague.com. You can contribute to this documentation in the gh-pages branch.

Changelog

See the project releases page

Contributing

Please see CONTRIBUTING.md and CONDUCT.md for details.

Support

Bugs and feature request are tracked on GitHub.

If you have any questions about OAuth please open a ticket here; please don't email the address below.

Security

If you discover any security related issues, please email hello@alexbilbie.com instead of using the issue tracker.

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 all of these awesome contributors

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