rdok/elasticemail-php

此包已被弃用且不再维护。没有建议的替代包。

集成到 Elastic Email API http://api.elasticemail.com/public/help

v2.2.0 2021-03-18 21:08 UTC

This package is auto-updated.

Last update: 2023-07-28 20:19:24 UTC


README

Total Downloads License Latest Stable Version ci Scrutinizer Code Quality

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