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 1w ago

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

31

—

LowBetter than 68% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity60

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

2697d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1cdbced5426b787a4e3eb54e83943a87b68b155c764ec45bb8dedc19f3b818ab?d=identicon)[dharma](/maintainers/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

[shlinkio/shlink

A self-hosted and PHP-based URL shortener application with CLI and REST interfaces

4.8k4.3k](/packages/shlinkio-shlink)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[dhlparcel/magento2-plugin

DHL Parcel plugin for Magento 2

11180.5k2](/packages/dhlparcel-magento2-plugin)[aedart/athenaeum

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

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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