Download the PHP package webundle/pz-oauth2-server without Composer
On this page you can find all versions of the php package webundle/pz-oauth2-server. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package pz-oauth2-server
Puzzle Server
=========================
SYmfony API RESt with OAuth2
Step 1: Download the Bundle
Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:
composer require webundle/pz-oauth2-server
Step 2: Enable the Bundle
Then, enable the bundle by adding it to the list of registered bundles in the app/AppKernel.php
file of your project:
Step 3: Routes
Load the bundle's routing definition in the application (usually in the app/config/routing.yml
file):
app/config/routing.yml
Step 4: Config
Then, enable management bundle via admin modules interface by adding it to the list of registered bundles in the app/config/config.yml
file of your project under:
Step 5: Parameters
Then, set parameters in the app/config/parameters.yml
file of your project under:
Step 6: Security
Then, configure security in the app/config/security.yml
file of your project under:
Step 7: Services
Then, set parameters in the app/config/services.yml
file of your project under:
All versions of pz-oauth2-server with dependencies
doctrine/doctrine-bundle Version ^1.6
doctrine/orm Version ^2.5
friendsofsymfony/http-cache-bundle Version ^2.3
friendsofsymfony/rest-bundle Version ^2.3
guzzlehttp/guzzle Version ^6.3
guzzlehttp/psr7 Version ^1.4
hautelook/templated-uri-bundle Version ^2.0
incenteev/composer-parameter-handler Version ^2.0
knplabs/doctrine-behaviors Version ~1.1
nelmio/api-doc-bundle Version ^3.2
nelmio/cors-bundle Version ^1.5
nelmio/security-bundle Version ^2.5
php-http/guzzle6-adapter Version ^1.1
sensio/distribution-bundle Version ^5.0.19
sensio/framework-extra-bundle Version ^5.0.0
symfony/assetic-bundle Version ^2.8
symfony/monolog-bundle Version ^3.1.0
symfony/polyfill-apcu Version ^1.0
symfony/swiftmailer-bundle Version ^2.6.4
symfony/symfony Version 3.4.*
twig/twig Version ^1.0||^2.0
willdurand/hateoas-bundle Version ^1.4
willdurand/rest-extra-bundle Version ^1.2
friendsofsymfony/oauth-server-bundle Version ^1.6
symfony/templating Version ^4.1