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 3w ago

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 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity61

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

1791d 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

[uestla/recaptcha-control

reCAPTCHA control for Nette Framework forms

26579.8k1](/packages/uestla-recaptcha-control)[simplesamlphp/simplesamlphp-module-oidc

A SimpleSAMLphp module adding support for the OpenID Connect protocol

5018.2k1](/packages/simplesamlphp-simplesamlphp-module-oidc)

PHPackages © 2026

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