2017 © Pedro Peláez
 

library silex-provider-infusionsoft-isdk

image

wildsurfer/silex-provider-infusionsoft-isdk

  • Tuesday, May 5, 2015
  • by wildsurfer
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2,665 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

silex-provider-infusionsoft-isdk

Infusionsoft iSDK service provider for silex micro-framework, (*1)

Example

``` php <?php use Silex\Application;, (*2)

$key = 'secretkey'; $appName = 'appname';, (*3)

$app = new Application(); $app->register(new IsdkServiceProvider(), array( 'isdk.key' => $key, 'isdk.appName' => $appName ));, (*4)

$paymentOptions = $app['isdk']->getAllPaymentOptions();, (*5)


Install with Composer ===================== ``` js { require: { "wildsurfer/silex-provider-infusionsoft-isdk": "dev-master" } }

The Versions

05/05 2015

dev-master

9999999-dev

  Sources   Download

MIT

The Requires

 

The Development Requires

by Ivan Kuznetsov

silex infusionsoft isdk

05/05 2015

0.1.2

0.1.2.0

  Sources   Download

MIT

The Requires

 

The Development Requires

by Ivan Kuznetsov

silex infusionsoft isdk

24/10 2013

0.1.1

0.1.1.0

  Sources   Download

MIT

The Requires

 

The Development Requires

by Ivan Kuznetsov

silex infusionsoft isdk

24/10 2013

0.1

0.1.0.0

  Sources   Download

MIT

The Requires

 

The Development Requires

by Ivan Kuznetsov

silex infusionsoft isdk