flameplace / sendpulse-laravel
Sendpulse API 的 Laravel 包。提供对 sendpulse/sendpulse-rest-api-php 库的便捷访问。
v1.0
2022-10-12 01:24 UTC
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
Sendpulse API 的 Laravel 包。提供对 sendpulse/sendpulse-rest-api-php 库的便捷访问。
使用 Composer 安装:
composer require flameplace/sendpulse-laravel
在 .env 文件中定义
SENDPULSE_API_USER_ID=<your api user id>
SENDPULSE_API_SECRET=<your api secret>
用法
Sendpulse::listAddressBooks();
可用的完整命令列表可在此处找到:here