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

AbandonedLibrary[API Development](/categories/api)

pcabreus/whatsapp-api
=====================

A WhatsApp PHP application

v0.2.1(10y ago)3218321[2 issues](https://github.com/pcabreus/WhatsApp/issues)MITPHP

Since Jul 28Pushed 8y ago7 watchersCompare

[ Source](https://github.com/pcabreus/WhatsApp)[ Packagist](https://packagist.org/packages/pcabreus/whatsapp-api)[ Docs](http://positibelabs.blogspot.com/libraries/whatsapp)[ RSS](/packages/pcabreus-whatsapp-api/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (1)Versions (5)Used By (0)

WhatsAppApi \[Abandoned\]
=========================

[](#whatsappapi-abandoned)

Caution:

This library is a simple php programming object oriented of "" application.

For full documentation **read the [wiki](https://github.com/mgp25/Chat-API/wiki)**

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

[](#installation)

You first must add the library to your composer.json:

```
[json]
"require": {

    "pcabreus/whatsapp-api": "~0.1"
}

```

Then you need to install the library with composer.

Usage
-----

[](#usage)

After that you can use the WhatsAppApi class like this:

```
[php]
//Create the service
$whatsAppApi = new WhatsAppApi();
//Configure the connexion with the user credentials
$whatsAppApi->config("1123456789", "pcabreus", "this-is-secret", false);

//Send a message to a contact
$whatsAppApi->sendMessage("1987654321", "This is a message", WhatsAppApi::MESSAGE_TYPE_TEXT);

//Or you cant send a message to a group of contact
$numbers = array("1987654321", "44123456789");
$whatsAppApi->sendMessage($numbers, "This message go to many users", WhatsAppApi::MESSAGE_TYPE_TEXT);

```

ToDo

More documentation...

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~5 days

Total

3

Last Release

3937d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7a0a4509b3c113e5160b4f3f7708a1ead7bc99b2b33ebe4c1e3b59c14b6e530d?d=identicon)[pcabreus](/maintainers/pcabreus)

---

Top Contributors

[![pcabreus](https://avatars.githubusercontent.com/u/8780578?v=4)](https://github.com/pcabreus "pcabreus (17 commits)")

---

Tags

whatsapppositibelabspcabreus

### Embed Badge

![Health badge](/badges/pcabreus-whatsapp-api/health.svg)

```
[![Health](https://phpackages.com/badges/pcabreus-whatsapp-api/health.svg)](https://phpackages.com/packages/pcabreus-whatsapp-api)
```

###  Alternatives

[telnyx/telnyx-php

Official Telnyx PHP SDK — APIs for Voice, SMS, MMS, WhatsApp, Fax, SIP Trunking, Wireless IoT, Call Control, and more. Build global communications on Telnyx's private carrier-grade network.

35636.1k2](/packages/telnyx-telnyx-php)[missael-anda/laravel-whatsapp

A Whatsapp Business Cloud API wrapper for Laravel.

677.5k](/packages/missael-anda-laravel-whatsapp)[scriptdevelop/whatsapp-manager

Paquete para manejo de WhatsApp Business API en Laravel

762.6k](/packages/scriptdevelop-whatsapp-manager)[jhowbhz/package-apigratis

Uma forma simples de consumir serviços gratuitos oferecidos pelo site https://apigratis.com.br/

505.2k](/packages/jhowbhz-package-apigratis)[wallacemartinss/filament-whatsapp-conector

Filament plugin for WhatsApp integration with Evolution API v2

641.4k10](/packages/wallacemartinss-filament-whatsapp-conector)[jhowbhz/apigratis-sdk-php

This package is free and can be used for API Brazil website functions

183.6k](/packages/jhowbhz-apigratis-sdk-php)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
