oauth2-server/README.md
Hannes Van De Vreken c4830608a2 Fix markdown syntax
2016-01-15 16:08:10 +01:00

3.3 KiB

PHP OAuth 2.0 Server by @alexbilbie

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

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
  • Client credentials grant
  • Resource owner password credentials grant
  • Refresh grant

You can also 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

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.