flameplace / sendpulse-laravel
Laravel Package for Sendpulse API. Provides easy access to the sendpulse/sendpulse-rest-api-php library.
Installs: 1 140
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 1
Requires
- php: ^7.3 || ^8.0
- illuminate/support: 5.7.* || 5.8.* ||^6.0 || ^7.0 || ^8.0 || ^9.0
- sendpulse/rest-api: 1.*
Requires (Dev)
- laravel/pint: dev-main
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