biplane/yandex-direct-bundle
Composer 安装命令:
composer require biplane/yandex-direct-bundle
包简介
Integration of the biplane/yandex-direct with Symfony2
README 文档
README
This bundle integrates the biplane-yandex-direct library with Symfony project.
Installation
Use Composer to install this bundle:
$ composer require biplane/yandex-direct-bundle
Add the bundle in your application kernel:
<?php // app/AppKernel.php public function registerBundles() { $bundles = array( // ... new Biplane\Bundle\YandexDirectBundle\BiplaneYandexDirectBundle(), ); }
Full configuration
biplane_yandex_direct: # The locale for localize message of errors. locale: ru # One of "ru"; "en"; "ua" user: # The access token for OAuth authorization access_token: ~ # Required # The Yandex's login. Required when the master_token is set. login: ~ # The master token needs for finance operations. master_token: ~ dump_listener: enabled: false dump: all # One of "all"; "only-fail" dump: directory: '%kernel.cache_dir%/api_dumps'
License
This bundle is under the MIT license, see the LICENSE file for details.
统计信息
- 总下载量: 44
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-08-11