PHPackages                             webchemistry/widgets - 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/widgets

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

webchemistry/widgets
====================

Widgets

2.0(9y ago)0177GPL-3.0PHPPHP &gt;=7.1

Since Feb 4Pushed 9y ago1 watchersCompare

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

READMEChangelog (1)Dependencies (3)Versions (3)Used By (0)

[![Build Status](https://camo.githubusercontent.com/e92357100d7ccbba8adec012a5bf4edbda502e94a614541a77a0bd8ad853f156/68747470733a2f2f7472617669732d63692e6f72672f5765624368656d69737472792f776964676574732e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/WebChemistry/widgets)

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

[](#installation)

config.neon:

```
extensions:
	widgets: WebChemistry\Widgets\DI\WidgetsExtension
```

Registration
------------

[](#registration)

config.neon

```
widgets:
	firstWidget: FirstWidget
	secondWidget: # With multiplier
		multiplier: yes
		class: SecondWidget
	thirdWidget: @third # As service

services:
	third: ThirdWidget
```

Using
-----

[](#using)

Presenter:

```
class BasePresenter extends Nette\Application\UI\Presenter {
	use WebChemistry\Widgets\Traits\TPresenter;

}
```

Template:

```
{widget firstWidget}
{widget secondWidget-1}
{widget secondWidget-2}
{widget thirdWidget}
```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity59

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

Every ~477 days

Total

2

Last Release

3322d ago

Major Versions

1.0 → 2.02017-05-27

### Community

Maintainers

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

---

Tags

componentwidgetwidgetswidgetswebchemistry

###  Code Quality

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

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

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

###  Alternatives

[nette/code-checker

✅ Nette CodeChecker: A simple tool to check source code against a set of Nette coding standards.

911.7M6](/packages/nette-code-checker)[tomaj/nette-api

Nette api

36273.2k7](/packages/tomaj-nette-api)[silverstripe/widgets

Widgets are small pieces of functionality such as showing the latest Comments or Flickr Photos. They normally display on the sidebar of your website.

37423.2k20](/packages/silverstripe-widgets)[asinfotrack/yii2-toolbox

Yii2-Toolbox is a collection of useful helpers, widgets etc. extending the basic functionality of Yii2

1231.0k5](/packages/asinfotrack-yii2-toolbox)[mdmsoft/yii2-widgets

Widgets for Yii2

178.3k](/packages/mdmsoft-yii2-widgets)[wpbp/widgets-helper

A class to ease creating powered Widgets on WordPress

1215.1k](/packages/wpbp-widgets-helper)

PHPackages © 2026

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