Download the PHP package free2er/oauth-server-bundle without Composer
On this page you can find all versions of the php package free2er/oauth-server-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package oauth-server-bundle
oauth-server-bundle
Symfony bundle which provides OAuth 2.0 authorization server capabilities. The authorization server implemented using the thephpleague/oauth2-server library.
Installation
This component can be installed with the Composer dependency manager.
-
Install the component as a dependency of your project
composer require free2er/oauth-server-bundle
-
Enable the bundle
-
Configure the bundle parameters
-
Configure the router
-
Update the project schema and register the client application
bin/console doctrine:schema:update bin/console oauth:client:update my-client -g client_credentials
- Done!
All versions of oauth-server-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.1
doctrine/doctrine-bundle Version ^1.6
doctrine/orm Version ^2.5
league/oauth2-server Version ^7.3
nesbot/carbon Version ^2.16
nyholm/psr7 Version ^1.1
symfony/config Version ^4.2
symfony/console Version ^4.2
symfony/dependency-injection Version ^4.2
symfony/http-kernel Version ^4.2
symfony/psr-http-message-bridge Version ^1.2
doctrine/doctrine-bundle Version ^1.6
doctrine/orm Version ^2.5
league/oauth2-server Version ^7.3
nesbot/carbon Version ^2.16
nyholm/psr7 Version ^1.1
symfony/config Version ^4.2
symfony/console Version ^4.2
symfony/dependency-injection Version ^4.2
symfony/http-kernel Version ^4.2
symfony/psr-http-message-bridge Version ^1.2
The package free2er/oauth-server-bundle contains the following files
Loading the files please wait ....