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

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

aldarien/form
=============

Form building for frontend

1.0.1(8y ago)018MITPHP

Since Dec 20Pushed 8y agoCompare

[ Source](https://github.com/Aldarien/form)[ Packagist](https://packagist.org/packages/aldarien/form)[ RSS](/packages/aldarien-form/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (2)Dependencies (2)Versions (5)Used By (0)

Form
====

[](#form)

[![Latest Stable Version](https://camo.githubusercontent.com/326c018249e6d53491d8233c073d6b84fb9a3691e4521258824b5c275223c69a/68747470733a2f2f706f7365722e707567782e6f72672f616c64617269656e2f666f726d2f762f737461626c653f666f726d61743d706c6173746963)](https://packagist.org/packages/aldarien/form)[![License](https://camo.githubusercontent.com/1e64a9c87161ccebab25142413632448889fd8fe073c2c5cacc6f2a393db2b2a/68747470733a2f2f706f7365722e707567782e6f72672f616c64617269656e2f666f726d2f6c6963656e73653f666f726d61743d706c6173746963)](https://packagist.org/packages/aldarien/form)[![Travis-CI](https://camo.githubusercontent.com/7bfcdc4f6519a55cbe3c9867cc6a8e94bbd244894d515304376db1f04142fd45/68747470733a2f2f7472617669732d63692e6f72672f416c64617269656e2f666f726d2e7376673f6272616e63683d74657374696e67)](https://travis-ci.org/Aldarien/form)

Form building for frontend

### Version

[](#version)

Versioning is done according to [SemVer](https://semver.org/)Current version: `1.0.0`

Motivation
----------

[](#motivation)

As with any programmer, I wanted a [DRY](https://en.wikipedia.org/wiki/Don%27t_repeat_yourself) form building. With that in mind, I created this frontend assistant for form building. In this version only form components are included and there is still some repeating, but simplified.

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

[](#installation)

### Requirements

[](#requirements)

- [PHP 7+](http://www.php.net)
- [Composer](http://getcomposer.org)

#### Dev

[](#dev)

- [GIT](https://git-scm.com/)
- [PHPUnit](https://phpunit.de/) [![Latest Stable Version](https://camo.githubusercontent.com/295a5f1032ec59fb152d8c38ed75bc14e48c8e4a4e40a7be9a93f6b816cdc6bd/68747470733a2f2f706f7365722e707567782e6f72672f706870756e69742f706870756e69742f76657273696f6e3f666f726d61743d706c6173746963)](https://packagist.org/packages/phpunit/phpunit?format=plastic)

#### Optional

[](#optional)

- [Bootstrap](https://getbootstrap.com/)

### Installation

[](#installation-1)

Install using composer:

```
composer require aldarien/form

```

Usage
-----

[](#usage)

In the frontend of your choice `echo` the `form` function.

### Basic html

[](#basic-html)

```
