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

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

tiix/form
=========

022PHP

Since Dec 15Pushed 9y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Tiix/Form
=========

[](#tiixform)

[![Latest Unstable Version](https://camo.githubusercontent.com/8a52f380ad80a22ce53a7a9a38555725d083673d3036d464ae0f47272e48b2c8/68747470733a2f2f706f7365722e707567782e6f72672f746969782f666f726d2f762f756e737461626c65)](https://packagist.org/packages/tiix/form)[![License](https://camo.githubusercontent.com/78452ba8e0e553eb27f7ff97b8bb71ae24e16c3f477cc46c3f2a841163934e53/68747470733a2f2f706f7365722e707567782e6f72672f746969782f666f726d2f6c6963656e7365)](https://packagist.org/packages/tiix/form)

Framework agnostic form builder

Install
-------

[](#install)

Via Composer

```
$ composer require tiix/form
```

Usage
-----

[](#usage)

Default builder

```
$builder = Tiix\Form\Builder::createDefaultBuilder();

// create default form
$form = $builder->build(\Tiix\Form\Form::class, $url, $defaults)
    // add fields
    ->addField(new Tiix\Form\Field\TextField('name', 'label'))

    // add buttons
    ->addButton(new Tiix\Form\Button\Submit('name', 'label')

    ->getForm();

$form->render();
```

Change log
----------

[](#change-log)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Testing
-------

[](#testing)

```
$ composer test
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) and [CONDUCT](CONDUCT.md) for details.

Security
--------

[](#security)

If you discover any security related issues, please email :author\_email instead of using the issue tracker.

Credits
-------

[](#credits)

- [:author\_name](https://github.com/timurbakarov)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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/1036559?v=4)[tix](/maintainers/tix)[@tix](https://github.com/tix)

---

Top Contributors

[![timurbakarov](https://avatars.githubusercontent.com/u/542526?v=4)](https://github.com/timurbakarov "timurbakarov (22 commits)")

### Embed Badge

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

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

###  Alternatives

[chaoswey/taiwan-id-validator

台灣身分證、統一編號驗證

319.9k](/packages/chaoswey-taiwan-id-validator)

PHPackages © 2026

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