This composer plugin allows to quickly register symfony bundles into your app.
Execute the following command in a terminal:
$ composer global require exsyst/installer
And that's all, the plugin is working!
The plugin provides a composer command:
~/my-symfony-app $ composer configure friendsofsymfony/rest-bundle
Configure "friendsofsymfony/rest-bundle"? [no]: y
Add the bundle "FOS\RestBundle\FOSRestBundle" to your kernel "AppKernel"? [yes]:
FOS\RestBundle\FOSRestBundle has been registered in AppKernel.
For now, the plugin is only able to register bundles in your kernel. But in the future, I would like it to be able to configure the most important features of bundles, generate classes, etc.
If you want to change something or have an idea, submit an issue or open a pull request :)