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

ActiveLibrary

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

Widgets

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

Since Feb 4Pushed 8y ago1 watchersCompare

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

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 43% 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

3274d 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

[arrilot/laravel-widgets

A powerful alternative to view composers. Asynchronous widgets, reloadable widgets, console generator, caching - everything you can think of.

1.1k4.6M103](/packages/arrilot-laravel-widgets)[tomaj/nette-api

Nette api

36261.8k4](/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.

39411.8k20](/packages/silverstripe-widgets)[macgyer/yii2-materializecss

Materialize CSS implementation for Yii2

8957.3k](/packages/macgyer-yii2-materializecss)[digital-creative/nova-dashboard

The missing dashboard for nova.

7169.3k1](/packages/digital-creative-nova-dashboard)[yiisoft/widget

Widget

25230.9k15](/packages/yiisoft-widget)

PHPackages © 2026

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