PHPackages                             matejch/bsms-api-handler - 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. matejch/bsms-api-handler

ActiveLibrary[API Development](/categories/api)

matejch/bsms-api-handler
========================

Implementation of request for sending sms with viamobile bsms

v1.0(4y ago)021MITPHPPHP &gt;=7.2.0

Since Aug 21Pushed 4y ago1 watchersCompare

[ Source](https://github.com/Matej-ch/bsms-api-handler)[ Packagist](https://packagist.org/packages/matejch/bsms-api-handler)[ RSS](/packages/matejch-bsms-api-handler/feed)WikiDiscussions master Synced 1w ago

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

Bsms api handler
================

[](#bsms-api-handler)

Api for sending sms with viamobile bsms

[Api info](https://bsms.viamobile.sk/help/v2/en/)

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist matejch/bsms-api-handler "^1.0"

```

or add

```
"matejch/bsms-api-handler": "^1.0"

```

to the require section of your `composer.json` file.

Usage
-----

[](#usage)

First register at

For using api username and password is required

### Sending sms

[](#sending-sms)

```
$sender = new \matejch\bsmsApiHandler\BsmsSender($username, $password);

/** multiple sms can be sent at once */
$sender->addSms($id,$phoneNum,$message);
$sender->addSms($id2,$phoneNum2,$message2);

$sender->send();
```

### Inquiring delivery status

[](#inquiring-delivery-status)

```
$sender = new \matejch\bsmsApiHandler\BsmsPullDelivery($username, $password);

/** multiple deliveries can be requested at once */
$sender->addDelivery($id) //id of sms used in addSms method
$sender->addDelivery($id2);

$sender->send();
```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity45

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

1731d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/932003?v=4)[Matej Leban](/maintainers/MatejCh)[@matejch](https://github.com/matejch)

---

Top Contributors

[![Matej-ch](https://avatars.githubusercontent.com/u/12380989?v=4)](https://github.com/Matej-ch "Matej-ch (13 commits)")

---

Tags

apismssms-apiapisms bsms viamobile

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/matejch-bsms-api-handler/health.svg)

```
[![Health](https://phpackages.com/badges/matejch-bsms-api-handler/health.svg)](https://phpackages.com/packages/matejch-bsms-api-handler)
```

###  Alternatives

[plivo/plivo-php

A PHP SDK to make voice calls &amp; send SMS using Plivo and to generate Plivo XML

1102.8M18](/packages/plivo-plivo-php)[plivo/php-sdk

A PHP SDK to make voice calls &amp; send SMS using Plivo and to generate Plivo XML

1101.9M5](/packages/plivo-php-sdk)[melipayamak/php

A PHP wrapper for melipayamak's web services

3294.4k5](/packages/melipayamak-php)[smsfactor/smsfactor-php-sdk

SMSFactor client library for PHP

15382.5k2](/packages/smsfactor-smsfactor-php-sdk)

PHPackages © 2026

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