easybiblabs/oauth2-client-php

OAuth2 client for PHP

4.1.0 2018-01-25 16:52 UTC

This package is not auto-updated.

Last update: 2024-03-16 12:17:37 UTC


README

You can read all about OAuth2 at the standard.

Tests

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.

Grant types

Supported

Not supported

Prerequisites

This library requires PHP 5.5 or later.

Use Composer to add this project to your project's dependencies.

Documentation

Further documentation is in docs.

How to contribute

See Contributing

License

This library is licensed under the Apache-2.0 License. Enjoy!