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

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

urbitech/forms
==============

Reusable form components

3.1.9(2y ago)04.1k↓50%[1 issues](https://github.com/urbitech/forms/issues)JavaScriptPHP &gt;=7.2

Since Feb 11Pushed 2y ago3 watchersCompare

[ Source](https://github.com/urbitech/forms)[ Packagist](https://packagist.org/packages/urbitech/forms)[ Docs](https://urbitech.cz)[ RSS](/packages/urbitech-forms/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (4)Versions (25)Used By (0)

URBITECH Forms
==============

[](#urbitech-forms)

Components to Nette form Plugins

Composer SetUp
--------------

[](#composer-setup)

Configure extension to config.neon

```
extensions:
	urbitechForms: URBITECH\Forms\DI\FormsExtension

```

Require Components

```
	"urbitech/forms": "^3.0",
	"frontpack/composer-assets-plugin": "dev-master"
```

Component frontpack/composer-assets-plugin is component for move assets file from vendor to www directory Asterisk "\*" in urbitech/forms can be replace with concreate version of repository. For example: "^2.4"

SetUp of assets folder removement

```
"config": {
	"assets-files": {
		"urbitech/forms": [
			"src/assets/css",
			"src/assets/js",
			"src/assets/images"
		]
	},
	"assets-target": {
		"urbitech/forms": "www/assets/urbitech-forms"
	}
}
```

On localhost is necessary disable secure-http

```
"secure-http": false,

```

Form in presenter SetUp
-----------------------

[](#form-in-presenter-setup)

Set country for search

```
->setOption("data-country", "cz")

```

It's possible to set more countries coma separated.

```
->setOption("data-country", "cz,sk")

```

Set linked container with map

```
->setOption("data-urbitech-form-position", "MAP_CONTAINER_ID")

```

Set linked container with address

```
->setOption("data-urbitech-form-address", "ADDRESS_CONTAINER_ID")

```

Set custom container ID. If is unset, aplication use container name

```
->setOption("controls-id", "CUSTOM_ID")

```

Show / Hide button for use whispered data from form to map (for addressInput)

```
->setOption('data-useButton', 1)

```

Allow autofill position in map when address form is used (for addressInput)

```
->setOption('data-autofill-position', 1)

```

Allow autofill address to form after map click (for positionInput)

```
->setOption('data-autofill-address', 1)

```

Allow draggable mode on map marker

```
->setOption('data-marker-draggable', 1)

```

Other
-----

[](#other)

Less styles requires Bootstrap variables

```
@import "variables.less";

```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 67.5% 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 ~45 days

Recently: every ~95 days

Total

24

Last Release

889d ago

Major Versions

2.4.7 → 3.0.12021-02-11

v2.4.x-dev → 3.0.32021-06-15

### Community

Maintainers

![](https://www.gravatar.com/avatar/7fd5a2fe6b8011b70557ab6d495ccbcac53c31171c847822813bb1a96a9e7f54?d=identicon)[urbitech](/maintainers/urbitech)

---

Top Contributors

[![janzakutny](https://avatars.githubusercontent.com/u/73340122?v=4)](https://github.com/janzakutny "janzakutny (27 commits)")[![Jirka-C](https://avatars.githubusercontent.com/u/69007641?v=4)](https://github.com/Jirka-C "Jirka-C (12 commits)")[![aqos156](https://avatars.githubusercontent.com/u/11147374?v=4)](https://github.com/aqos156 "aqos156 (1 commits)")

### Embed Badge

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

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

###  Alternatives

[tomaj/hermes

Simple php background processing library

38251.0k5](/packages/tomaj-hermes)[radekdostal/nette-datetimepicker

DatePicker and DateTimePicker input controls for Nette Framework

13272.2k3](/packages/radekdostal-nette-datetimepicker)[bileto/cronner

Simple tool which helps with maintenance of cron tasks.

752.1k](/packages/bileto-cronner)[olicek/form-selectize

Form extension for Nette framework

124.1k](/packages/olicek-form-selectize)

PHPackages © 2026

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