PHPackages                             aldinokemal/sdk-php-whatsapp-web-multidevice - 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. aldinokemal/sdk-php-whatsapp-web-multidevice

ActiveLibrary[API Development](/categories/api)

aldinokemal/sdk-php-whatsapp-web-multidevice
============================================

This API is used for sending whatsapp via API. Device scoping: - Send `X-Device-Id` on all device-scoped REST calls. - WebSocket: connect to `/ws?device\_id=&lt;id&gt;`.

12533PHP

Since Mar 26Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/aldinokemal/sdk-php-whatsapp-web-multidevice)[ Packagist](https://packagist.org/packages/aldinokemal/sdk-php-whatsapp-web-multidevice)[ RSS](/packages/aldinokemal-sdk-php-whatsapp-web-multidevice/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

SdkWhatsappWebMultiDevice
=========================

[](#sdkwhatsappwebmultidevice)

This API is used for sending whatsapp via API

Installation &amp; Usage
------------------------

[](#installation--usage)

### Requirements

[](#requirements)

PHP 8.1 and later.

### Composer

[](#composer)

To install the bindings via [Composer](https://getcomposer.org/), add the following to `composer.json`:

```
{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/aldinokemal/sdk-php-whatsapp-web-multidevice.git"
    }
  ],
  "require": {
    "aldinokemal/sdk-php-whatsapp-web-multidevice": "*@dev"
  }
}
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
