2017 © Pedro Peláez
 

library silex-provider-infusionsoft-sync

image

wildsurfer/silex-provider-infusionsoft-sync

  • Tuesday, September 2, 2014
  • by wildsurfer
  • Repository
  • 1 Watchers
  • 0 Stars
  • 18 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

[DEPRECATED] silex-provider-infusionsoft-sync

This is a Silex service provider for library wildsurfer/infusionsoft-sync., (*1)

More info: https://github.com/wildsurfer/infusionsoft-sync, (*2)

Example

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

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

$apikey = 'rdtdhtdid56urdtdcgfhdrhgf'; $appname = 'test'; $tags = array(1, 2, 3); $fields = array('FirstName', 'LastName');, (*5)

$app = new Application(); $app->register(new SyncServiceProvider(), array( 'infusionsoft.apikey' => $apikey, 'infusionsoft.appname' => $appname, 'infusionsoft.tags' => $tags, 'infusionsoft.fields' => $fields ));, (*6)

$contacts = $app['infusionsoft.sync']->pull();, (*7)


Install with Composer ===================== ``` js { require: { "wildsurfer/silex-provider-infusionsoft-sync": "~0.1" } }

The Versions

02/09 2014

dev-master

9999999-dev

  Sources   Download

MIT

The Requires

 

The Development Requires

by Ivan Kuznetsov

silex infusionsoft isdk

02/09 2014

v0.1.2

0.1.2.0

  Sources   Download

MIT

The Requires

 

The Development Requires

by Ivan Kuznetsov

silex infusionsoft isdk

02/09 2014

v0.1.1

0.1.1.0

  Sources   Download

MIT

The Requires

 

The Development Requires

by Ivan Kuznetsov

silex infusionsoft isdk

02/09 2014

v0.1

0.1.0.0

  Sources   Download

MIT

The Requires

 

The Development Requires

by Ivan Kuznetsov

silex infusionsoft isdk