ryanlholt / infused
Infusionsoft companion for Laravel
Requires
- php: ^7.1
- illuminate/support: ^8.0
- infusionsoft/php-sdk: ^1.5
Requires (Dev)
- orchestra/canvas: ^6.0
- orchestra/testbench: ^6.0
- phpunit/phpunit: ^9.0
This package is auto-updated.
Last update: 2025-02-20 01:12:17 UTC
README
The goal of this package is to simplify working with the Infusionsoft API from within Laravel. This package adheres to the PSR12 standards.
Installation
You can install the package via composer:
composer require ryanlholt/infused
Usage
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();
Testing
composer test
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email ryanlholt.88@gmail.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.