dashamail/haski
最新稳定版本:v1.0.2
Composer 安装命令:
composer require dashamail/haski
包简介
The officially supported PHP client for Haski (https://haskimail.ru)
README 文档
README
Haskimail-PHP is the officially supported PHP library for Haskimail. With Haskimail, you can send and receive emails effortlessly.Requirements
PHP >=7.0.0 Guzzle HTTP clientGetting Started
// Sending email with Haskimail-PHP library
// Learn more -> https://haskimail.ru/developer/integration/official-libraries#php
// Install with composer
composer require dashamail/haskimail-php
// Import
use Haskimail\HaskimailClient;
// Example request
$client = new HaskimailClient("server token");
$sendResult = $client->sendEmail(
"отправитель@example.com",
"получатель@example.com",
"Привет от Хаски!",
"Это просто дружеский привет от пользователя Хаски!"
);
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-02-20