PHPackages                             prodanv/smsc - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. prodanv/smsc

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

prodanv/smsc
============

Lib for smsc.ua

03PHP

Since Nov 11Pushed 5y agoCompare

[ Source](https://github.com/prodanv/SMSc)[ Packagist](https://packagist.org/packages/prodanv/smsc)[ RSS](/packages/prodanv-smsc/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

In devlopment. Do not use on production!
========================================

[](#in-devlopment-do-not-use-on-production)

Lib for smsc.ua
===============

[](#lib-for-smscua)

This package provides a set of functions to use smsc.ua API.

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

[](#installation)

Pull in the package using composer

```
composer require prodanv/smsc
```

Usage
-----

[](#usage)

```
use ProdanV\SMSc\SMSc;
use ProdanV\SMSc\Message;

$smsc = new SMSc('login', 'password'); // If you need logging you can use third param to pass logger

$message = new Message('Hello world =)');
$message->from('Me')->to('+380123456789'); // Also can use array

$smsc->send($message); // Also can use array of Message
```

Contributions
-------------

[](#contributions)

You are welcome to submit pull requests containing your own validation rules, however to be accepted, they must explain what they do, be useful to others, and include a suitable test to confirm they work correctly.

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity31

Early-stage or recently created project

 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/c7357f7dd28c872da96dc57bd1cffa89aa47202b848056474c1fb594940541e8?d=identicon)[vp.edge](/maintainers/vp.edge)

---

Top Contributors

[![vprodan](https://avatars.githubusercontent.com/u/20721154?v=4)](https://github.com/vprodan "vprodan (1 commits)")

### Embed Badge

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

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

###  Alternatives

[phpdocumentor/reflection-docblock

With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.

9.4k722.2M1.2k](/packages/phpdocumentor-reflection-docblock)[doctrine/event-manager

The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.

6.1k501.1M115](/packages/doctrine-event-manager)[symfony/polyfill-php81

Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions

886425.7M173](/packages/symfony-polyfill-php81)[beste/json

A simple JSON helper to decode and encode JSON

4222.7M3](/packages/beste-json)

PHPackages © 2026

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