PHPackages                             lucassmacedo/whatsapp-chat-api - 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. lucassmacedo/whatsapp-chat-api

ActiveLibrary[API Development](/categories/api)

lucassmacedo/whatsapp-chat-api
==============================

The SDK allows you to receive and send messages through your WhatsApp account. \[Sign up now\](https://app.chat-api.com/) The Chat API is based on the WhatsApp WEB protocol and excludes the ban both when using libraries from mgp25 and the like. Despite this, your account can be banned by anti-spam system WhatsApp after several clicking the "block" button.

233PHPCI failing

Since Jun 2Pushed 5y ago1 watchersCompare

[ Source](https://github.com/lucassmacedo/whatsapp-chat-api)[ Packagist](https://packagist.org/packages/lucassmacedo/whatsapp-chat-api)[ RSS](/packages/lucassmacedo-whatsapp-chat-api/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (1)DependenciesVersions (1)Used By (0)

OpenAPIClient-php
=================

[](#openapiclient-php)

The SDK allows you to receive and send messages through your WhatsApp account. [Sign up now](https://app.chat-api.com/)

The Chat API is based on the WhatsApp WEB protocol and excludes the ban both when using libraries from mgp25 and the like. Despite this, your account can be banned by anti-spam system WhatsApp after several clicking the "block" button.

This PHP package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: 1.0.0
- Package version: 1
- Build package: org.openapitools.codegen.languages.PhpClientCodegen

Requirements
------------

[](#requirements)

PHP 5.5 and later

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

[](#installation--usage)

### Composer

[](#composer)

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

```
{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/lucassmacedo/whatsapp-chat-api.git"
    }
  ],
  "require": {
    "lucassmacedo/whatsapp-chat-api": "*@dev"
  }
}
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
    require_once('/path/to/OpenAPIClient-php/vendor/autoload.php');
```

Tests
-----

[](#tests)

To run the unit tests:

```
composer install
./vendor/bin/phpunit
```

Getting Started
---------------

[](#getting-started)

Please follow the [installation procedure](#installation--usage) and then run the following:

```
