Skip to content

ryanlholt/infused

Repository files navigation

Infused for Laravel

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 [email protected] instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

About

Infusionsoft companion for Laravel

Resources

License

Stars

Watchers

Forks

Packages

No packages published