ryanlholt/infused is a Laravel package for infusionsoft companion for laravel.
It currently has 0 GitHub stars and 1 downloads on Packagist (latest version v0.2.0-beta).
Install it with composer require ryanlholt/infused.
Discover more Laravel packages by ryanlholt
or browse all Laravel packages to compare alternatives.
Last updated
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.