flameplace/sendpulse-laravel

Laravel Package for Sendpulse API. Provides easy access to the sendpulse/sendpulse-rest-api-php library.

v1.0 2022-10-12 01:24 UTC

This package is auto-updated.

Last update: 2024-04-12 05:14:01 UTC


README

Laravel Package for Sendpulse API. Provides easy access to the sendpulse/sendpulse-rest-api-php library.

Install With Composer:

composer require flameplace/sendpulse-laravel

Define into .env

SENDPULSE_API_USER_ID=<your api user id>
SENDPULSE_API_SECRET=<your api secret>

Usage

Sendpulse::listAddressBooks();

The full list of available commands can be found here