ap/resellerclubbundle
最新稳定版本:1.0
Composer 安装命令:
composer require ap/resellerclubbundle
包简介
Symfony ApResellerclubBundle
README 文档
README
Instalation:
Add this line in composer.json
"require": { ... "ap/resellerclubbundle": "1.0.*@dev"
AppKernel.php
public function registerBundles() { $bundles = array( // ... new Ap\ResellerclubBundle\ApResellerclubBundle(), ); }
Update:
composer update
Configuration:
In parameters.yml
reseller_authuserid: reseller_apikey: reseller_test:
Example:
$this->resellerClub = $container->get('ap_resellerclub.api'); $customerSignup = new CustomerSignup('anyuser@asf.com','anypass','A Good Name ', 'Company', 'Avenue 78890', 'San Jhon', 'San Jhon', null, 'UY','820347', '34', '87508745', 'es'); $this->resellerClub->setOperation($customerSignup); $this->customerId = $this->resellerClub->exec();
Important:
Testing ONLY with a Demo Account
Disclaimer:
THIS SOFTWARE IS PROVIDED BY "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES
PR are wellcome
统计信息
- 总下载量: 37
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 6
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-12-02