PHPackages                             wapluginlab/php-lib - 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. wapluginlab/php-lib

ActiveLibrary[API Development](/categories/api)

wapluginlab/php-lib
===================

WAPLUGIN PHP library

00PHPCI failing

Since Dec 17Pushed 6y agoCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

WAPLUGIN PHP Library
====================

[](#waplugin-php-library)

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

[](#installation)

```
composer require wapluginlab/php-lib

```

Account
-------

[](#account)

### Get Account

[](#get-account)

```
use Waplugin\Config;
use Waplugin\Account;

$params['page'] = 1;

Config::$secretKey = getenv('SECRET_KEY');

$result = Account::index($params);

return $result;
```

### View Account Detail

[](#view-account-detail)

```
use Waplugin\Config;
use Waplugin\Account;

$account_id = 1;

Config::$secretKey = getenv('SECRET_KEY');

$result = Account::show($account_id);

return $result;
```

WhatsApp
--------

[](#whatsapp)

### Status

[](#status)

```
use Waplugin\Config;
use Waplugin\Wa;

$account_id = 1;

Config::$secretKey = getenv('SECRET_KEY');

$result = Wa::status($account_id);

return $result;
```

### Send Message

[](#send-message)

```
use Waplugin\Config;
use Waplugin\Wa;

$account_id = 1;

$params['phone'] = '6281xxxxxx';
$params['msg'] = 'Lorem Ipsum Dolar Sit Maet';

Config::$secretKey = getenv('SECRET_KEY');

$result = Wa::send($account_id, $params);

return $result;
```

[Official API Docs](https://waplugin.com/apidoc/#introduction)

###  Health Score

16

—

LowBetter than 4% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity35

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/58365189?v=4)[WAPLUGIN](/maintainers/wapluginlab)[@wapluginlab](https://github.com/wapluginlab)

---

Top Contributors

[![wapluginlab](https://avatars.githubusercontent.com/u/58365189?v=4)](https://github.com/wapluginlab "wapluginlab (3 commits)")

---

Tags

apiphpwapluginwhatsapp

### Embed Badge

![Health badge](/badges/wapluginlab-php-lib/health.svg)

```
[![Health](https://phpackages.com/badges/wapluginlab-php-lib/health.svg)](https://phpackages.com/packages/wapluginlab-php-lib)
```

###  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.0k14](/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)
