PHPackages                             wablas/wablas-client-php - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. wablas/wablas-client-php

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

wablas/wablas-client-php
========================

(Unoficial) Wablas Client PHP

1.0.0(7y ago)141.4k8[1 issues](https://github.com/saputradharma/wablas-client-php/issues)MITPHP

Since Dec 30Pushed 7y agoCompare

[ Source](https://github.com/saputradharma/wablas-client-php)[ Packagist](https://packagist.org/packages/wablas/wablas-client-php)[ RSS](/packages/wablas-wablas-client-php/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (1)Versions (2)Used By (0)

(Unofficial) Wablas PHP Client
==============================

[](#unofficial-wablas-php-client)

Install
-------

[](#install)

```
composer require wablas/wablas-client-php
```

Usage
-----

[](#usage)

Please register at [Wablas](https://wablas.com/) to get your `apiToken`.

```
use Wablas\WablasClient;

$apiToken = 'your-api-token-here';
$wablasClient = new WablasClient($apiToken);

// add recipient (support multiple recipient)
$wablasClient->addRecipient('08xxxxxxxxx');

// send message
$message = 'type your message here.';
$wablasClient->sendMessage($message);

// send image
$wablasClient->sendImage('your image caption here', 'http://your.image/url/here')
```

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity62

Established project with proven stability

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

2788d ago

### Community

Maintainers

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

### Embed Badge

![Health badge](/badges/wablas-wablas-client-php/health.svg)

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

###  Alternatives

[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k832.6k55](/packages/neuron-core-neuron-ai)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

762297.9k53](/packages/civicrm-civicrm-core)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.3M49](/packages/tencentcloud-tencentcloud-sdk-php)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

353.6k](/packages/eslazarev-wildberries-sdk)[oat-sa/tao-core

TAO core extension

64147.9k151](/packages/oat-sa-tao-core)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

265.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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