29/02
2016
Symfony Api bundle for HOB
To install this bundle, run the command below and you will get the latest version., (*2)
``` bash composer require hob/api-bundle, (*3)
To use the newest (maybe unstable) version please add following into your composer.json: ``` json { "require": { "hob/api-bundle": "dev-master" } }
Load bundle in AppKernel.php: ``` php new HOB\ApiBundle\HOBApiBundle(), (*4)
Configuration in config.yml: ``` yaml api_bundle: required: true