PHPackages                             isend-ai/php-sdk - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Mail &amp; Notifications](/categories/mail)
4. /
5. isend-ai/php-sdk

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

isend-ai/php-sdk
================

PHP SDK for isend.ai - Send emails easily using email connectors like SES, SendGrid, and more

v1.0.3(2mo ago)057MITPHPPHP &gt;=5.6

Since Nov 18Pushed 2mo agoCompare

[ Source](https://github.com/isend-ai/php-sdk)[ Packagist](https://packagist.org/packages/isend-ai/php-sdk)[ RSS](/packages/isend-ai-php-sdk/feed)WikiDiscussions main Synced 3w ago

READMEChangelogDependencies (4)Versions (6)Used By (0)

isend.ai PHP SDK
================

[](#isendai-php-sdk)

A simple PHP SDK for sending emails, Telegram messages, and events through isend.ai using various email connectors like AWS SES, SendGrid, Mailgun, and more.

For **linking customers to your Telegram bot** (start flow, claim URL, polling status), use `ISendTelegramConnectorClient` with the connector **`api_secret_token`** from the iSend dashboard. For **sending Telegram templates** with your account API key, use `ISendClient::sendTelegramTemplate()` as below.

Installation
------------

[](#installation)

```
composer require isend-ai/php-sdk
```

Quick Start
-----------

[](#quick-start)

```
