PHPackages                             omgdef/unisender-wrapper - 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. omgdef/unisender-wrapper

ActiveLibrary[API Development](/categories/api)

omgdef/unisender-wrapper
========================

Unisender API wrapper

1.1.2(6y ago)442.8k↓37.8%12BSD-4-ClausePHP

Since May 20Pushed 6y ago1 watchersCompare

[ Source](https://github.com/OmgDef/unisender-wrapper)[ Packagist](https://packagist.org/packages/omgdef/unisender-wrapper)[ RSS](/packages/omgdef-unisender-wrapper/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (7)DependenciesVersions (8)Used By (2)

UniSender API wrapper
=====================

[](#unisender-api-wrapper)

UniSender API wrapper

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

[](#installation)

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

Either run

```
php composer.phar require --prefer-dist omgdef/unisender-wrapper "dev-master"

```

or add

```
"omgdef/unisender-wrapper": "dev-master"

```

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

Properties
----------

[](#properties)

PropertyDescriptionapiKeyYour API keysenderPhoneSender's phone numbersenderNameSender's namesenderEmailSender's emailtestModeEnable test modeencodingEncoding (Default: UTF-8)timeoutConnection timeout (Default: 10)retryCountThe number of connection attempts (Default: 0)Usage
-----

[](#usage)

Once the extension is installed, simply use it in your code by :

```
$obj = new \omgdef\unisender\UniSenderWrapper();
$obj->testMode = true;
$obj->apiKey = 'some_key_here';
$response = $obj->sendSms(['phone' => '123123123', 'text' => 'text']);
```

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity33

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 92.9% 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 ~298 days

Recently: every ~416 days

Total

7

Last Release

2229d ago

### Community

Maintainers

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

---

Top Contributors

[![OmgDef](https://avatars.githubusercontent.com/u/6762337?v=4)](https://github.com/OmgDef "OmgDef (13 commits)")[![agilov](https://avatars.githubusercontent.com/u/825624?v=4)](https://github.com/agilov "agilov (1 commits)")

---

Tags

apiextensionunisender

### Embed Badge

![Health badge](/badges/omgdef-unisender-wrapper/health.svg)

```
[![Health](https://phpackages.com/badges/omgdef-unisender-wrapper/health.svg)](https://phpackages.com/packages/omgdef-unisender-wrapper)
```

###  Alternatives

[taluu/behapi

Test your remote api locally through Behat

3212.6k](/packages/taluu-behapi)[dotzero/yii2-amocrm

Расширение для Yii Framework 2 реализующее клиент для работы с API amoCRM

1639.7k](/packages/dotzero-yii2-amocrm)[mikemadisonweb/yii2-elasticsearch

Yii2 extension for integration with Elasticsearch version 5.0 and above.

153.9k](/packages/mikemadisonweb-yii2-elasticsearch)

PHPackages © 2026

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