Keap REST API Client for Laravel

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/dmitrychurkin/keap

v1.0.0 2026-01-11 17:33 UTC

This package is auto-updated.

Last update: 2026-01-11 17:38:32 UTC


README

A Laravel package is port for integrating with the Keap (Infusionsoft) REST API after deprecation of https://github.com/infusionsoft/infusionsoft-php.

Installation

Development Setup (Local)

This package is currently set up for local development. It's already linked via your main application's composer.json.

composer require dmitrychurkin/keap

Configuration

  1. Publish the configuration file:
php artisan vendor:publish --tag=keap-config
  1. Add your Keap credentials to your .env file:
INFUSIONSOFT_CLIENT_ID=your_client_id
INFUSIONSOFT_SECRET=your_client_secret
INFUSIONSOFT_REDIRECT_URL=https://yourapp.com/keap/callback

TODO:

  1. write a proper test coverage
  2. extend with keap-sdk APIs

License

MIT