Skip to content

HallOfBets/HOBApiBundle

Repository files navigation

API Interface for HOB micro services

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages