PHPackages                             tomdabrain/formhandler - 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. tomdabrain/formhandler

ActiveLibrary

tomdabrain/formhandler
======================

Interactive forms within 10 lines

v3.3.8(10y ago)121[4 issues](https://github.com/tombrain/FormHandler/issues)LGPL-2.1PHPCI failing

Since Dec 17Pushed 1y ago1 watchersCompare

[ Source](https://github.com/tombrain/FormHandler)[ Packagist](https://packagist.org/packages/tomdabrain/formhandler)[ Docs](http://www.formhandler.net/)[ RSS](/packages/tomdabrain-formhandler/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

FormHandler
===========

[](#formhandler)

[![GitHub license](https://camo.githubusercontent.com/99d280c5a1f6abf3596fc7a96de71d3ae1003f7e99ee55140aae35bb88ba705e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d47504c76322d626c75652e737667)](https://raw.githubusercontent.com/FormHandler/FormHandler/master/LICENSE)[![Build Status](https://camo.githubusercontent.com/9194242a7411c1b79c4d3a9eaae7976ef3041580feb1514712f7d8a7a8aed4eb/68747470733a2f2f7472617669732d63692e6f72672f466f726d48616e646c65722f466f726d48616e646c65722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/FormHandler/FormHandler)[![php 7.4.x](https://github.com/tombrain/FormHandler/actions/workflows/php74.yml/badge.svg)](https://github.com/tombrain/FormHandler/actions/workflows/php74.yml)

FormHandler is a PHP written "module" which allows you to create dynamic forms in an easy way. So easy that you can build a fully working form, including field validations, within 10 lines!

Installation
------------

[](#installation)

Install the latest version with

```
$ composer require formhandler/formhandler
```

When the vendor directory is outside the root directory of your web application use a symlink on the FHTML directory to make it publicly available.

For example: map vendor/formhandler/formhandler/src/FHTML to /FHTML/ of your website root. Then add to your application

```
