rdok / elasticemail-php
此包已被弃用且不再维护。没有建议的替代包。
集成到 Elastic Email API http://api.elasticemail.com/public/help
v2.2.0
2021-03-18 21:08 UTC
Requires
- php: ^7.2 | ^8.0
- guzzlehttp/guzzle: ^7.2
Requires (Dev)
- larapack/dd: ^1.1
- mikey179/vfsstream: ^1.6
- phpunit/phpunit: ^8.5
- spatie/phpunit-watcher: ^1.23
- squizlabs/php_codesniffer: ^3.5
- vlucas/phpdotenv: ^5.3
README
ElasticEmailPHP 是一个用于与 Elastic Email 平台 API 交互的 PHP 库。
使用方法
$elasticEmail = new \ElasticEmail\ElasticEmail('your_elastic_api_key'); $elasticEmail->email()->send([ 'to' => 'to_email', 'subject' => 'subject', 'from' => 'from_email' ]);
查看 集成测试 获取更多示例。
安装
使用 composer
composer require rdok/elasticemail-php
支持的功能
电子邮件
支持的 PHP 版本
- 7.2
- 7.3
- 7.4
- 8.0