2017 © Pedro Peláez
 

symfony-bundle api-bundle

Symfony Api bundle for HOB

image

hob/api-bundle

Symfony Api bundle for HOB

  • Monday, February 29, 2016
  • by acassan
  • Repository
  • 1 Watchers
  • 0 Stars
  • 21 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

API Interface for HOB micro services

SensioLabsInsight, (*1)

Installation

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" } }

Usage

Load bundle in AppKernel.php: ``` php new HOB\ApiBundle\HOBApiBundle(), (*4)


Configuration in config.yml: ``` yaml api_bundle: required: true

The Versions

29/02 2016

dev-master

9999999-dev https://github.com/sportnco

Symfony Api bundle for HOB

  Sources   Download

MIT

The Requires