hob / api-bundle

HOB 的 Symfony Api 扩展包

安装: 27

依赖者: 0

建议者: 0

安全: 0

星标: 0

关注者: 2

分支: 0

公开问题: 0

类型:symfony-bundle

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

This package is not auto-updated.

Last update: 2024-09-14 19:09:22 UTC


README

SensioLabsInsight

安装

要安装此扩展包,请运行以下命令,您将获取最新版本。

composer require hob/api-bundle

要使用最新版本(可能是不稳定的),请在您的 composer.json 中添加以下内容

{
    "require": {
        "hob/api-bundle": "dev-master"
    }
}

用法

在 AppKernel.php 中加载扩展包

new HOB\ApiBundle\HOBApiBundle()

在 config.yml 中配置

api_bundle:
    required: true