PHPackages                             smsguru/client - 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. smsguru/client

ActiveLibrary[API Development](/categories/api)

smsguru/client
==============

PHP Client for using SMSGuru's API

3.0.2(1y ago)02MITPHP

Since Jan 6Pushed 1y ago1 watchersCompare

[ Source](https://github.com/sms-guru/client)[ Packagist](https://packagist.org/packages/smsguru/client)[ Docs](https://console.smsguru.co)[ RSS](/packages/smsguru-client/feed)WikiDiscussions master Synced today

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

SMSGuru Client API
==================

[](#smsguru-client-api)

PHP Client for send SMS using SMSGuru's API

In previous version, user credentials from our portal is required for each API triggered, this posts security threat by exposing account details in URL. And it shares the same credentials from API access and Web Portal access, this way, if user trigger forget password and updated their password, API will fail immediately.

Installation:

```
composer require sms-guru/client
```

To send sms:

```
use smsguru\client;
require_once "./vendor/autoload.php";

// Please whitelist your IP and enable API in console.smsguru.co before you call this

$smsClient = new client('YOUR_APP_KEY', 'YOUR_APP_SECRET');
$response = $smsClient->send([
				'from'	=> '68068',
				'to'	=> '60123240066',
				'text'	=> 'Hi from Package 2.0'
			]);
```

To check account balance:

```
use smsguru\client;
require_once "./vendor/autoload.php";

// Please whitelist your IP and enable API in console.smsguru.co before you call this

$smsClient = new client('YOUR_APP_KEY', 'YOUR_APP_SECRET');
$response = $smsClient->balance([
				'country'	=> 'SGP'
			]);
```

To find out more info about our service, please visit [SMSGuru](console.smsguru.co) official site.

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

543d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/73d118e7a7dc007610440b42ce94b40153963d31b0dfa753ddc90713e61ed273?d=identicon)[panadol007](/maintainers/panadol007)

---

Top Contributors

[![panadol007](https://avatars.githubusercontent.com/u/8944556?v=4)](https://github.com/panadol007 "panadol007 (2 commits)")

### Embed Badge

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

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

###  Alternatives

[statamic/cms

The Statamic CMS Core Package

4.8k3.6M985](/packages/statamic-cms)[team-reflex/discord-php

An unofficial API to interact with the voice and text service Discord.

1.1k420.9k26](/packages/team-reflex-discord-php)[temporal/sdk

Temporal SDK

4072.9M25](/packages/temporal-sdk)[pimcore/data-hub

Pimcore Datahub

1361.4M12](/packages/pimcore-data-hub)[icawebdesign/hibp-php

PHP library for accessing the Have I Been Pwned API.

2549.8k2](/packages/icawebdesign-hibp-php)[codebar-ag/laravel-docuware

DocuWare integration with Laravel

1123.7k](/packages/codebar-ag-laravel-docuware)

PHPackages © 2026

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