bureaupieper/storee-php-client-bundle
Composer 安装命令:
composer require bureaupieper/storee-php-client-bundle
包简介
Symfony bundle for the Store-E API client.
README 文档
README
Provides symfony integration for Store-E.
Installation
$ composer require bureaupieper/storee-php-client-bundle
Register the bundle
// app/AppKernel.php public function registerBundles() { return array( // ... new Bureaupieper\StoreeBundle\BureaupieperStoreeBundle, ); }
Minimum setup
See the client library for more info.
# app/config/config.yml bureaupieper_storee: apikey: %storee_key% endpoint: %storee_endpoint% version: %storee_version% platform: %storee_platform%
统计信息
- 总下载量: 123
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-12-08