spomky-labs / oauth2-server-bearer-access-token-bundle
Symfony2 OAuth2 Server Bearer Access Token Manager Bundle
Installs: 1 620
Dependents: 6
Suggesters: 0
Security: 0
Watchers: 2
Type:symfony-bundle
pkg:composer/spomky-labs/oauth2-server-bearer-access-token-bundle
Requires
Requires (Dev)
- behat/behat: 3.*
- behat/mink: *
- behat/mink-browserkit-driver: *
- behat/mink-extension: *
- behat/symfony2-extension: 2.0.x-dev
- symfony/class-loader: ~2.3
- symfony/event-dispatcher: ~2.3
- symfony/yaml: ~2.3
This package is not auto-updated.
Last update: 2015-08-17 10:47:55 UTC
README
This bundle will add support for Bearer Access Tokens to your OAuth2 Server.
It relies on the OAuth2 Interfaces Project.
The Release Process
The release process is described here.
Prerequisites
This bundle needs at least PHP 5.4
and Symfony v2.3
.
It has been successfully tested using:
- PHP:
PHP 5.4
toPHP 5.6
andHHVM
. - Symfony:
v2.3.x
tov2.6.x
.
Installation
The preferred way to install this library is to rely on Composer:
composer require "spomky-labs/oauth2-server-bearer-access-token-bundle" "~5.0.0"
Enable the bundle
Enable the bundle in the kernel:
<?php // app/AppKernel.php public function registerBundles() { $bundles = array( ... new SpomkyLabs\OAuth2ServerBearerAccessTokenBundle\SpomkyLabsOAuth2ServerBearerAccessTokenBundle(), ); }
How to use
See this page for more information.
Contributing
Requests for new features, bug fixed and all other ideas to make this bundle useful are welcome. Please follow these best practices.
Licence
This bundle is release under MIT licence.