dev-master
9999999-dev http://github.com/CayetanoSoriano/karmacracyBundle.gitwrapper for karmacracy lib
MIT
The Requires
by Cayetano Soriano
karmacracy kcy
wrapper for karmacracy lib
This Bundle, gives a wrapper to karmacracy-php API lib, (*1)
[karmacracyBundle] git=http://github.com/CayetanoSoriano/karmacracyBundle.git target=/bundles/RaulFraile/Bundle/LadybugBundle [karmacracy-php] git=https://github.com/CayetanoSoriano/karmacracy-php.git target=lib/
Composer is a project dependency manager for PHP. You have to list
your dependencies in a composer.json
file:, (*2)
``` json { "require": { "cayetanosoriano/karmacracy-bundle": "dev-master" } }, (*3)
To actually install in your project, download the composer binary and run it: ``` bash wget http://getcomposer.org/composer.phar # or curl -O http://getcomposer.org/composer.phar php composer.phar install
Finally, enable the bundle in the kernel:, (*4)
``` php <?php // app/AppKernel.php, (*5)
public function registerBundles() { $bundles = array( // ..., (*6)
new cayetanosoriano\KarmacracyBundle\cayetanosorianoKarmacracyBundle(), );
}, (*7)
## Configuration ###Add the following to your config.yml
cayetanosoriano_karmacracy: keypass: "your_key_pass" appkey: "your_app_key", (*8)
### Then use the service
$kcy = $this->get('kcy'); ```, (*9)
wrapper for karmacracy lib
MIT
karmacracy kcy