hob / api-bundle
Symfony Api bundle for HOB
Installs: 27
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=5.3.9
- guzzlehttp/guzzle: >=6.0
- symfony/framework-bundle: ~2.3|~3.0
This package is not auto-updated.
Last update: 2024-11-09 19:56:06 UTC
README
Installation
To install this bundle, run the command below and you will get the latest version.
composer require hob/api-bundle
To use the newest (maybe unstable) version please add following into your composer.json:
{ "require": { "hob/api-bundle": "dev-master" } }
Usage
Load bundle in AppKernel.php:
new HOB\ApiBundle\HOBApiBundle()
Configuration in config.yml:
api_bundle: required: true