Download the PHP package webundle/puzzle-connect without Composer
On this page you can find all versions of the php package webundle/puzzle-connect. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download webundle/puzzle-connect
More information about webundle/puzzle-connect
Files in webundle/puzzle-connect
Package puzzle-connect
Short Description Manages user security
License proprietary
Informations about the package puzzle-connect
Puzzle User
=========================================
Puzzle bundle for managing basic and oauth authentication and also user accounts
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/puzzle-connect
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: Register the Routes
Load the bundle's routing definition in the application (usually in the app/config/routing.yml
file):
app/config/routing.yml
Step 4: Configure Puzzle OAuth options
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: Security
Then, configure security in the app/config/security.yml
file of your project under:
All versions of puzzle-connect with dependencies
doctrine/doctrine-bundle Version ^1.6
doctrine/orm Version ^2.5
guzzlehttp/guzzle Version ^6.3
incenteev/composer-parameter-handler Version ^2.0
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