vanio/vanio-api-bundle 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

vanio/vanio-api-bundle

Composer 安装命令:

composer require vanio/vanio-api-bundle

包简介

Symfony2 Bundle providing some additional features for API development

关键字:

README 文档

README

Build Status PHP7.2 License

A Symfony3 Bundle providing some additional features for API development.

Installation

Installation can be done as usually using composer. composer require vanio/vanio-api-bundle

Next step is to register this bundle inside your AppKernel.

// app/AppKernel.php
// ...

class AppKernel extends Kernel
{
    // ...

    public function registerBundles(): array
    {
        $bundles = [
            // ...
            new Vanio\ApiBundle\VanioApiBundle,
        ];

        // ...
    }
}

统计信息

  • 总下载量: 4.07k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 2
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2018-04-26