PHPackages                             phpjuice/wati-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. [HTTP &amp; Networking](/categories/http)
4. /
5. phpjuice/wati-sdk

ActiveLibrary[HTTP &amp; Networking](/categories/http)

phpjuice/wati-sdk
=================

PHP SDK for Wati.io REST APIs

v1.0.1(4mo ago)086MITPHPPHP ^8.3 || ^8.4CI passing

Since Feb 22Pushed 4mo agoCompare

[ Source](https://github.com/phpjuice/wati-sdk)[ Packagist](https://packagist.org/packages/phpjuice/wati-sdk)[ Docs](https://github.com/phpjuice/wati-sdk)[ RSS](/packages/phpjuice-wati-sdk/feed)WikiDiscussions main Synced today

READMEChangelog (2)Dependencies (7)Versions (3)Used By (0)

Wati SDK
========

[](#wati-sdk)

[![CI](https://github.com/phpjuice/wati-sdk/actions/workflows/php.yml/badge.svg)](https://github.com/phpjuice/wati-sdk/actions/workflows/php.yml)[![PHP Version](https://camo.githubusercontent.com/358e85baf99de9fdc7bdb97daf7b7b2a9b16bae81f67f4e914f42c83cd4910d0/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d382e33253230253743253230382e342d3737374242343f6c6f676f3d706870266c6f676f436f6c6f723d7768697465)](https://php.net)[![Latest Stable Version](https://camo.githubusercontent.com/7b06661d645dbb21065af617014731b6db9d1e481fb3749d01ad1222d81e718b/687474703a2f2f706f7365722e707567782e6f72672f7068706a756963652f776174692d73646b2f76)](https://packagist.org/packages/phpjuice/wati-sdk)[![Total Downloads](https://camo.githubusercontent.com/1123ae37f880ccf309ed2a06cc32207d3925e6bfa21fe6b816da0b564e573764/687474703a2f2f706f7365722e707567782e6f72672f7068706a756963652f776174692d73646b2f646f776e6c6f616473)](https://packagist.org/packages/phpjuice/wati-sdk)[![License](https://camo.githubusercontent.com/1a2e0606685ce00663bf829868f794fd3fc9c86f8d80cae324734129e0723a58/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d627269676874677265656e2e737667)](https://opensource.org/licenses/MIT)[![PRs Welcome](https://camo.githubusercontent.com/dd0b24c1e6776719edb2c273548a510d6490d8d25269a043dfabbd38419905da/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5052732d77656c636f6d652d627269676874677265656e2e737667)](./.github/CONTRIBUTING.md)

A PHP SDK for the [Wati.io](https://wati.io) WhatsApp API. Provides pre-built API classes for common operations.

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

[](#installation)

This package requires PHP 8.3 or higher.

```
composer require "phpjuice/wati-sdk"
```

Setup
-----

[](#setup)

### Get Your Credentials

[](#get-your-credentials)

1. Log in to your [Wati Account](https://app.wati.io)
2. Navigate to **API Docs** in the top menu
3. Copy your **API Endpoint URL** and **Bearer Token**

### Create a Client

[](#create-a-client)

```
