PHPackages                             webchemistry/di-decorator - 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. webchemistry/di-decorator

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

webchemistry/di-decorator
=========================

v1.0(7y ago)04PHPPHP &gt;= 7.1

Since Jan 10Pushed 7y ago1 watchersCompare

[ Source](https://github.com/WebChemistry/di-decorator)[ Packagist](https://packagist.org/packages/webchemistry/di-decorator)[ RSS](/packages/webchemistry-di-decorator/feed)WikiDiscussions master Synced today

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Nette decorator in CompilerExtension
------------------------------------

[](#nette-decorator-in-compilerextension)

Usage:

```

use Nette\DI\CompilerExtension;
use WebChemistry\Decorator\Decorator;

class CustomExtension extends CompilerExtension {

	public function beforeCompile() {
    		$decorator = new Decorator($this->getContainerBuilder());

			$decorator->decorate(BaseGrid::class)
				->addSetup('injectComponents')
				->addTags(['tag']);
	}

}

```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

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

2679d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/312e788a47a251e05734378921d4596a91819b7de416fa18e77aa69e08798ea8?d=identicon)[Antik](/maintainers/Antik)

### Embed Badge

![Health badge](/badges/webchemistry-di-decorator/health.svg)

```
[![Health](https://phpackages.com/badges/webchemistry-di-decorator/health.svg)](https://phpackages.com/packages/webchemistry-di-decorator)
```

###  Alternatives

[romdim/yii2-bootstrap-material

Composer package for implementing FezVrasta's bootstrap material design in Yii2.

2010.9k3](/packages/romdim-yii2-bootstrap-material)

PHPackages © 2026

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