PHPackages                             janmotycka/nette-forms - 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. janmotycka/nette-forms

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

janmotycka/nette-forms
======================

Extension of Nette/Application/UI/Form with other controls

119PHP

Since Oct 23Pushed 7y agoCompare

[ Source](https://github.com/janmotycka13/nette-forms)[ Packagist](https://packagist.org/packages/janmotycka/nette-forms)[ RSS](/packages/janmotycka-nette-forms/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Nette Form Controls
===================

[](#nette-form-controls)

Extension of Nette/Forms with other controls

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

[](#installation)

- It requires PHP 7.1 and upper
- The recommended way to install is via Composer:

```
composer require janmotycka/nette-forms

```

- Include js/forms.js (or copy content to @layout.latte)
- Must be installed:

    **[Bootstrap 4](https://www.npmjs.com/package/bootstrap)**, **[netteForms.js](https://www.npmjs.com/package/nette-forms)**, **[flatpickr](https://www.npmjs.com/package/flatpickr)**, **[Moment.js](https://www.npmjs.com/package/moment)** and **[TinyMCE](https://www.npmjs.com/package/tinymce)**
- Add in your `config.neon`:

```
extensions:
	- JanMotycka\Forms\DI\FormsExtension
```

Usage
-----

[](#usage)

#### DateInput

[](#dateinput)

Add DateInput with today's date

```
$form->addDateInput('date', 'Datum')
	->setDefaultValue(new DateTime())
	->setBadFormatAlert('This field has not date format');
```

#### TimeInput

[](#timeinput)

Add TimeInput for define

```
$form->addTimeInput('time', 'Čas')
	->setDefaultValue(new DateTime())
	->setBadFormatAlert('This field has not time format');
```

#### WysiwygTextArea

[](#wysiwygtextarea)

Add WysiwygTextArea for text styling

```
$form->addWysiwygTextArea('wysiwyg')
	->setDefaultValue(Html::el('p')->addText('nette')->render());
```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity40

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/43464354?v=4)[Ing. Jan Motyčka](/maintainers/janmotycka13)[@janmotycka13](https://github.com/janmotycka13)

---

Top Contributors

[![janmotycka13](https://avatars.githubusercontent.com/u/43464354?v=4)](https://github.com/janmotycka13 "janmotycka13 (2 commits)")

### Embed Badge

![Health badge](/badges/janmotycka-nette-forms/health.svg)

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

###  Alternatives

[yidashi/yii2-webuploader

yii2-webuploader

111.1k](/packages/yidashi-yii2-webuploader)

PHPackages © 2026

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