PHPackages                             fingergiant/giantsms-api - 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. fingergiant/giantsms-api

ActiveLibrary[API Development](/categories/api)

fingergiant/giantsms-api
========================

PHP API library for Giant SMS

v1.0.3(1y ago)046MITPHPPHP &gt;=7.4

Since Jul 11Pushed 1y agoCompare

[ Source](https://github.com/manuelxtrem/GiantSMS-PHP)[ Packagist](https://packagist.org/packages/fingergiant/giantsms-api)[ Docs](https://github.com/manuelxtrem/GiantSMS-PHP)[ RSS](/packages/fingergiant-giantsms-api/feed)WikiDiscussions master Synced 2mo ago

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

GiantSMS PHP API Library
========================

[](#giantsms-php-api-library)

PHP library for making API requests to GiantSMS bulk messaging platform

[GiantSMS.com](https://giantsms.com)

---

- [Installation](#installation)
- [Requirements](#requirements)
- [Documentation](https://developer.giantsms.com)
- [Contribute](#contribute)

---

### Installation

[](#installation)

To install GiantSMS PHP Library, simply:

```
$ composer require fingergiant/giantsms-api

```

### Requirements

[](#requirements)

GiantSMS PHP Library works with PHP &gt;= 5.3.

This library requires API authentication credentials in order to function. Get your credentials from [GiantSMS.com](https://giantsms.com)

### Usage

[](#usage)

- Send a message

```
    use BulkSMS\GiantSMS;

    $sms = new GiantSMS('xxxxxxxxx', 'xxxxxx'); // API username & secret
    var_dump($sms->send('Hello there', '+233XXXXXXXXX', 'Tester')); // message, recipient, sender
```

- Check balance

```
    use BulkSMS\GiantSMS;

    $sms = new GiantSMS('xxxxxxxxx', 'xxxxxx'); // API username & secret
    var_dump($sms->balance());
```

### Contribute

[](#contribute)

1. Check for open issues or open a new issue to start a discussion around a bug or feature.
2. Fork the repository on GitHub to start making your changes.
3. Write one or more tests for the new feature or that expose the bug.
4. Make code changes to implement the feature or fix the bug.
5. Send a pull request to get your changes merged and published.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance37

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity62

Established project with proven stability

 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 ~641 days

Total

4

Last Release

569d ago

PHP version history (2 changes)v1.0PHP &gt;=5.3.0

v1.0.3PHP &gt;=7.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/cb240c49390649bb289e13d1e621ccea2a8e1081f4a50402b57803832447d7dc?d=identicon)[manuelxtrem](/maintainers/manuelxtrem)

---

Top Contributors

[![manuelxtrem](https://avatars.githubusercontent.com/u/8300136?v=4)](https://github.com/manuelxtrem "manuelxtrem (10 commits)")

---

Tags

phpapismsmessagingbulkgiantsms

### Embed Badge

![Health badge](/badges/fingergiant-giantsms-api/health.svg)

```
[![Health](https://phpackages.com/badges/fingergiant-giantsms-api/health.svg)](https://phpackages.com/packages/fingergiant-giantsms-api)
```

###  Alternatives

[unicodeveloper/jusibe-php-lib

Jusibe PHP Library

3417.4k1](/packages/unicodeveloper-jusibe-php-lib)[scriptdevelop/whatsapp-manager

Paquete para manejo de WhatsApp Business API en Laravel

762.6k](/packages/scriptdevelop-whatsapp-manager)[lakshmaji/plivo

Send SMS using Plivo Cloud API

2016.8k](/packages/lakshmaji-plivo)[lakshmajim/plivo

Send SMS using Plivo Cloud API

205.7k](/packages/lakshmajim-plivo)[okolaa/termiiphp

Termii Rest API php library

112.4k](/packages/okolaa-termiiphp)

PHPackages © 2026

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