2017 © Pedro Peláez
 

symfony-bundle resellerclubbundle

Symfony ApResellerclubBundle

image

ap/resellerclubbundle

Symfony ApResellerclubBundle

  • Sunday, November 1, 2015
  • by ysramirez
  • Repository
  • 3 Watchers
  • 6 Stars
  • 21 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

ApResellerClubBundle

Instalation:

Add this line in composer.json, (*1)

``` bash "require": { ... "ap/resellerclubbundle": "1.0.*@dev", (*2)


AppKernel.php ``` php public function registerBundles() { $bundles = array( // ... new Ap\ResellerclubBundle\ApResellerclubBundle(), ); }

Update: ``` bash composer update, (*3)


### Configuration: In parameters.yml ``` 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, (*4)

Disclaimer:

THIS SOFTWARE IS PROVIDED BY "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, (*5)

PR are wellcome, (*6)

The Versions

01/11 2015

dev-master

9999999-dev https://github.com/aprendephp

Symfony ApResellerclubBundle

  Sources   Download

MIT

The Requires

 

resellerclub bundle

03/12 2014

1.0

1.0.0.0 https://github.com/aprendephp

Symfony ApResellerclubBundle

  Sources   Download

MIT

The Requires

 

resellerclub bundle