Looking to hire Laravel developers? Try LaraJobs

sendpulse-laravel maintained by flameplace

Description
Laravel Package for Sendpulse API. Provides easy access to the sendpulse/sendpulse-rest-api-php library.
Author
Last update
2022/10/12 03:24 (dev-main)
License
Links
Downloads
1 212

Comments
comments powered by Disqus

SendPulse Laravel

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