ryanlholt/infused

Infusionsoft companion for Laravel

v0.2.0-beta 2021-07-17 13:54 UTC

This package is auto-updated.

Last update: 2024-04-19 23:24:14 UTC


README

Latest Version on Packagist Build Status Build Status Total Downloads

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.