https://github.com/euskadi31/oauth2serverserviceprovider
A OAuth2 Server Service Provider for Silex 2.0
https://github.com/euskadi31/oauth2serverserviceprovider
Last synced: 3 months ago
JSON representation
A OAuth2 Server Service Provider for Silex 2.0
- Host: GitHub
- URL: https://github.com/euskadi31/oauth2serverserviceprovider
- Owner: euskadi31
- License: mit
- Created: 2015-08-04T09:41:59.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-29T09:15:31.000Z (about 9 years ago)
- Last Synced: 2025-01-19T18:49:21.285Z (5 months ago)
- Language: PHP
- Size: 258 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Silex OAuth2 Server Service Provider
[](https://travis-ci.org/euskadi31/OAuth2ServerServiceProvider)
[](https://insight.sensiolabs.com/projects/d34991b3-bec3-4cd0-8b12-535de6569c84)
[](https://coveralls.io/github/euskadi31/OAuth2ServerServiceProvider)
[](https://travis-ci.org/euskadi31/OAuth2ServerServiceProvider)
[](https://packagist.org/packages/euskadi31/oauth2-server-service-provider)## Install
Add `euskadi31/oauth2-server-service-provider` to your `composer.json`:
% php composer.phar require euskadi31/oauth2-server-service-provider:~1.0
## Usage
### Configuration
```php
register(new \Euskadi31\Silex\Provider\OAuth2ServerServiceProvider);
```## License
OAuth2ServerServiceProvider is licensed under [the MIT license](LICENSE.md).