PHPackages                             amirjon/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. amirjon/sms-bundle

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

amirjon/sms-bundle
==================

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

Since Jul 12Pushed 2y ago1 watchersCompare

[ Source](https://github.com/amirjonss/sms-bundle)[ Packagist](https://packagist.org/packages/amirjon/sms-bundle)[ RSS](/packages/amirjon-sms-bundle/feed)WikiDiscussions master Synced today

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

SmsBundle
=========

[](#smsbundle)

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

[](#installation)

### Install the package

[](#install-the-package)

```
composer req amirjon/sms-bunle
```

### Add to config/bundles.php

[](#add-to-configbundlesphp)

```
Amir\SmsBundle\SmsBundle::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
###< 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)
    {
        $this->sender->sendMessage('998123456789', 'Hello Mario');
    }
}
```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

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

1087d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/24898493?v=4)[amirjon](/maintainers/amirjon)[@amirjon](https://github.com/amirjon)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/amirjon-sms-bundle/health.svg)

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

###  Alternatives

[kimai/kimai

Kimai - Time Tracking

4.8k9.0k1](/packages/kimai-kimai)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M574](/packages/shopware-core)[oro/platform

Business Application Platform (BAP)

645143.5k115](/packages/oro-platform)[shopware/platform

The Shopware e-commerce core

3.4k1.5M3](/packages/shopware-platform)[forumify/forumify-platform

122.0k14](/packages/forumify-forumify-platform)[chameleon-system/chameleon-base

The Chameleon System core.

1028.6k5](/packages/chameleon-system-chameleon-base)

PHPackages © 2026

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