PHPackages                             amirjonss/one-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. amirjonss/one-bundle

ActiveSymfony-bundle

amirjonss/one-bundle
====================

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

Since Jul 18Pushed 2y ago1 watchersCompare

[ Source](https://github.com/amirjonss/sms-bundle-test1)[ Packagist](https://packagist.org/packages/amirjonss/one-bundle)[ RSS](/packages/amirjonss-one-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (7)Versions (13)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\OneBundle\OneBundle::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

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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

Every ~0 days

Total

12

Last Release

1027d ago

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/amirjonss-one-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/amirjonss-one-bundle/health.svg)](https://phpackages.com/packages/amirjonss-one-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)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[easycorp/easyadmin-demo

EasyAdmin Demo Application

145.7k](/packages/easycorp-easyadmin-demo)

PHPackages © 2026

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