PHPackages                             orajo/zf-sms-zilla - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. orajo/zf-sms-zilla

ActiveLibrary[HTTP &amp; Networking](/categories/http)

orajo/zf-sms-zilla
==================

Laminas module for sending SMS messages

v2.4.0(1y ago)23.4k2MITPHPCI passing

Since Aug 12Pushed 1y ago2 watchersCompare

[ Source](https://github.com/Orajo/zf-sms-zilla)[ Packagist](https://packagist.org/packages/orajo/zf-sms-zilla)[ Docs](https://github.com/Orajo/zf-sms-zilla)[ RSS](/packages/orajo-zf-sms-zilla/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (8)Dependencies (2)Versions (11)Used By (0)

zf-sms-sender
=============

[](#zf-sms-sender)

Zend Framework 2 module for sending SMS messages. This module is based on  library.

======

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

[](#installation)

use [composer](http://getcomposer.org/)

```
{
    "require": {
        "orajo/zf-sms-zilla": "1.*"
    }
}

```

or

```
php composer.phar require orajo/zf-sms-zilla

```

Remember to register module in application.config.php:

```
'modules' => array(
  'Application',
  'ZfSmsZilla'
),
```

Usage
-----

[](#usage)

```
public function smsAction() {
  /**
   * @var \ZfSmsZilla\Service\SenderService
   */
  $smsService = $this->getServiceLocator()->get('ZfSmsZillaService');
  $smsService->send('Lorem ipsum 1', ['+41759987654']);
  $smsService->send('Lorem ipsum 2', ['605123456', '509546985']);

  // if you need more, e.g.
  $sender = $smsService->getSender();
  $errors = $sender->getAdapter()->getErrors();
  $sender->setValidator(new SmsZilla\Validator\LibphonenumberValidator('US'));
}
```

###  Health Score

41

—

FairBetter than 89% of packages

Maintenance44

Moderate activity, may be stable

Popularity24

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 82.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 ~390 days

Recently: every ~272 days

Total

9

Last Release

435d ago

Major Versions

v1.2.0 → v2.0.02021-11-04

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/11492354?v=4)[Jarosław Wasilewski](/maintainers/Orajo)[@Orajo](https://github.com/Orajo)

---

Top Contributors

[![jwasilewski-bit](https://avatars.githubusercontent.com/u/224731308?v=4)](https://github.com/jwasilewski-bit "jwasilewski-bit (29 commits)")[![Orajo](https://avatars.githubusercontent.com/u/11492354?v=4)](https://github.com/Orajo "Orajo (5 commits)")[![DarHorr](https://avatars.githubusercontent.com/u/130851187?v=4)](https://github.com/DarHorr "DarHorr (1 commits)")

---

Tags

laminassmsmoduleInfobipsmsapiserwersmsclickatellorangesmscentersmsplanetciscoHostedSmsSzybkiSMS

### Embed Badge

![Health badge](/badges/orajo-zf-sms-zilla/health.svg)

```
[![Health](https://phpackages.com/badges/orajo-zf-sms-zilla/health.svg)](https://phpackages.com/packages/orajo-zf-sms-zilla)
```

###  Alternatives

[laminas/laminas-router

Flexible routing system for HTTP and console applications

3520.6M64](/packages/laminas-laminas-router)[infobip/infobip-api-php-client

PHP library for consuming Infobip's API

921.8M10](/packages/infobip-infobip-api-php-client)[ismaeltoe/osms

PHP library wrapper of the Orange SMS API.

4540.0k](/packages/ismaeltoe-osms)[mediumart/orange-sms

A php library to interact with the orange sms api for MiddleEast and Africa.

1311.1k1](/packages/mediumart-orange-sms)

PHPackages © 2026

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