Skip to content

sairiz/infusionsoft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Infusionsoft Official iSDK Wrapper for Laravel 4

Latest Stable Version Total Downloads License

Installation :

  1. Install the package via composer

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

  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. Setup your Infusionsoft application name and api key at app/config/packages/sairiz/infusionsoft/config.php

Usage

Call any method using Facade alias (Fuse)

Example :

Fuse::loadCon(1);

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

About

Infusionsoft Official iSDK Wrapper for Laravel 4

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages