hob/api-bundle

Symfony Api bundle for HOB

dev-master 2016-02-29 15:32 UTC

This package is not auto-updated.

Last update: 2024-04-13 16:40:07 UTC


README

SensioLabsInsight

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