magentron/elasticemail-php
Composer 安装命令:
composer require magentron/elasticemail-php
包简介
Integration to the Elastic Email API http://api.elasticemail.com/public/help
README 文档
README
This is a fork of rdok/elasticemail-php by Jeroen Derks, a.k.a Magentron. This fork was created in order to have be able to use with PHPUnit 7+ and to have author- and environment-independent tests.
ElasticEmailPHP is a PHP Library for interacting with Elastic Email platform API.
Example
$elasticEmail = new \ElasticEmail\ElasticEmail('your_elastic_api_key');
$elasticEmail->email()->send([
'to' => 'to_email',
'subject' => 'subject',
'from' => 'from_email'
]);
Installation
Using composer
composer require magentron/elasticemail-php
统计信息
- 总下载量: 283
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-06-28