PHPackages                             flyg101/kudisms-php - 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. flyg101/kudisms-php

ActiveLibrary[API Development](/categories/api)

flyg101/kudisms-php
===================

KudiSMS API PHP Library

07[1 issues](https://github.com/flyg101/kudisms-php/issues)PHP

Since Sep 23Pushed 8y ago1 watchersCompare

[ Source](https://github.com/flyg101/kudisms-php)[ Packagist](https://packagist.org/packages/flyg101/kudisms-php)[ RSS](/packages/flyg101-kudisms-php/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

kudisms
=======

[](#kudisms)

PHP API Wrapper for [Kudi SMS](www.kudisms.com) bulk messaging

Installation
------------

[](#installation)

[PHP](https://php.net) 5.4+ and [Composer](https://getcomposer.org) are required.

Add the following line to your `composer.json` file.

```
"flyg101/kudisms-php": "1.0.*"

```

Run `composer install` to to update your autoloader

Usage
-----

[](#usage)

```
// require_once 'src/Kudisms.php';

// include your composer dependencies
require_once 'vendor/autoload.php';

use Flyg101\KudiSMS\Kudisms;

$kudisms = new Kudisms($username, $password, $senderId);

// Send SMS
// $numbers must be either a string or an arrays of strings.
//$numbers can be in any of these formats '07062359125', '+2347062359125', '2347062359125'
//$message must be a string.
$kudisms->sendsms($number, $message);
// The response is a JSON object.

// Check SMS Balance
$kudisms->checkBalance();
```

### TODO

[](#todo)

- Full Documentation.
- Format number for different Types.
- use Namespace instead of require\_once
- Make Available on composer
- Full Test Coverage

Contributors are appreciated 😁

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

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

---

Top Contributors

[![sccofield](https://avatars.githubusercontent.com/u/12601490?v=4)](https://github.com/sccofield "sccofield (5 commits)")

### Embed Badge

![Health badge](/badges/flyg101-kudisms-php/health.svg)

```
[![Health](https://phpackages.com/badges/flyg101-kudisms-php/health.svg)](https://phpackages.com/packages/flyg101-kudisms-php)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

94452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

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