| Package Data | |
|---|---|
| Maintainer Username: | sairiz |
| Maintainer Contact: | saiffil@mtouch.my (Saiffil Fariz) |
| Package Create Date: | 2014-02-13 |
| Package Last Update: | 2014-06-08 |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-10-26 03:12:14 |
| Package Statistics | |
|---|---|
| Total Downloads: | 94 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 0 |
| Total Watchers: | 1 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
Install the package via composer
Add the following entry to the array of service providers found in app/config/app.php :
'Sairiz\Infusionsoft\InfusionsoftServiceProvider',
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
Setup your Infusionsoft application name and api key at app/config/packages/sairiz/infusionsoft/config.php
Call any method using Facade alias (Fuse)
Example :
Fuse::loadCon(1);
Fuse::dsQuery('Contact',100,0,['Id' => %],['Id','FirstName']);