PHPackages                             fuelphp/fieldset - 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. fuelphp/fieldset

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

fuelphp/fieldset
================

Form generation and building

95.6k5[8 issues](https://github.com/fuelphp/fieldset/issues)1PHP

Since Apr 6Pushed 10y ago6 watchersCompare

[ Source](https://github.com/fuelphp/fieldset)[ Packagist](https://packagist.org/packages/fuelphp/fieldset)[ RSS](/packages/fuelphp-fieldset/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (1)

Fuel Fieldset
=============

[](#fuel-fieldset)

[![Build Status](https://camo.githubusercontent.com/bf0e811db08a4e95a6a38a04e1fc68e61eb96eca55ce0180e829cd0f5e228636/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6675656c7068702f6669656c647365742e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/fuelphp/fieldset)[![Code Coverage](https://camo.githubusercontent.com/1c39dc70fc182b16695bd81a06b1301fde01e5c64c3aeae5ef341aebc3f5fcef/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f6675656c7068702f6669656c647365742e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/fuelphp/fieldset)[![Quality Score](https://camo.githubusercontent.com/e578b458e35fb276c24f292610833c95fe8d1bf0a2316862eaabbb792475daf8/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6675656c7068702f6669656c647365742e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/fuelphp/fieldset)[![HHVM Status](https://camo.githubusercontent.com/912465ff970cfbf26a40e5cec706b56057f26249d714161b67c9d6403109eeb3/68747470733a2f2f696d672e736869656c64732e696f2f6868766d2f6675656c7068702f6669656c647365742e7376673f7374796c653d666c61742d737175617265)](http://hhvm.h4cc.de/package/fuelphp/fieldset)

**Form generation and building.**

This package will replace the default Fieldset class provided by the FuelPHP v1.x core by the FuelPHP v2.0 fieldset package.

Install
-------

[](#install)

Via Composer

```
$ composer require fuelphp/fieldset
```

Once the package reaches a suitable milestone a tagged release will be created.

Getting started
---------------

[](#getting-started)

Forms are created by first creating a container object, a `Form` or a `Fieldset`. You can then add `Inputs` to these containers.

```
