PHPackages                             aquadic/cloudwa-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. aquadic/cloudwa-api

ActiveLibrary[API Development](/categories/api)

aquadic/cloudwa-api
===================

cloudwa api for laravel apps

01.0k[1 PRs](https://github.com/AQuadic/cloudwa_api/pulls)PHPCI passing

Since Jun 19Pushed 1w ago1 watchersCompare

[ Source](https://github.com/AQuadic/cloudwa_api)[ Packagist](https://packagist.org/packages/aquadic/cloudwa-api)[ RSS](/packages/aquadic-cloudwa-api/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (6)Used By (0)

Cloudwa API Wrapper for Laravel Apps
====================================

[](#cloudwa-api-wrapper-for-laravel-apps)

[![Latest Version on Packagist](https://camo.githubusercontent.com/b2f1f7b89a1680d7f6e0ef08ed56575cb06de6b1d60082481e9583c67bbf4bf7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f617175616469632f636c6f756477612d6170692e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/aquadic/cloudwa-api)[![GitHub Tests Action Status](https://camo.githubusercontent.com/20ee4be4a3fcbfe3769231d2a5de8ade52a54ab24132337eee0e61688ebc5fd7/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f617175616469632f636c6f756477615f6170692f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/aquadic/cloudwa_api/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/e0d13f4205630255e7b14e9bb28b1cbceb2f9e8b0a05cff8434192a6021c662b/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f617175616469632f636c6f756477615f6170692f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/aquadic/cloudwa_api/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/53bd186db4de7939a8c516276af60af1f65d8cbd6d7dee62664f7fccac02abc5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f617175616469632f636c6f756477612d6170692e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/aquadic/cloudwa-api)

Wrapper for docs:

Support us
----------

[](#support-us)

[![](https://camo.githubusercontent.com/a04aa14c496cd64329bc6596447f8c2b141575ccafeab0a6d6d3cc3baeb2f0f2/68747470733a2f2f617175616469632e636f6d2f696d672f6c6f676f2e737667)](https://aquadic.com)

[![](https://camo.githubusercontent.com/f0a9159dbf8b39d23185e6d16e3e0c2803890f47f03ec5d212af0811c84f2a1b/68747470733a2f2f73636f6e74656e742e6663616931392d382e666e612e666263646e2e6e65742f762f7433392e33303830382d362f3333353838323330385f3539393730343035353033383934325f3739343137303035323438343635373630305f6e2e6a70673f5f6e635f6361743d313031266363623d312d37265f6e635f7369643d366565313161265f6e635f657569323d41654678724d44374c7732736c4e6d37447143634d6f33687579635274764970714453374a78473238696d6f4e47652d347845424141576a6447734661696c6c5864746c4d584973434e645731754b67754576323554476e265f6e635f6f68633d796c5167497a376f767a5151376b4e7667465342773877265f6e635f68743d73636f6e74656e742e6663616931392d382e666e61266f683d30305f41594468655258526b4464395862336233526c596e414b6e6d41315f7a6568665f4e395151624b62756a4b493867266f653d3636423534423033)](https://cloudwa.net)

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

[](#installation)

You can install the package via composer:

```
composer require aquadic/cloudwa-api
```

You can publish the config file with:

```
php artisan vendor:publish --tag="cloudwa-api-config"
```

This is the contents of the published config file: [Open Here](./config/cloudwa.php)

Usage
-----

[](#usage)

```
use AQuadic\Cloudwa\Cloudwa;

        (new Cloudwa()) // init CloudWa object/service.
            ->session("SESSION UUID") // if not used, default to config value.
            ->token("API TOKEN") // if not used, default to config value.
            ->phone("201101782890") // phone number to send message to
            ->message("Hello World") // message to be sent
            ->throw() // throw an exception if failed to send.
            ->sendMessage(); // send the message.
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [AQuadic](https://github.com/AQuadic)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance64

Regular maintenance activity

Popularity17

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity17

Early-stage or recently created project

 Bus Factor1

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

### Community

Maintainers

![](https://www.gravatar.com/avatar/32b15074fff444b0f9e9565e59cdda032d842476d8798f49b90d524cc131a227?d=identicon)[AQuadic](/maintainers/AQuadic)

---

Top Contributors

[![Saifallak](https://avatars.githubusercontent.com/u/6053156?v=4)](https://github.com/Saifallak "Saifallak (72 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (9 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (5 commits)")

### Embed Badge

![Health badge](/badges/aquadic-cloudwa-api/health.svg)

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

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

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k15](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

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

PHPackages © 2026

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