SimpleApiBundle:一个Symfony 2 Bundle,允许你创建一个简单的API

tournament3527 0 0 zip 2024-08-31 01:08:53

SimpleApiBundle描述特征。安装使用Composer安装库:composer require betsol/simple-api-bundle ~1。将bundle添加到应用程序的内核:// app/AppKernel.php


class AppKernel extends Kernel {

  public function registerBundles () {

    $bundles = array(

      ...

      new Betsol\\Bundle\\SimpleApiBundle(),

    );

    ...

  }

}

将捆绑配置引入您的配置文件:

# app/config.yml


simpl

用户评论
请输入评论内容
评分:
暂无评论