The goal of this package is to simplify working with the Infusionsoft API from within Laravel. This package adheres to the PSR12 standards.
You can install the package via composer:
composer require ryanlholt/infused
First, have your users navigate to the infusionsoft settings page located at YOUR_APP_URL/infusionsoft/settings. After that, you can use the User's token from the infusionsoft_tokens
table to make API calls.
$contacts = app('infused')->infusionsoft()->contacts();
composer test
Please see CHANGELOG for more information what has changed recently.
Please see CONTRIBUTING for details.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.