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

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 25% of packages

Maintenance36

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

588d 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.9k3.8M1.2k](/packages/statamic-cms)[team-reflex/discord-php

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

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

Temporal SDK

4163.2M27](/packages/temporal-sdk)[pimcore/data-hub

Pimcore Datahub

1361.5M13](/packages/pimcore-data-hub)[bitrix24/b24phpsdk

An official PHP library for the Bitrix24 REST API

10250.3k6](/packages/bitrix24-b24phpsdk)[codebar-ag/laravel-docuware

DocuWare integration with Laravel

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

PHPackages © 2026

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