PHPackages                             kirimi/kirimi-php - 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. kirimi/kirimi-php

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

kirimi/kirimi-php
=================

Official PHP client library for the Kirimi WhatsApp API. Send messages, handle OTP verification, and manage WhatsApp communication with ease.

v1.0.0(10mo ago)222MITPHPPHP &gt;=7.4

Since Jul 9Pushed 10mo agoCompare

[ Source](https://github.com/kiriminow/kirimi-php)[ Packagist](https://packagist.org/packages/kirimi/kirimi-php)[ Docs](https://github.com/yolkmonday/kirimi-php)[ RSS](/packages/kirimi-kirimi-php/feed)WikiDiscussions main Synced 1mo ago

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

Kirimi PHP Client
=================

[](#kirimi-php-client)

[![Packagist Version](https://camo.githubusercontent.com/f6e693aec664fc7fa5660f41f6a23cf3029ab272ff69f93c021e7981d1f123aa/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6b6972696d692f6b6972696d692d706870)](https://packagist.org/packages/kirimi/kirimi-php)[![Packagist Downloads](https://camo.githubusercontent.com/a3d0637557ab88519c6f11d70ad709dfb41849f6e7e0be36fbc0b0b1fc73fefe/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646d2f6b6972696d692f6b6972696d692d706870)](https://packagist.org/packages/kirimi/kirimi-php)[![PHP Version](https://camo.githubusercontent.com/eaa3a865711d7d67cd99509a0dc2e23d58ccac22c4e016a3ee40acbb4189ff98/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f6b6972696d692f6b6972696d692d706870)](https://packagist.org/packages/kirimi/kirimi-php)[![License](https://camo.githubusercontent.com/c9fd5dabf0a6a60b0be766a9da11fdc986ba8cd37a20196703a3b185d38277e0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6b6972696d692f6b6972696d692d706870)](https://github.com/yolkmonday/kirimi-php/blob/main/LICENSE)

Official PHP client library for the Kirimi WhatsApp API. This library provides a simple and efficient way to send WhatsApp messages, handle OTP generation and validation, and manage WhatsApp communication from your PHP applications.

🚀 Features
----------

[](#-features)

- ✅ Send WhatsApp messages (text and media)
- ✅ Generate and validate OTP codes
- ✅ Support for multiple package types (Free, Lite, Basic, Pro)
- ✅ PSR-4 autoloading support
- ✅ Comprehensive error handling
- ✅ Type hints and modern PHP features
- ✅ Health check monitoring
- ✅ Service classes for common use cases

📦 Installation
--------------

[](#-installation)

Install via Composer:

```
composer require kirimi/kirimi-php
```

🔧 Requirements
--------------

[](#-requirements)

- PHP 7.4 or higher
- Guzzle HTTP client (installed automatically)
- ext-json (usually included in PHP)

🔧 Setup
-------

[](#-setup)

Get your User Code and Secret Key from the [Kirimi Dashboard](https://dash.kirimi.id/docs).

```
