PHPackages                             emizoripx/whatsapp-cloudapi - 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. emizoripx/whatsapp-cloudapi

ActiveLibrary[API Development](/categories/api)

emizoripx/whatsapp-cloudapi
===========================

Library for sending Whatsapp messages with the Whatsapp Cloud Api service

v1.0.7(2y ago)21.0kMITPHP

Since Nov 18Pushed 2y agoCompare

[ Source](https://github.com/emizoripx/whatsapp-cloudapi)[ Packagist](https://packagist.org/packages/emizoripx/whatsapp-cloudapi)[ RSS](/packages/emizoripx-whatsapp-cloudapi/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (12)Used By (0)

WHATSAPP CLOUD API PACKAGE v1.0.7
=================================

[](#whatsapp-cloud-api-package-v107)

Package for sending Whatsapp messages with the Whatsapp Cloud Api Service.
--------------------------------------------------------------------------

[](#package-for-sending-whatsapp-messages-with-the-whatsapp-cloud-api-service)

### Supports

[](#supports)

- Send messages with a predefined template.
- Send documents and multimedia.
- Send buttons or links.
- Currently supports sending to a single cell phone number.

Configure
---------

[](#configure)

Before use, you must configure the following parameters

- In the `.env` file of the project copy and set the following environment variables

```
    WHATSAPP_CLOUD_API_HOST=

```

Usage
-----

[](#usage)

- To send a message just call the Facade `EmizorIpx\WhatsappMessages\Facades\WhatsappMessage` to method `sendWhithTemplate` and specify the required parameters

```

    use EmizorIpx\WhatsappCloudapi\Facades\WhatsappCloudapiMessage;
    use EmizorIpx\WhatsappCloudapi\Messages\Template\Component;
    use EmizorIpx\WhatsappCloudapi\Services\Whatsapp\Settings\WhatsappCloudApiSettings;
    ...

    $cloud_settings = new WhatsappCloudApiSettings( $from_phone_number_id, $access_token );
    $components = new Component($header_components, $body_components, $buttons_components);

    WhatsappCloudapiMessage::sendMessageWithTemplate($cloud_settings, $phone_number, $template_name, $components);
```

- Parameters
    - `from_phone_number_id` Phone number identifier.
    - `access_token` whatsapp cloud api services access token.

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity53

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 ~39 days

Recently: every ~67 days

Total

8

Last Release

1041d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5ec0aca4b543b0eb7586d3dea32e3e848017cf75d5a85c59a38d9eddb56a75aa?d=identicon)[alvaro-ipx](/maintainers/alvaro-ipx)

---

Top Contributors

[![alvaro-ez](https://avatars.githubusercontent.com/u/76056894?v=4)](https://github.com/alvaro-ez "alvaro-ez (22 commits)")

### Embed Badge

![Health badge](/badges/emizoripx-whatsapp-cloudapi/health.svg)

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

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