PHPackages                             user-meta/html - 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. [Mail &amp; Notifications](/categories/mail)
4. /
5. user-meta/html

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

user-meta/html
==============

PHP class for html form builder

1.1.1(6y ago)916.0k↓41.7%1MITPHPPHP &gt;=5.4.0

Since Jul 25Pushed 6y ago2 watchersCompare

[ Source](https://github.com/khaledsaikat/html-form)[ Packagist](https://packagist.org/packages/user-meta/html)[ Docs](https://github.com/khaledsaikat/html-form)[ RSS](/packages/user-meta-html/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (7)Used By (0)

Html-Form
=========

[](#html-form)

Lightweight PHP classes to generate html elements.

This package does not have any dependency other than php-5.4

- License: MIT

Requirements
------------

[](#requirements)

- PHP 5.4.0 or above

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

[](#installation)

### Composer

[](#composer)

[Composer](https://getcomposer.org/) is a widely used dependency manager for PHP packages. This Html-Form is available on Packagist as [`user-meta/html`](https://packagist.org/packages/user-meta/html) and can be installed by running the `composer require` command. To enable Composer for you project, refer to the project's [Getting Started](https://getcomposer.org/doc/00-intro.md)documentation.

To add this dependency using the command, run the following from within your project directory:

```
composer require user-meta/html

```

Get Started
-----------

[](#get-started)

A quick example of generating text input with Html-Form using composer:

```
