PHPackages                             grozzzny/coming\_soon - 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. grozzzny/coming\_soon

ActiveYii2-extension

grozzzny/coming\_soon
=====================

Coming soon for Yii2

0145CSS

Since Aug 21Pushed 7y ago1 watchersCompare

[ Source](https://github.com/grozzzny/coming_soon)[ Packagist](https://packagist.org/packages/grozzzny/coming_soon)[ RSS](/packages/grozzzny-coming-soon/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Coming Soon for yii2 - страница заглушка
========================================

[](#coming-soon-for-yii2---страница-заглушка)

Installation guide
------------------

[](#installation-guide)

```
$ php composer.phar require grozzzny/coming_soon "dev-master"
```

\\config\\web.php

```
$config = [
    ...
    'components' => [
        ...
    ],
    ...
    //coming_soon
    'on beforeAction' => function() {
        if(isset($_GET['open'])){
            setcookie("dev","true",time() + 30*24*60*60);
            exit('');
        }
    },
    'params' => $params,
];

if (empty($_COOKIE['dev'])) {
    $config['modules']['coming_soon'] = [
        'class' => 'grozzzny\coming_soon\ComingSoonModule',
        'settings' => [
            'title' => 'АМБАР - купить продукты по низким ценам',
            'heading' => 'Сайт в разработке',
            'descriptions' => 'Lorem ipsum dolor sit amet, consectetur adipisicing elit. Iure perspiciatis quod, voluptatum, porro pariatur facere id in unde obcaecati nobis sapiente cupiditate ipsa veniam quam natus voluptate ipsum minima soluta!',
            'address' => 'One infinity loop, 54100',
            'phone' => '+00 1234567890',
            'email' => 'youremail@domain.com',
            'expiryDate' => '2018/08/31',
            'copyright' => 'www.ambar39.ru. All rights reserved.',
        ]
    ];
    $config['catchAll'] = ['coming_soon'];
}

return $config;
```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity40

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/554162fffed79306459e44cdded778e493d695f0229c405b67a717697ab1cc5d?d=identicon)[grozzzny](/maintainers/grozzzny)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/grozzzny-coming-soon/health.svg)

```
[![Health](https://phpackages.com/badges/grozzzny-coming-soon/health.svg)](https://phpackages.com/packages/grozzzny-coming-soon)
```

PHPackages © 2026

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