dev-master
9999999-devA Symfony2 Wrapper for the ise/php-soundcloud Composer package for PHP
MIT
The Requires
by Sandor Major
Wallogit.com
2017 © Pedro Peláez
A Symfony2 Wrapper for the ise/php-soundcloud Composer package for PHP
A Symfony2 Wrapper for the ise/php-soundcloud Composer package for PHP, (*1)
Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:, (*2)
$ composer require broz/sound-cloud-bundle:dev-master
This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation., (*3)
Then, enable the bundle by adding the following line in the app/AppKernel.php
file of your project:, (*4)
<?php
// app/AppKernel.php
// ...
class AppKernel extends Kernel
{
public function registerBundles()
{
$bundles = array(
// ...
new Broz\SoundCloudBundle\BrozSoundCloudBundle(),
);
// ...
}
// ...
}
``` yaml, (*5)
broz_sound_cloud: client_id: client_secret: ```, (*6)
A Symfony2 Wrapper for the ise/php-soundcloud Composer package for PHP
MIT