You can read all about OAuth2 at the standard.
Running the full suite of code quality tools plus tests can be done via the following, which is the same command as Travis runs:
make -k ci
Specific commands for subsets of the full suite can be found in the Makefile.
- Authorization Code Grant
- Client Credentials Grant
- JSON Web Token Grant has minimal support.
This library requires PHP 5.5 or later.
Use Composer to add this project to your project's dependencies.
Further documentation is in docs.
See Contributing
This library is licensed under the Apache-2.0 License. Enjoy!