PHPackages                             attek/container\_usage - 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. [DevOps &amp; Deployment](/categories/devops)
4. /
5. attek/container\_usage

ActiveYii2-extension[DevOps &amp; Deployment](/categories/devops)

attek/container\_usage
======================

Ha konténerben lévő apache szálak száma nagyobb a megadott értéknél, vagy a memória használat nagyobb a megadott értéknél vagy php vagy mysql konténer újraindult

0.0.5(7y ago)0871Apache-2.0PHP

Since Jun 11Pushed 7y agoCompare

[ Source](https://github.com/Attek/container_usage)[ Packagist](https://packagist.org/packages/attek/container_usage)[ RSS](/packages/attek-container-usage/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (1)Versions (6)Used By (0)

Konténer túlterhelés riasztás
=============================

[](#konténer-túlterhelés-riasztás)

Ha konténerben lévő apache szálak száma nagyobb a megadott értéknél, vagy a memória használat nagyobb a megadott értéknél vagy php vagy mysql konténer újraindult

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

[](#installation)

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

Either run

```
php composer.phar require --prefer-dist attek/container_usage "*"

```

or add

```
"attek/container_usage": "*"

```

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

Usage
-----

[](#usage)

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

Set in config file (console.php)

```
'modules' => [
    'container_usage' => [
            'class' => 'attek\usage\Module',
            'adminEmail' => '',
            'senderEmail' => '',
            'maxUsers' => 10,
            'memoryUsageInPercent' => 4,
            'phpContainerRebooted' => true,
            'sqlContainerRebooted' => true,
            'sms_service_url' => '',
            'sms_auth_user' => '',
            'sms_auth_pass' => '',
            'adminPhone' => ''
    ]
]
```

Call command in cli

```
php yii container_usage/usage
```

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

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

Every ~0 days

Total

5

Last Release

2577d ago

### Community

Maintainers

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

---

Top Contributors

[![Attek](https://avatars.githubusercontent.com/u/6275194?v=4)](https://github.com/Attek "Attek (9 commits)")

---

Tags

yii2extension

### Embed Badge

![Health badge](/badges/attek-container-usage/health.svg)

```
[![Health](https://phpackages.com/badges/attek-container-usage/health.svg)](https://phpackages.com/packages/attek-container-usage)
```

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M3.1k](/packages/craftcms-cms)[mongosoft/yii2-soap-server

SOAP Server Extension for Yii 2

25272.0k](/packages/mongosoft-yii2-soap-server)[skeeks/cms

SkeekS CMS — control panel and tools based on php framework Yii2

13825.8k58](/packages/skeeks-cms)

PHPackages © 2026

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