2017 © Pedro Peláez
 

library infusionsoft

Infusionsoft Official iSDK Wrapper for Laravel 4

image

sairiz/infusionsoft

Infusionsoft Official iSDK Wrapper for Laravel 4

  • Sunday, June 8, 2014
  • by sairiz
  • Repository
  • 1 Watchers
  • 0 Stars
  • 77 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Infusionsoft Official iSDK Wrapper for Laravel 4

Latest Stable Version Total Downloads License, (*1)

Installation :

  1. Install the package via composer, (*2)

  2. Add the following entry to the array of service providers found in app/config/app.php : 'Sairiz\Infusionsoft\InfusionsoftServiceProvider',, (*3)

  3. Publish the config file to your app/config/ directory by running the following from command line in your project root : php artisan config:publish sairiz/infusionsoft, (*4)

  4. Setup your Infusionsoft application name and api key at app/config/packages/sairiz/infusionsoft/config.php, (*5)

Usage

Call any method using Facade alias (Fuse), (*6)

Example :, (*7)

Fuse::loadCon(1);, (*8)

Fuse::dsQuery('Contact',100,0,['Id' => %],['Id','FirstName']);, (*9)

The Versions

08/06 2014

dev-master

9999999-dev

Infusionsoft Official iSDK Wrapper for Laravel 4

  Sources   Download

MIT

The Requires

 

The Development Requires

by Saiffil Fariz Mohamad Yusuff

laravel infusionsoft isdk

08/06 2014

1.0.1

1.0.1.0

Infusionsoft Official iSDK Wrapper for Laravel 4

  Sources   Download

MIT

The Requires

 

The Development Requires

by Saiffil Fariz Mohamad Yusuff

laravel infusionsoft isdk

14/02 2014

1.0

1.0.0.0

Infusionsoft Official iSDK Wrapper for Laravel 4

  Sources   Download

MIT

The Requires

 

The Development Requires

by Saiffil Fariz Mohamad Yusuff

laravel infusionsoft isdk