PHPackages                             clear01/nette-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. clear01/nette-widgets

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

clear01/nette-widgets
=====================

Nette widgets extension. Based on clear01/widgets.

v0.2(9y ago)05591proprietaryPHP

Since Mar 15Pushed 2y ago2 watchersCompare

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

READMEChangelogDependencies (3)Versions (6)Used By (1)

Clear01/NetteWidgets
====================

[](#clear01nettewidgets)

Briefing
--------

[](#briefing)

This package brings support of widgets to your Nette projects. It's build upon the package [`clear01/widgets-core`](http://github.com/Clear01/WidgetsCore), the widgets model base.

It provides Nette specific implementation of abstract entities and introduces an extension for easy widget registration.

This documentation describes only the Nette-related implementation, the common widget model is described in [`clear01/widgets-core`](http://github.com/Clear01/WidgetsCore) package as long as it can be used within a different framework (Symfony,..) or as it is.

Requirements
------------

[](#requirements)

- PHP &gt;= 5.5
- Nette &gt;= 2.1
- clear01/widgets-core package

Further packages
-----------------------------------------------------------

[](#further-packages)

Because this package does not implement all the abstract entities of [`clear01/widgets-core`](http://github.com/Clear01/WidgetsCore), further packages can be used to reach the out-of-the-box solution (or to get a bit of inspiration for your own implementation).

##### Persistence layer implementations

[](#persistence-layer-implementations)

- [`clear01/doctrine-widget-adapter`](http://github.com/Clear01/DoctrineWidgetAdapter) Doctrine implementation of persistence layer

##### Dashboard management components

[](#dashboard-management-components)

- [`clear01/bootstrap-nette-widget-control`](http://github.com/Clear01/BootstrapNetteWidgetControl) Dashboard component for Twitter Bootstrap and jQuery UI (draggable)

Example usage
-------------

[](#example-usage)

config.neon

```
widgets:
    available:
        - \App\Widgets\IUpcomingEventsComponentFactory
        - \Clear01\Widgets\Nette\TemplateWidgetDeclarationFactory(%appDir%/WidgetTemplates/Greeting.latte)
        - \App\Widgets\Clock
        - \App\Widgets\EmergencyButtonsFactory
```

YourOwnSuperCoolDashboardManagementComponent.php

```
class DashboardComponent {

    /** @var \Clear01\Widgets\IWidgetManager **/
    protected $widgetManager;

    ...
}

```

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

[](#installation)

!!! This package is not a complete out-of-box solution (see the section ["Further packages"](#FurtherPackages))

This package is available on packagist. Run the following command to add your dependency.

```
$ composer require clear01/nette-widgets
```

Documentation
-------------

[](#documentation)

Learn more in the [documentation](./docs/en/index.md).

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity57

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 ~30 days

Total

3

Last Release

3290d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4654a37d044029106ae0e3864278dd691d834fb972e693441e35ccae592c2e28?d=identicon)[clear01](/maintainers/clear01)

![](https://www.gravatar.com/avatar/9c21b4a9defb8773955aa8358fe0582da5e41f53d891697feee0d22b7c1b3612?d=identicon)[petrofcz](/maintainers/petrofcz)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[vojtech-dobes/nette-forms-gpspicker

Google Maps based picker of coordinates for Nette Framework.

2456.6k](/packages/vojtech-dobes-nette-forms-gpspicker)[jkuchar/multiplefileupload

Multiple upload form control for Nette framework.

104.4k1](/packages/jkuchar-multiplefileupload)

PHPackages © 2026

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