resend/resend-php
最新稳定版本:v1.1.0
Composer 安装命令:
composer require resend/resend-php
包简介
Resend PHP library.
README 文档
README
Examples
Send email with:
Getting started
Requires PHP 8.1+
First, install Resend via the Composer package manager:
composer require resend/resend-php
Then, interact with Resend's API:
$resend = Resend::client('re_123456789'); $resend->emails->send([ 'from' => 'onboarding@resend.dev', 'to' => 'user@gmail.com', 'subject' => 'hello world', 'text' => 'it works!', ]);
Note This client is inspired by OpenAI PHP.
统计信息
- 总下载量: 3.32M
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 54
- 点击次数: 1
- 依赖项目数: 19
- 推荐数: 9
其他信息
- 授权协议: MIT
- 更新时间: 2026-01-04