PHPackages                             albertborsos/yii2-clickatell - 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. [Mail &amp; Notifications](/categories/mail)
4. /
5. albertborsos/yii2-clickatell

ActiveYii2-extension[Mail &amp; Notifications](/categories/mail)

albertborsos/yii2-clickatell
============================

Yii2 extension implements Clickatell SMS sender

v0.4.1(10y ago)1831MITPHPPHP &gt;=5.4.0

Since Sep 10Pushed 10y ago1 watchersCompare

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

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

Yii2 - Clickatell
=================

[](#yii2---clickatell)

Yii2 extension implements Clickatell SMS sender

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

[](#installation)

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

Either run

```
php composer.phar require --prefer-dist "albertborsos/yii2-clickatell:0.4.*"

```

or add

```
"albertborsos/yii2-clickatell": "*"

```

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

Usage
-----

[](#usage)

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

```
'components' => array(
    ...
    'clickatell' => array(
        'class' => 'albertborsos\clickatell\ClickatellHttp',
        'username' => 'your clickatell user',
        'password' => 'your clickatell password',
        'apiId' => 'your clickatell api id',
        'from' => '+36xxxxxxxx' // optional parameter,
        'mo' => 1 // optional parameter
    ),
    ...
);
```

Then:

```
Yii::$app->clickatell->sendMessage('+36xxxxxxxxx', 'Hello world!');
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 94.1% 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 ~190 days

Total

2

Last Release

3707d ago

### Community

Maintainers

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

---

Top Contributors

[![a-borsos](https://avatars.githubusercontent.com/u/252152853?v=4)](https://github.com/a-borsos "a-borsos (16 commits)")[![albertborsos](https://avatars.githubusercontent.com/u/7307145?v=4)](https://github.com/albertborsos "albertborsos (1 commits)")

---

Tags

smsyii2extensionclickatell

### Embed Badge

![Health badge](/badges/albertborsos-yii2-clickatell/health.svg)

```
[![Health](https://phpackages.com/badges/albertborsos-yii2-clickatell/health.svg)](https://phpackages.com/packages/albertborsos-yii2-clickatell)
```

###  Alternatives

[nterms/yii2-mailqueue

Email queue component for yii2 that works with yii2-swiftmailer.

87129.2k2](/packages/nterms-yii2-mailqueue)[boundstate/yii2-mailgun

Mailgun integration for the Yii framework

28160.6k](/packages/boundstate-yii2-mailgun)[odaialali/yii2-toastr

This is the Toastr extension for Yii 2. It encapsulates Toastr plugin in terms of Yii widgets, and makes ajax notification easy to implement.

1486.3k](/packages/odaialali-yii2-toastr)

PHPackages © 2026

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