PHPackages                             grambas/sms-gateway - 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. grambas/sms-gateway

ActiveLibrary[API Development](/categories/api)

grambas/sms-gateway
===================

API container for Laravel 5.2

v1.0(9y ago)08MITPHP

Since Aug 29Pushed 7y ago1 watchersCompare

[ Source](https://github.com/grambas/SmsGateway)[ Packagist](https://packagist.org/packages/grambas/sms-gateway)[ Docs](https://github.com/grambas/football-data)[ RSS](/packages/grambas-sms-gateway/feed)WikiDiscussions master Synced 3d ago

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

:SmsGateway
===========

[](#smsgateway)

Basic  API Container for Laravel 5.\*

Requirements
------------

[](#requirements)

- "guzzlehttp/guzzle": "~6.0"

Install
-------

[](#install)

Via Composer

```
$ composer require grambas/SmsGateway dev-master
```

Usage
-----

[](#usage)

Simple example to send sms

```
$client = new SmsGateway( 'API KEY','SECRET KEY'); // init client with api key and secret
$response = $client->send('SENDER NAME', '048139381038', 'Message content'); //send sms with paramters: sender name, phone nunbmer and message

if (  isset($response['ids']) ) { // if message is sent, then the system generates id. So if id exist, then the message is successfuly snent
    return "Message successfuly sent!  Cost: " . $response['usage']['total_cost'] . ' ' . $response['usage']['currency'];
}else{
    return 'Error acquired during sending message';
}

```

Check balance

```
$client = new SmsGateway( 'API KEY','SECRET KEY');
$check = $client->me();
return 'New balance: ' . $check['credit']  . ' ' . $check['currency'];

```

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 97.9% 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

Unknown

Total

1

Last Release

3546d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/833557c345cbd69859526118a501e0105fcf9e39756984b225c68c03da0b0311?d=identicon)[grambas](/maintainers/grambas)

---

Top Contributors

[![grambas](https://avatars.githubusercontent.com/u/5207343?v=4)](https://github.com/grambas "grambas (46 commits)")[![alexssander-cusin](https://avatars.githubusercontent.com/u/1786322?v=4)](https://github.com/alexssander-cusin "alexssander-cusin (1 commits)")

---

Tags

grambasfootbal-data

### Embed Badge

![Health badge](/badges/grambas-sms-gateway/health.svg)

```
[![Health](https://phpackages.com/badges/grambas-sms-gateway/health.svg)](https://phpackages.com/packages/grambas-sms-gateway)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)[grambas/football-data

football-data.org API container for Laravel 5.2

311.4k](/packages/grambas-football-data)

PHPackages © 2026

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