da/api-client-bundle
最新稳定版本:v1.3.1
Composer 安装命令:
composer require da/api-client-bundle
包简介
DaApiClientBundle is a Symfony2's bundle allowing to discuss in a simple and secure way with an API.
README 文档
README
DaApiClientBundle is a Symfony2's bundle allowing to discuss in a simple and secure way with an API.
Installation
Add dependencies in your composer.json file:
"require": { ... "doctrine/doctrine-cache-bundle": "~1.0", "da/api-client-bundle": "dev-master" },
Install these new dependencies of your application:
$ php composer.phar update
Enable bundles in your application kernel:
<?php // app/AppKernel.php public function registerBundles() { $bundles = array( // ... new Doctrine\Bundle\DoctrineCacheBundle\DoctrineCacheBundle(), new Da\ApiClientBundle\DaApiClientBundle(), ); }
Documentation
Tests
Install bundle dependencies:
$ php composer.phar update
To execute unit tests:
$ phpunit --coverage-text
统计信息
- 总下载量: 97k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 1
其他信息
- 授权协议: MIT
- 更新时间: 2013-07-25