flameplace/sendpulse-laravel
Laravel Package for Sendpulse API. Provides easy access to the sendpulse/sendpulse-rest-api-php library.
1,215
| Install | |
|---|---|
composer require flameplace/sendpulse-laravel |
|
| Latest Version: | v1.0 |
| PHP: | ^7.3 || ^8.0 |
| License: | MIT |
| Last Updated: | Oct 12, 2022 |
| Links: | GitHub · Packagist |
Maintainer: Butochnikov
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
Related Packages
dvomaks/laravel-sendpulse
A minimal service provider to set up and use the SendPulse PHP library in Larave...
2,663
1
wensleydale/sendpulse-laravel
A minimal service provider to set up and use the SendPulse PHP library in Larave...
4,387
7
php-tmdb/laravel
Laravel Package for TMDB ( The Movie Database ) API. Provides easy access to the...
53,315
160