PHPackages                             zindua/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. zindua/sdk

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

zindua/sdk
==========

Official Zindua SDK for PHP — transactional email and WhatsApp via POST /api/v1/send.

1.1.0(4w ago)086MITPHPPHP &gt;=8.1

Since Jul 22Pushed 1mo agoCompare

[ Source](https://github.com/bbasabana/zindua-php)[ Packagist](https://packagist.org/packages/zindua/sdk)[ Docs](https://zindua.run/php)[ RSS](/packages/zindua-sdk/feed)WikiDiscussions main Synced 1w ago

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

zindua/sdk (PHP)
================

[](#zinduasdk-php)

Official **server-side** SDK for [Zindua](https://zindua.run): send transactional **email** and **WhatsApp** messages with one API.

Full API reference[zindua.run/developers](https://zindua.run/developers)PHP product page[zindua.run/php](https://zindua.run/php)Dashboard[zindua.run/login](https://zindua.run/login)```
composer require zindua/sdk
```

**Requirements:** PHP 8.1+, `ext-curl`, `ext-json`. Run only on your **server** (never in the browser).

---

Quick start
-----------

[](#quick-start)

### 1. Install

[](#1-install)

```
composer require zindua/sdk
```

### 2. Configure

[](#2-configure)

```
# .env — never commit real keys
ZINDUA_API_KEY=znd_live_xxxxxxxxxxxxxxxxxxxxxxxx
```

### 3. Send OTP

[](#3-send-otp)

```
