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 1mo 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

24

—

LowBetter than 32% of packages

Maintenance41

Moderate activity, may be stable

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity39

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.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

498d 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.2M720](/packages/statamic-cms)[spatie/laravel-route-attributes

Auto register routes using PHP attributes

879963.2k18](/packages/spatie-laravel-route-attributes)[team-reflex/discord-php

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

1.1k379.4k24](/packages/team-reflex-discord-php)[temporal/sdk

Temporal SDK

4002.2M18](/packages/temporal-sdk)[vluzrmos/slack-api

Wrapper for Slack.com WEB API.

102589.1k3](/packages/vluzrmos-slack-api)[smodav/mpesa

M-Pesa API implementation

16363.7k1](/packages/smodav-mpesa)

PHPackages © 2026

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