8c6fd6c05a
Fix bad type hintings |
||
---|---|---|
examples/relational | ||
src | ||
tests | ||
.gitattributes | ||
.gitignore | ||
.scrutinizer.yml | ||
.travis.yml | ||
CHANGELOG.md | ||
composer.json | ||
CONTRIBUTING.md | ||
license.txt | ||
phpunit.xml | ||
README.md |
PHP OAuth 2.0 Server by @alexbilbie
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
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.