PHPackages                             wapio/wapio - 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. [API Development](/categories/api)
4. /
5. wapio/wapio

ActiveLibrary[API Development](/categories/api)

wapio/wapio
===========

Official PHP / Laravel SDK for Wapio — developer-first WhatsApp API.

v0.1.1(1mo ago)02MITPHPPHP ^8.1

Since May 30Pushed 3w agoCompare

[ Source](https://github.com/wapioapi77-pixel/wapio-php)[ Packagist](https://packagist.org/packages/wapio/wapio)[ Docs](https://www.wapio.io)[ RSS](/packages/wapio-wapio/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (5)Versions (3)Used By (0)

wapio/wapio
===========

[](#wapiowapio)

Official PHP / Laravel SDK for [Wapio](https://www.wapio.io). Send WhatsApp messages, manage WhatsApp sessions, contacts, groups, channels, and decrypt inbound media.

```
composer require wapio/wapio
```

PHP 8.1+ is required. Laravel support is optional.

Features
--------

[](#features)

- Framework-agnostic PHP client with optional Laravel service provider and facade.
- Text, image, video, audio, sticker, document, contact, location, poll, group, and channel message helpers.
- Session lifecycle: create, list, update, delete, connect, disconnect, QR, status, and key rotation.
- Contact management: list, create/update, details, profile picture, block, and unblock.
- Group management: list, metadata, participants, add/remove, promote/demote, invite links, leave, and settings.
- Message lifecycle: info, edit, delete, resend failed, mark as read, presence, and logs.
- Webhook signature verification and Laravel event helper.
- Inbound encrypted media decrypt helper.
- Rate-limit metadata and request IDs on every response.
- Automatic idempotency keys for message sends.

Quickstart
----------

[](#quickstart)

```
