PHPackages                             adt/base-form - 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. [Templating &amp; Views](/categories/templating)
4. /
5. adt/base-form

AbandonedArchivedLibrary[Templating &amp; Views](/categories/templating)

adt/base-form
=============

Nette abstract form class with snippet support

v2.6.2(5y ago)117.1kMITPHPPHP &gt;=7.4

Since Aug 12Pushed 4y ago15 watchersCompare

[ Source](https://github.com/AppsDevTeam/BaseForm)[ Packagist](https://packagist.org/packages/adt/base-form)[ Docs](https://www.appsdevteam.com)[ RSS](/packages/adt-base-form/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (2)Versions (38)Used By (0)

BaseForm
========

[](#baseform)

- Bootstrap 4 renderer
- all forms are ajax by default - you can turn this off by setting `$this->isAjax = false`
- if you want use toggles in a form, just add `$form->addGroup('anyNameYouWant')` before the element(s) you want to toggle and then do `$form['showElement']->addCondition($form::FILLED)->toggle('anyNameYouWant')`. After the element(s), just use `$form->addGroup()`. Method `addGroup` just wrap elements to div with `id` attribute set to `anyNameYouWant`, it won't render any group caption. If you want to render a caption, do it manually in latte and then call `{include renderGroup form => $form, group => 'nameOfYourGroup'}`
- if you render a form manually, you can use macro `formPair` for rendering both label and input including all the related stuff (wrapping div, error div, description div etc.)
- if you render a form manually, you can use `{include errors}` for rendering errors
- you can also render an entire container by `{include renderContainer container => $form['container']}`
- empty labels are not rendered
- submits are rendered as buttons (due to higher flexibility)

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity75

Established project with proven stability

 Bus Factor1

Top contributor holds 94.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 ~56 days

Recently: every ~1 days

Total

37

Last Release

1911d ago

Major Versions

v1.0.5 → v2.02020-05-06

PHP version history (2 changes)v2.0PHP &gt;=7.1

v2.4PHP &gt;=7.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/5575ff5b286a1982356d8ed7d8fc9f44385b44ef1108f34ac8c71b106d0c69ec?d=identicon)[michallohnisky](/maintainers/michallohnisky)

![](https://www.gravatar.com/avatar/b14b3ccdfe1f00a01596de650930f4dcb5de964af406a2cb7a9dafdf75decc6a?d=identicon)[appsdevteam](/maintainers/appsdevteam)

---

Top Contributors

[![thorewi](https://avatars.githubusercontent.com/u/605858?v=4)](https://github.com/thorewi "thorewi (125 commits)")[![michallohnisky](https://avatars.githubusercontent.com/u/4747059?v=4)](https://github.com/michallohnisky "michallohnisky (6 commits)")[![masicek](https://avatars.githubusercontent.com/u/1160736?v=4)](https://github.com/masicek "masicek (1 commits)")

### Embed Badge

![Health badge](/badges/adt-base-form/health.svg)

```
[![Health](https://phpackages.com/badges/adt-base-form/health.svg)](https://phpackages.com/packages/adt-base-form)
```

###  Alternatives

[contributte/forms-bootstrap

Nette extension for Bootstrap forms

211.1M4](/packages/contributte-forms-bootstrap)[tomaj/nette-bootstrap-form

Nette bootstrap form renderer

28440.4k6](/packages/tomaj-nette-bootstrap-form)[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)[nextras/forms-rendering

Rendering helpers for Nette Framework Forms.

1698.4k2](/packages/nextras-forms-rendering)

PHPackages © 2026

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