PHPackages                             kield01/smsc-ua - 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. kield01/smsc-ua

ActiveLibrary

kield01/smsc-ua
===============

SMSC UA package for PHP

0.2(7y ago)05PHP

Since Mar 12Pushed 7y ago1 watchersCompare

[ Source](https://github.com/KielD-01/smsc-ua)[ Packagist](https://packagist.org/packages/kield01/smsc-ua)[ RSS](/packages/kield01-smsc-ua/feed)WikiDiscussions master Synced today

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

PHP SMSC UA
===========

[](#php-smsc-ua)

What's that?
------------

[](#whats-that)

This is the package, to send regular SMS to any available recipient

Prerequisites
-------------

[](#prerequisites)

- Register account via [SMSC.UA](https://smsc.ua)
- Fill up balance with a little amount

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

[](#installation)

`composer require kield01/smsc-ua`

Usage
-----

[](#usage)

```
use KielD01\SmscUA\Sender;
use KielD01\SmscUA\Types\Sms;

/** Available Methods List */

/** Set Credential to access the API */
Sender::setCredentials(['__LOGIN__', '__PWD__']);
Sender::setCredentials('__LOGIN__', '__PWD__');

/** Set error messages locale */
Sender::setLocale('ua');

$sms = new Sms();

$response = $sms
    ->setPhones(
    ['380666666666'] || // As an array of numbers
    '380666666666,380666666667;380666666668' || // As the string, delimited by symbols like '`,`, `;`, and/or `|`'
    '380666666666'
    )
    ->setMessage('Test Message') // Sets string as message
    ->send(); // Deliver messages via API
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

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

Every ~0 days

Total

2

Last Release

2617d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a0add303e0c489bc0b76824d864285a85e4a21fc9832c2e2255f2187512156b2?d=identicon)[KielD-01](/maintainers/KielD-01)

---

Top Contributors

[![KielD-01](https://avatars.githubusercontent.com/u/10153164?v=4)](https://github.com/KielD-01 "KielD-01 (2 commits)")

### Embed Badge

![Health badge](/badges/kield01-smsc-ua/health.svg)

```
[![Health](https://phpackages.com/badges/kield01-smsc-ua/health.svg)](https://phpackages.com/packages/kield01-smsc-ua)
```

###  Alternatives

[php-debugbar/php-debugbar

Debug bar in the browser for php application

4.4k21.3M40](/packages/php-debugbar-php-debugbar)[drush/drush

Drush is a command line shell and scripting interface for Drupal, a veritable Swiss Army knife designed to make life easier for those of us who spend some of our working hours hacking away at the command prompt.

2.4k57.4M684](/packages/drush-drush)[spatie/ignition

A beautiful error page for PHP applications.

510147.6M69](/packages/spatie-ignition)[tightenco/jigsaw

Simple static sites with Laravel's Blade.

2.2k438.5k29](/packages/tightenco-jigsaw)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[timacdonald/log-fake

A drop in fake logger for testing with the Laravel framework.

4235.9M56](/packages/timacdonald-log-fake)

PHPackages © 2026

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