PHPackages                             sukanyeah/wcapi - 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. sukanyeah/wcapi

ActiveLibrary[API Development](/categories/api)

sukanyeah/wcapi
===============

PHP SDK to send and receive messages using a cloud-hosted version of the WhatsApp Business Platform

v1.0.0(1y ago)113[1 PRs](https://github.com/Sukanyeah/wcapi/pulls)MITPHPPHP ^7.4 || ^8.0 || ^8.1CI passing

Since Aug 20Pushed 1y ago1 watchersCompare

[ Source](https://github.com/Sukanyeah/wcapi)[ Packagist](https://packagist.org/packages/sukanyeah/wcapi)[ GitHub Sponsors](https://github.com/aalbarca)[ RSS](/packages/sukanyeah-wcapi/feed)WikiDiscussions main Synced 1mo ago

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

[![](.github/wcapi_banner.webp)](.github/wcapi_banner.webp)

WhatsApp Cloud API
==================

[](#whatsapp-cloud-api)

What It Does
------------

[](#what-it-does)

This package makes it easy for developers to access [WhatsApp Cloud API](https://developers.facebook.com/docs/whatsapp/cloud-api "WhatsApp Cloud API") service in their PHP code.

The first **1,000 conversations** each month are free from WhatsApp Cloud API. A conversation.

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

[](#getting-started)

Please create and configure your Facebook WhatsApp application following the ["Get Stared"](https://developers.facebook.com/docs/whatsapp/cloud-api/get-started) section of the official guide.

Minimum requirements – To run the SDK, your system will require **PHP &gt;= 7.4** with a recent version of **CURL &gt;=7.19.4** compiled with OpenSSL and zlib.

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

[](#installation)

`composer require sukanyeah/wcapi `

Quick Examples
--------------

[](#quick-examples)

### Send a text message

[](#send-a-text-message)

```
