2017 © Pedro Peláez
 

symfony-bundle auth-common-bundle

Symfony2's bundle sharing commons for DaOAuth* and DaApi* bundles

image

da/auth-common-bundle

Symfony2's bundle sharing commons for DaOAuth* and DaApi* bundles

  • Tuesday, June 17, 2014
  • by Gnucki
  • Repository
  • 4 Watchers
  • 0 Stars
  • 38,923 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 4 % Grown

The README.md

DaAuthCommonBundle

DaAuthCommonBundle is a Symfony2's bundle sharing commons for DaOAuth* and DaApi* bundles., (*1)

Installation

Installation is a quick 2 steps process., (*2)

Step 1: Add in composer

Add the bundle in the composer.json file:, (*3)

``` js // composer.json, (*4)

"require": { // ... "da/auth-common-bundle": "dev-master" },, (*5)


And update your vendors: ``` bash composer update # WIN composer.phar update # LINUX

Step 2: Declare in the kernel

Declare the bundle in your kernel:, (*6)

``` php // app/AppKernel.php, (*7)

$bundles = array( // ... new Da\AuthCommonBundle\DaAuthCommonBundle(), ); ```, (*8)

The Versions

17/06 2014

1.0.x-dev

1.0.9999999.9999999-dev https://github.com/Gnuckorg/DaAuthCommonBundle

Symfony2's bundle sharing commons for DaOAuth* and DaApi* bundles

  Sources   Download

MIT

The Requires

 

The Development Requires

by Thomas Prelot

api oauth auth bundle common da

17/06 2014

dev-master

9999999-dev https://github.com/Gnuckorg/DaAuthCommonBundle

Symfony2's bundle sharing commons for DaOAuth* and DaApi* bundles

  Sources   Download

MIT

The Requires

 

The Development Requires

by Thomas Prelot

api oauth auth bundle common da

17/06 2014

v1.0.0

1.0.0.0 https://github.com/Gnuckorg/DaAuthCommonBundle

Symfony2's bundle sharing commons for DaOAuth* and DaApi* bundles

  Sources   Download

MIT

The Requires

 

The Development Requires

by Thomas Prelot

api oauth auth bundle common da