PHPackages                             aw/formfields - 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. aw/formfields

AbandonedArchivedLibrary[Utility &amp; Helpers](/categories/utility)

aw/formfields
=============

Form creation for PHP 5.3

052PHP

Since Jul 15Pushed 11y ago1 watchersCompare

[ Source](https://github.com/alexwyett/aw-form-fields)[ Packagist](https://packagist.org/packages/aw/formfields)[ RSS](/packages/aw-formfields/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

Form Fields object class library
================================

[](#form-fields-object-class-library)

This library provides the ability to create form and element objects programatically using OO.

Getting Started
---------------

[](#getting-started)

See the various [examples](https://github.com/alexwyett/aw-form-fields/tree/master/examples) for implementation methods

Installing via composer
-----------------------

[](#installing-via-composer)

1. Create a composer.json where you want to install the project
2. Add the following:

```
{
	"require": {
		"aw/formfields": "dev-master"
	}
}

```

3: Download composer and install the repo:

```
curl -sS https://getcomposer.org/installer | php
./composer.phar install

```

For more information about composer, please see the [composer quick start guide](https://getcomposer.org/doc/00-intro.md).

### Notes:

[](#notes)

If you are using xedbug and have large collections of child objects, you may need to add this into your php.ini:

`xdebug.max_nesting_level=200`

This is because of the amount of recursion necessary to render parent/child objects so the amount of function calls may exceed the default amount.

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

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/53e715ee8f1d84643b475ac4c055149e1b57fc66bec66612b411d5a2b9001a86?d=identicon)[alexwyett](/maintainers/alexwyett)

### Embed Badge

![Health badge](/badges/aw-formfields/health.svg)

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

PHPackages © 2026

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