Download the PHP package michalkvasnicak/oauth2-server without Composer
On this page you can find all versions of the php package michalkvasnicak/oauth2-server. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download michalkvasnicak/oauth2-server
More information about michalkvasnicak/oauth2-server
Files in michalkvasnicak/oauth2-server
Download michalkvasnicak/oauth2-server
More information about michalkvasnicak/oauth2-server
Files in michalkvasnicak/oauth2-server
Vendor michalkvasnicak
Package oauth2-server
Short Description OAuth 2.0 server implementation for PHP
License MIT
Homepage http://github.com/michalkvasnicak/oauth2-server
Package oauth2-server
Short Description OAuth 2.0 server implementation for PHP
License MIT
Homepage http://github.com/michalkvasnicak/oauth2-server
Please rate this library. Is it a good library?
Informations about the package oauth2-server
OAuth 2.0 server for PHP and HHVM
OAuth 2.0 server implementation of final draft http://tools.ietf.org/html/rfc6749
Examples of using different grant types are in tests directory.
This library is not tested in production.
Requirements
- PHP >= 5.4.0
- HHVM
Installation
Using composer:
Example
Grant access to application (client)
Used by authorization code and implicit grant types
Issue access token to current request (using one of registered grant types)
Authenticate user for current request and authorize access to resource
All versions of oauth2-server with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
The package michalkvasnicak/oauth2-server contains the following files
Loading the files please wait ....