PHPackages                             serv5group/whatscloudapi - 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. serv5group/whatscloudapi

ActiveLibrary[API Development](/categories/api)

serv5group/whatscloudapi
========================

whatsapp api cloud

v1.0.0.0(2y ago)0161MITPHP

Since Nov 12Pushed 1y ago1 watchersCompare

[ Source](https://github.com/serv5group/whatscloudapi)[ Packagist](https://packagist.org/packages/serv5group/whatscloudapi)[ RSS](/packages/serv5group-whatscloudapi/feed)WikiDiscussions main Synced today

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

WhatsCloudApi
=============

[](#whatscloudapi)

A library used with the Laravel framework to enable you to send WhatsApp messages as well as deal with bulk messages and get WhatsApp qrcode and login using OTP and other things.

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

[](#installation)

Install WhatsCloudApi with composer

```
composer require serv5group/whatscloudapi
```

Support
-------

[](#support)

- you can dependent on[ app.needbots.com](https://app.needbots.com/) for get token and instance .
- You must make sure that the phone number starts with 20. example 20101234576

Laravel env
-----------

[](#laravel-env)

```
  WHATSAPP_DOMAIN="https://app.needbots.com/api"
```

Usage/Examples
--------------

[](#usageexamples)

```
use serv5group\whatscloudapi\WebCloud;

class Examples
{

  /*
  * Create WhatsCloudApi new instance
  * @return WebCloud
  */
  public function connect()
  {
    $connect = WebCloud::accessToken("token")->setInstance("instanceId");
    return $connect;
  }

  /*
  * send whatsapp message
  * @return Void
  */
  public function sendMessage()
  {
    $response = $this->connect()->to("phone")->message("template")->send();
    if( $response->status == 'success' ){
      // The message was sent successfuly
    }else{
      \Log::error($response->message);
    }//@endif

  }

  /*
  * send whatsapp bulk message
  * @return Void
  */
  public function sendBulkMessage()
  {

    foreach ($contacts as $contact) {
      $response = $this->connect()->to("contact")->message("template")->send();

      if( $response->status == 'success' ){
      // The message was sent successfuly
      }else{
        \Log::error($response->message);
      }//@endif

    } //@endforeach

  }//@endfunction

  /*
  * send whatsapp message and media
  * @return Void
  */
  public function sendMessage()
  {
    $response = $this->connect()->to("phone")   ->message("template")->media("path")->send();
    if( $response->status == 'success' ){
      // The message was sent successfuly
    }else{
      \Log::error($response->message);
    }//@endif

  }

 /*
  * send whatsapp bulk message and attachments
  * @return Void
  */
  public function sendBulkMessage()
  {

    foreach ($contacts as $contact) {
      $response = $this->connect()->to("contact")->message("template")->media("path")->send();

      if( $response->status == 'success' ){
      // The message was sent successfuly
      }else{
        \Log::error($response->message);
      }//@endif

    } //@endforeach

  }//@endfunction

}
```

🛠 Skills
--------

[](#-skills)

PHP , LARAVEL

License
-------

[](#license)

[MIT](https://serv5.com)

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance27

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 52.4% 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

Unknown

Total

1

Last Release

964d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/122719027?v=4)[Serv5 Group company](/maintainers/serv5group)[@serv5group](https://github.com/serv5group)

---

Top Contributors

[![serv5group](https://avatars.githubusercontent.com/u/122719027?v=4)](https://github.com/serv5group "serv5group (11 commits)")[![mohamedServ5](https://avatars.githubusercontent.com/u/132254457?v=4)](https://github.com/mohamedServ5 "mohamedServ5 (10 commits)")

### Embed Badge

![Health badge](/badges/serv5group-whatscloudapi/health.svg)

```
[![Health](https://phpackages.com/badges/serv5group-whatscloudapi/health.svg)](https://phpackages.com/packages/serv5group-whatscloudapi)
```

###  Alternatives

[statamic/cms

The Statamic CMS Core Package

4.8k3.6M982](/packages/statamic-cms)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[avalara/avataxclient

Client library for Avalara's AvaTax suite of business tax calculation and processing services. Uses the REST v2 API.

528.5M7](/packages/avalara-avataxclient)[files.com/files-php-sdk

Files.com PHP SDK

2481.1k](/packages/filescom-files-php-sdk)[aimeos/prisma

A powerful PHP package for integrating media related Large Language Models (LLMs) into your applications

1943.1k5](/packages/aimeos-prisma)

PHPackages © 2026

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