PHPackages                             fgh151/yii2-epochta-lite - 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. fgh151/yii2-epochta-lite

ActiveYii2-extension

fgh151/yii2-epochta-lite
========================

Lite version of Epochta sms sender

0.0.1(7y ago)00MITPHPPHP &gt;=5.6CI failing

Since Feb 27Pushed 5mo ago1 watchersCompare

[ Source](https://github.com/fgh151/yii2-epochta-lite)[ Packagist](https://packagist.org/packages/fgh151/yii2-epochta-lite)[ RSS](/packages/fgh151-yii2-epochta-lite/feed)WikiDiscussions master Synced yesterday

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

Epochta lite
============

[](#epochta-lite)

Lite version of Epochta sms sender. Unlike [yii2-epochta](https://github.com/fgh151/yii2-epochta) this component can only send sms to one recipient.

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

[](#installation)

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

Either run

```
php composer.phar require --prefer-dist fgh151/yii2-epochta-lite "*"

```

or add

```
"fgh151/yii2-epochta-lite": "*"

```

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

Settings
--------

[](#settings)

Add sms component to components section in config file:

```
'components' => [
        'sms' => [
            'class' => \cfgh151\modules\epochta\Sms::class
        ]
    ],
```

Add settings to application params:

```
return [
    'epochta-key' => 'your-epochta-key',
    'epochta-secret' => 'your-epochta-secret',
    'epochta-sender' => Sender Name,
];
```

Usage:
------

[](#usage)

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

```
Yii::$app->sms->send('Message text', '+9 (999) 999 99 99');
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance48

Moderate activity, may be stable

Popularity0

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 58.8% 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

2632d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/645524?v=4)[Fedor Gorsky](/maintainers/fgh151)[@fgh151](https://github.com/fgh151)

---

Top Contributors

[![fgh151](https://avatars.githubusercontent.com/u/645524?v=4)](https://github.com/fgh151 "fgh151 (10 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (7 commits)")

---

Tags

smsyii2extension epochta

### Embed Badge

![Health badge](/badges/fgh151-yii2-epochta-lite/health.svg)

```
[![Health](https://phpackages.com/badges/fgh151-yii2-epochta-lite/health.svg)](https://phpackages.com/packages/fgh151-yii2-epochta-lite)
```

###  Alternatives

[daixianceng/yii2-smser

Yii2 SMS extension

862.9k1](/packages/daixianceng-yii2-smser)[abhi1693/yii2-sms

Send Free Sms for Yii2

171.9k](/packages/abhi1693-yii2-sms)

PHPackages © 2026

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