PHPackages                             nella/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. [Validation &amp; Sanitization](/categories/validation)
4. /
5. nella/forms-signal-control

AbandonedArchivedLibrary[Validation &amp; Sanitization](/categories/validation)

nella/forms-signal-control
==========================

Signal support for form controls.

v1.0.0(11y ago)3823[1 PRs](https://github.com/nella/forms-signal-control/pulls)MITPHPPHP &gt;=5.4.0

Since Dec 18Pushed 8y ago1 watchersCompare

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

READMEChangelog (1)Dependencies (3)Versions (2)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 nella/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

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity58

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

4167d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0dfead89bde6cee9c89b70868e7feab428cc657384183a113e5aee844a195954?d=identicon)[vrtak-cz](/maintainers/vrtak-cz)

---

Top Contributors

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

---

Tags

nettesignalcontrolinputForms

### Embed Badge

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

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

###  Alternatives

[nette/forms

📝 Nette Forms: generating, validating and processing secure forms in PHP. Handy API, fully customizable, server &amp; client side validation and mature design.

54013.2M450](/packages/nette-forms)[nette/application

🏆 Nette Application: a full-stack component-based MVC kernel for PHP that helps you write powerful and modern web applications. Write less, have cleaner code and your work will bring you joy.

44615.4M983](/packages/nette-application)[contributte/forms-bootstrap

Nette extension for Bootstrap forms

211.1M4](/packages/contributte-forms-bootstrap)[uestla/recaptcha-control

reCAPTCHA control for Nette Framework forms

26572.0k1](/packages/uestla-recaptcha-control)[nasext/dependent-select-box

Dependent Select Box for Nette Framework.

21262.8k2](/packages/nasext-dependent-select-box)[nepada/form-renderer

Latte template based form renderer for Nette forms with full support for Bootstrap 3, 4 &amp; 5.

11251.0k](/packages/nepada-form-renderer)

PHPackages © 2026

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