PHPackages                             happyproff/yii-statics - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. happyproff/yii-statics

AbandonedLibrary[Utility &amp; Helpers](/categories/utility)

happyproff/yii-statics
======================

Easy publishing css and js in Yii project.

0.0.4(11y ago)1116MITPHPPHP &gt;=5.3

Since Sep 27Pushed 11y ago1 watchersCompare

[ Source](https://github.com/happyproff/yii-statics)[ Packagist](https://packagist.org/packages/happyproff/yii-statics)[ RSS](/packages/happyproff-yii-statics/feed)WikiDiscussions master Synced today

READMEChangelog (4)DependenciesVersions (5)Used By (0)

yii-statics
===========

[](#yii-statics)

[![License](https://camo.githubusercontent.com/c2d18dedc556c2e330369d88f59a1c484741bc5107fe081d92708a3edadd7081/68747470733a2f2f706f7365722e707567782e6f72672f686170707970726f66662f7969692d737461746963732f6c6963656e73652e737667)](https://packagist.org/packages/happyproff/yii-statics)

Easy publishing css and js in Yii project.

Использование
-------------

[](#использование)

Зависимость в `composer.json`:

```
"happyproff/yii-statics": "*"
```

Регистрация компонента приложения:

```
'components' => [
    ...,
    'statics' => [
        'class' => 'happyproff\YiiStatics\YiiStatics',
        'assetsAlias' = 'app.assets', // необязательно
    ],
    ...
]
```

Добавление css:

```
Yii::app()->statics->css('shop/cart'); // Опубликует файл app/assets/shop/cart.css
Yii::app()->statics->js('services'); // Опубликует файл app/assets/services.js
```

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

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

4

Last Release

4296d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/763271?v=4)[Stanislav Gamaiunov](/maintainers/happyproff)[@happyproff](https://github.com/happyproff)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/happyproff-yii-statics/health.svg)

```
[![Health](https://phpackages.com/badges/happyproff-yii-statics/health.svg)](https://phpackages.com/packages/happyproff-yii-statics)
```

###  Alternatives

[shweshi/opengraph

A Laravel package to fetch website Open Graph metadata.

168788.4k1](/packages/shweshi-opengraph)[friendsofcat/laravel-feature-flag

Feature Flags for Laravel

311.2M](/packages/friendsofcat-laravel-feature-flag)

PHPackages © 2026

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