PHPackages                             clear01/bootstrap-nette-widget-control - 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/bootstrap-nette-widget-control

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

clear01/bootstrap-nette-widget-control
======================================

Widget management component based on Twitter Bootstrap and jQuery UI (draggable)

v0.1(9y ago)0511proprietaryHTML

Since Mar 15Pushed 2y ago2 watchersCompare

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

READMEChangelogDependencies (1)Versions (4)Used By (0)

clear01/bootstrap-nette-widget-control
--------------------------------------

[](#clear01bootstrap-nette-widget-control)

### Overview

[](#overview)

This is implementation of widget managing control based on [**`clear01/nette-widgets`**](https://github.com/Clear01/NetteWidgets)using **Twitter Bootstrap** and **jQuery UI**.

See [**`clear01/nette-widgets`**](https://github.com/Clear01/NetteWidgets) documentation for more details about the widgets extension itself.

### Installation

[](#installation)

- **Step 1**: This package is available on packagist. Run the following command to add the dependency.

```
$ composer require clear01/bootstrap-nette-widget-control
```

- **Step 2**: Add extension to config and configure it. See [**`clear01/nette-widgets`**](https://github.com/Clear01/NetteWidgets) package documentation. Make sure you have implemented (or used an existing) **persistence layer**.
- **Step 3**: Configure your asset manager to load Twitter Bootstrap and jQuery UI. **Include also `assets/widgets.css`** from this package.
- **Step 4**: Feel free to use the `\Clear01\Widgets\Nette\UI\TwitterBootstrap\BootstrapWidgetControl` component. There is also `\Clear01\Widgets\Nette\UI\TwitterBootstrap\IBootstrapWidgetControlFactory` factory interface included. See example below:

config.neon

```
services:
    ...
    - \Clear01\Widgets\Nette\UI\TwitterBootstrap\IBootstrapWidgetControlFactory
    ...
```

YourPresenter.php

```
class YourPresenter {

    /**
     * @var \Clear01\Widgets\Nette\UI\TwitterBootstrap\IBootstrapWidgetControlFactory
     * @inject
     */
    public $bootstrapWidgetControlFactory;

    protected function createComponentWidgetControl() {
        return $this->bootstrapWidgetControlFactory->create();
    }

}
```

template.latte

```
    {control widgetControl}
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity55

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

Unknown

Total

1

Last Release

3351d 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 (6 commits)")

### Embed Badge

![Health badge](/badges/clear01-bootstrap-nette-widget-control/health.svg)

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

PHPackages © 2026

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