mijndomein/dreamcommerce-lms-client-bundle
最新稳定版本:0.6.0
Composer 安装命令:
composer require mijndomein/dreamcommerce-lms-client-bundle
包简介
Symfony 2 integration for dreamcommerce license manager client
README 文档
README
A Symfony integration bundle for the DreamCommerce License Manager Client
Configuration
You can configure the DreamCommerce License Manager Client by adding the following configuration to your config.yml.
# app/config/config.yml dream_commerce_license_manager: api_url: "http://dreamcommerce-license-manager.api" username: "dreamcommerce-lms-api-username" password: "dreamcommerce-lms-api-password"
Usage
The DreamCommerce License Manager Client is registered with symfony's DI container. You can load it from the container with the following command.
$licenseManagerClient = $diContainer->get("dream_commerce.license_manager_client");
统计信息
- 总下载量: 181
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2015-05-01