ap / resellerclubbundle
Symfony ApResellerclubBundle
Installs: 37
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 3
Forks: 1
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=5.3.2
- symfony/framework-bundle: ~2.3
This package is not auto-updated.
Last update: 2025-05-10 20:05:35 UTC
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