PHPackages                             tkg-apps/eskiz-sms-bundle - 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. tkg-apps/eskiz-sms-bundle

ActiveSymfony-bundle[Mail &amp; Notifications](/categories/mail)

tkg-apps/eskiz-sms-bundle
=========================

v1.0.4(2y ago)092GPL-3.0-or-laterPHPPHP &gt;=8.1

Since Jul 12Pushed 2y ago1 watchersCompare

[ Source](https://github.com/tkg-apps/eskiz-sms-sender)[ Packagist](https://packagist.org/packages/tkg-apps/eskiz-sms-bundle)[ RSS](/packages/tkg-apps-eskiz-sms-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (7)Versions (9)Used By (0)

SmsBundle
=========

[](#smsbundle)

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

[](#installation)

### Install the package

[](#install-the-package)

```
composer req tkg-apps/eskiz-sms-bundle
```

### Add to config/bundles.php

[](#add-to-configbundlesphp)

```
TkgApps\EskizSmsSender\EskizSmsBundle::class => ['all' => true],
```

### Add next lines to your .env file

[](#add-next-lines-to-your-env-file)

```
###> sms sender ###
ESKIZ_EMAIL=john.doe@mail.com
ESKIZ_PASSWORD=password_of_eskiz
ESKIZ_FROM=4546
ESKIZ_SMS_SEND_LINK=https://notify.eskiz.uz/api/message/sms/send
ESKIZ_GET_TOKEN_LINK=https://notify.eskiz.uz/api/auth/login
###< sms sender ###
```

How to use
----------

[](#how-to-use)

You need to use this service in construct method of class

### Example of simple using

[](#example-of-simple-using)

```
class MyClass
{
    public function __construct(private SmsSender $sender)
    {
    }

    public function send(): void
    {
        $this->sender->sendMessage('998123456789', 'Hello Mario');
    }
}
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 91.7% 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 ~31 days

Total

5

Last Release

910d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/408a5d91df8a0793bc196756e697a14fde20273d13c4a5e77477e44ec82eb2e2?d=identicon)[kadirov.inc](/maintainers/kadirov.inc)

---

Top Contributors

[![amirjonss](https://avatars.githubusercontent.com/u/112207750?v=4)](https://github.com/amirjonss "amirjonss (11 commits)")[![kadirov](https://avatars.githubusercontent.com/u/4341071?v=4)](https://github.com/kadirov "kadirov (1 commits)")

### Embed Badge

![Health badge](/badges/tkg-apps-eskiz-sms-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/tkg-apps-eskiz-sms-bundle/health.svg)](https://phpackages.com/packages/tkg-apps-eskiz-sms-bundle)
```

###  Alternatives

[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[kimai/kimai

Kimai - Time Tracking

4.6k7.4k1](/packages/kimai-kimai)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)[easycorp/easyadmin-demo

EasyAdmin Demo Application

145.7k](/packages/easycorp-easyadmin-demo)[forumify/forumify-platform

121.8k11](/packages/forumify-forumify-platform)

PHPackages © 2026

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