PHPackages                             clear01/forms-signal-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/forms-signal-control

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

clear01/forms-signal-control
============================

Signal support for form controls.

2.0.0(5mo ago)03.0k↓50%MITPHPPHP &gt;= 8.3

Since Dec 18Pushed 5mo ago2 watchersCompare

[ Source](https://github.com/clear01/forms-signal-control)[ Packagist](https://packagist.org/packages/clear01/forms-signal-control)[ Docs](http://doc.nellafw.org/forms/signal-control)[ RSS](/packages/clear01-forms-signal-control/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (5)Used By (0)

Signal form control for [Nette Framework](http://nette.org)
===========================================================

[](#signal-form-control-for-nette-framework)

[![Build Status](https://camo.githubusercontent.com/c967a256b36b0c428c8e1adb4a3625ef6730b5d06d2451e4f6561157f8af4e16/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6e656c6c612f666f726d732d7369676e616c2d636f6e74726f6c2e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/nella/forms-signal-control)[![SensioLabsInsight Status](https://camo.githubusercontent.com/b98edac9850306cf62d35585fb3507f460e211bfb6e30c293eaa9e4788ecb378/68747470733a2f2f696d672e736869656c64732e696f2f73656e73696f6c6162732f692f36633831346265342d336633642d346530392d613062302d6465626434303961393030632e7376673f7374796c653d666c61742d737175617265)](https://insight.sensiolabs.com/projects/6c814be4-3f3d-4e09-a0b0-debd409a900c)[![Latest Stable Version](https://camo.githubusercontent.com/1c381912b0fcdb0c1d3da7884c1602b60546077b898092a4bf3b49d4864cf8a3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6e656c6c612f666f726d732d7369676e616c2d636f6e74726f6c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/nella/forms-signal-control)[![Composer Downloads](https://camo.githubusercontent.com/7fe7762101026cb3972cd3efa0e3ecf76f74a21db0b89ee77ae7121a3f3849e3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6e656c6c612f666f726d732d7369676e616c2d636f6e74726f6c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/nella/forms-signal-control)[![Dependency Status](https://camo.githubusercontent.com/f729a84722f5171f446e62ee16c115feadcd4f6e2c1f3655b3e9ef4310cd07c2/68747470733a2f2f696d672e736869656c64732e696f2f76657273696f6e6579652f642f757365722f70726f6a656374732f3534393265323731646437303964366462643030303235392e7376673f7374796c653d666c61742d737175617265)](https://www.versioneye.com/user/projects/5492e271dd709d6dbd000259)[![HHVM Status](https://camo.githubusercontent.com/9b88527f4e04776fd2da9e703defadecdc125229cbac78486c31a9bdb3765ba7/68747470733a2f2f696d672e736869656c64732e696f2f6868766d2f6e656c6c612f666f726d732d7369676e616c2d636f6e74726f6c2e7376673f7374796c653d666c61742d737175617265)](http://hhvm.h4cc.de/package/nella/forms-signal-control)

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

[](#installation)

```
composer require clear01/forms-signal-control

```

Usage
-----

[](#usage)

```
class InteractiveControl extends \Nette\Forms\Controls\TextInput
{

	use \Nella\Forms\SignalControl\SignalControl;

	public function handleMySignal($value)
	{
		// do something
	}

	public function getControl()
	{
		/** @var \Nette\Utils\Html $el */
		$el = parent::getControl();

		$el->data('signal-link', $this->link('//mySignal!', array('value' => 'someValue')));

		return $el;
	}

}

$form = new \Nette\Application\UI\Form;
$form->addComponent(new InteractiveControl('Test'), 'test');
```

License
-------

[](#license)

Signal form control for Nette Framework is licensed under the MIT License - see the LICENSE file for details

###  Health Score

50

—

FairBetter than 96% of packages

Maintenance72

Regular maintenance activity

Popularity19

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity81

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 66.7% 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 ~1337 days

Total

4

Last Release

158d ago

Major Versions

v1.0.2 → 2.0.02025-12-11

PHP version history (2 changes)v1.0.0PHP &gt;=5.4.0

2.0.0PHP &gt;= 8.3

### Community

Maintainers

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

---

Top Contributors

[![Vrtak-CZ](https://avatars.githubusercontent.com/u/112567?v=4)](https://github.com/Vrtak-CZ "Vrtak-CZ (8 commits)")[![martinknor](https://avatars.githubusercontent.com/u/2004222?v=4)](https://github.com/martinknor "martinknor (4 commits)")

---

Tags

nettesignalcontrolinputForms

### Embed Badge

![Health badge](/badges/clear01-forms-signal-control/health.svg)

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

###  Alternatives

[contributte/forms-multiplier

Multiplier for nette forms

281.4M3](/packages/contributte-forms-multiplier)[kdyby/forms-replicator

Nette forms container replicator aka addDynamic

32997.7k6](/packages/kdyby-forms-replicator)[contributte/forms-bootstrap

Nette extension for Bootstrap forms

211.1M4](/packages/contributte-forms-bootstrap)[contributte/forms-wizard

Wizard component for nette/forms

15783.7k](/packages/contributte-forms-wizard)[contributte/menu-control

Menu control for Nette framework

29108.6k1](/packages/contributte-menu-control)[webchemistry/forms-multiplier

Multiplier for nette forms

2860.9k](/packages/webchemistry-forms-multiplier)

PHPackages © 2026

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