PHPackages                             popov/zfc-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. popov/zfc-form

ActiveZf-module[Utility &amp; Helpers](/categories/utility)

popov/zfc-form
==============

ZF2 form management

3171PHP

Since Mar 18Pushed 7y ago2 watchersCompare

[ Source](https://github.com/popovserhii/zfc-form)[ Packagist](https://packagist.org/packages/popov/zfc-form)[ RSS](/packages/popov-zfc-form/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

ZFc Form Module
===============

[](#zfc-form-module)

Features:

- registered `AbstractFactory` which allow create most of `Form` without factory declaration;
- auto resolving for `DoctrineHydrator` and `Translator`;
- twitter bootstrap template rendering (only html template without core override);
- save `Form` with Ajax;
- Add/Remove buttons for dynamic elements.

Usage
-----

[](#usage)

Form can be rendered in template as ``. Or in action as `return (new ViewModel(['form' => $form])->setTemplate('form::form')`.

Custom options
--------------

[](#custom-options)

- **inline**

This option will try to render $fieldset's elements inline one by one with `col-sm-*` class.

```
$fieldset->add([
    'name' => $name,
    'type' => Fieldset::class,
    'options' => [
        'inline' => true,
    ],
]);
```

- **column**

This option will take number of columns for element.

```
$element = $fieldset->add([
    'name' => 'value',
    'type' => 'text',
    'options' => [
        'column' => 6,
    ],
]);
```

Collection
----------

[](#collection)

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 Bus Factor1

Top contributor holds 88.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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/7dbdbd3abed25e11e97a69bc611daa3fe33ad5d1805f2fb32d491c888c4dfb51?d=identicon)[Serhii Popov](/maintainers/Serhii%20Popov)

---

Top Contributors

[![popovserhii](https://avatars.githubusercontent.com/u/1991183?v=4)](https://github.com/popovserhii "popovserhii (23 commits)")[![vladgemtyp](https://avatars.githubusercontent.com/u/12100554?v=4)](https://github.com/vladgemtyp "vladgemtyp (3 commits)")

### Embed Badge

![Health badge](/badges/popov-zfc-form/health.svg)

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

###  Alternatives

[justbetter/magento2-akeneo-bundle

Magento2 bundle for extending the Akeneo connector with awesome features.

2927.7k](/packages/justbetter-magento2-akeneo-bundle)[awcodes/matinee

OEmbed field for Filament Panel and Form Builders.

216.1k1](/packages/awcodes-matinee)

PHPackages © 2026

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