Skip to content

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

License

Notifications You must be signed in to change notification settings

Gnuckorg/DaAuthCommonBundle

Repository files navigation

DaAuthCommonBundle

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

Installation

Installation is a quick 2 steps process.

Step 1: Add in composer

Add the bundle in the composer.json file:

// composer.json

"require": {
    // ...
    "da/auth-common-bundle": "dev-master"
},

And update your vendors:

composer update      # WIN
composer.phar update # LINUX

Step 2: Declare in the kernel

Declare the bundle in your kernel:

// app/AppKernel.php

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages