pm/util-zendesk-bundle
Composer 安装命令:
composer require pm/util-zendesk-bundle
包简介
Used for integrating with the Zendesk API
README 文档
README
A) Download PMUtilZendeskBundle
Using composer
Simply run assuming you have installed composer.phar or composer binary:
$ composer require pm/util-zendesk-bundle
B) Enable the bundle
Enable the bundle in the kernel:
<?php // app/AppKernel.php public function registerBundles() { $bundles = array( // ... new PM\Util\ZendeskBundle\PMUtilZendeskBundle, ); }
That's it!
Step 2: Adding configuration
A) Add the required configuration parameters to config.yml
pm_util_zendesk: api_url: <the zendesk url for your account> api_key: <your zendesk api key> api_user: <your zendesk api user>
Finished
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2013-02-28