PHPackages                             synergitech/sms-sender - 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. [Mail &amp; Notifications](/categories/mail)
4. /
5. synergitech/sms-sender

AbandonedArchivedLibrary[Mail &amp; Notifications](/categories/mail)

synergitech/sms-sender
======================

v0.0.1(8y ago)012[1 PRs](https://github.com/SynergiTech/sms-sender/pulls)PHP

Since Sep 5Pushed 5y ago2 watchersCompare

[ Source](https://github.com/SynergiTech/sms-sender)[ Packagist](https://packagist.org/packages/synergitech/sms-sender)[ RSS](/packages/synergitech-sms-sender/feed)WikiDiscussions master Synced 2mo ago

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

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

[](#installation)

```
$ composer require synergitech/sms-sender

```

Usage
-----

[](#usage)

```
$client = new \SynergiTech\SMS\Client('YOUR_URL', 'YOUR_API_KEY');
$message = new \SynergiTech\SMS\Message($client);

$message->reset(); // allows object re use à la codeigniter

$message->from('FROM NAME'); // optional
$message->to(array(
	'441111111111',
	'442222222222'
));
$message->to('443333333333');
$message->to('444444444444');
$message->body('This is from the client');

$okay = true;
foreach ($message->send() as $recipient)
{
	if (( ! isset($recipient->result)) || $recipient->result != "200")
	{
		$okay = false;
		break;
	}
}

if ($okay)
{
	echo 'messages were sent';
}
else
{
	echo 'not every message was sent';
}
die();

```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity54

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

Unknown

Total

1

Last Release

3168d ago

### Community

Maintainers

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

---

Top Contributors

[![willpower232](https://avatars.githubusercontent.com/u/1619102?v=4)](https://github.com/willpower232 "willpower232 (2 commits)")

### Embed Badge

![Health badge](/badges/synergitech-sms-sender/health.svg)

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

###  Alternatives

[tijsverkoyen/css-to-inline-styles

CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.

5.8k505.3M228](/packages/tijsverkoyen-css-to-inline-styles)[minishlink/web-push

Web Push library for PHP

1.9k12.0M52](/packages/minishlink-web-push)[laravel-notification-channels/twilio

Provides Twilio notification channel for Laravel

2587.7M12](/packages/laravel-notification-channels-twilio)[spatie/url-signer

Generate a url with an expiration date and signature to prevent unauthorized access

4422.3M16](/packages/spatie-url-signer)[mattketmo/email-checker

Throwaway email detection library

2742.0M5](/packages/mattketmo-email-checker)[netflie/laravel-notification-whatsapp

Laravel notification driver for WhatsApp

176173.9k](/packages/netflie-laravel-notification-whatsapp)

PHPackages © 2026

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