PHPackages                             webchemistry/form-factory - 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. webchemistry/form-factory

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

webchemistry/form-factory
=========================

v2.0.0(4y ago)0721PHPPHP &gt;= 8.0

Since Dec 12Pushed 4y ago1 watchersCompare

[ Source](https://github.com/WebChemistry/form-factory)[ Packagist](https://packagist.org/packages/webchemistry/form-factory)[ RSS](/packages/webchemistry-form-factory/feed)WikiDiscussions master Synced today

READMEChangelog (3)Dependencies (3)Versions (4)Used By (0)

Usage
-----

[](#usage)

```
extensions:
	form.factory: WebChemistry\FormFactory\DI\FormFactoryExtension

form.factory:
	factory: FormFactory
```

```
use WebChemistry\FormFactory\FormFactoryInterface;

class FormService
{

	private FormFactoryInterface $formFactory;

	public function __construct(FormFactoryInterface $formFactory)
	{
		$this->formFactory = $formFactory;
	}

	public function createForm()
	{
		$form = $this->formFactory->create();

		// ...

		return $form;
	}

}
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

Established project with proven stability

 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.

###  Release Activity

Cadence

Every ~118 days

Total

3

Last Release

1737d ago

Major Versions

v1.0.1 → v2.0.02021-08-06

PHP version history (2 changes)v1.0.0PHP &gt;= 7.4

v2.0.0PHP &gt;= 8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/312e788a47a251e05734378921d4596a91819b7de416fa18e77aa69e08798ea8?d=identicon)[Antik](/maintainers/Antik)

---

Top Contributors

[![MartkCz](https://avatars.githubusercontent.com/u/10145362?v=4)](https://github.com/MartkCz "MartkCz (6 commits)")

### Embed Badge

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

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

###  Alternatives

[webmozart/assert

Assertions to validate method input/output with nice error messages.

7.6k894.0M1.2k](/packages/webmozart-assert)[swaggest/json-schema

High definition PHP structures with JSON-schema based validation

48612.5M73](/packages/swaggest-json-schema)[stevebauman/purify

An HTML Purifier / Sanitizer for Laravel

5325.6M19](/packages/stevebauman-purify)[ashallendesign/laravel-config-validator

A package for validating your Laravel app's config.

217905.3k5](/packages/ashallendesign-laravel-config-validator)[crazybooot/base64-validation

Laravel validators for base64 encoded files

1341.9M8](/packages/crazybooot-base64-validation)[xemlock/htmlpurifier-html5

HTML5 support for HTML Purifier

1052.9M11](/packages/xemlock-htmlpurifier-html5)

PHPackages © 2026

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