idci/notification-api-client-bundle
最新稳定版本:v4.0.1
Composer 安装命令:
composer require idci/notification-api-client-bundle
包简介
Symfony NotificationApiClientBundle
README 文档
README
Symfony2 notification api client bundle
Installation
Add dependencies in your composer.json file:
"require": { ... "da/api-client-bundle": "dev-master", "idci/notification-api-client-bundle": "dev-master" },
Install these new dependencies of your application:
$ php composer.phar update
Enable the bundle in your application kernel:
<?php // app/AppKernel.php public function registerBundles() { $bundles = array( // ... new Da\ApiClientBundle\DaApiClientBundle(), new IDCI\Bundle\NotificationApiClientBundle\IDCINotificationApiClientBundle(), ); }
Import the bundle configuration:
# app/config/config.yml imports: - { resource: @IDCINotificationApiClientBundle/Resources/config/config.yml }
To check if every thing seem to be ok, you can execute this command:
$ php app/console container:debug
You'll get this result:
... da_api_client.api.notification container Da\ApiClientBundle\Http\Rest\RestApiClientBridge ...
Documentation
Tests
Install bundle dependencies:
$ php composer.phar update
To execute unit tests:
$ phpunit --coverage-text
统计信息
- 总下载量: 67.53k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0
- 更新时间: 2013-07-25