PHPackages                             simp/forms - 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. simp/forms

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

simp/forms
==========

This is form builder library

v1.1.7(6mo ago)01013MITPHP

Since Feb 3Pushed 6mo ago1 watchersCompare

[ Source](https://github.com/CHANCENY/forms)[ Packagist](https://packagist.org/packages/simp/forms)[ RSS](/packages/simp-forms/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (1)Versions (20)Used By (3)

Form Library
============

[](#form-library)

Overview
--------

[](#overview)

This PHP-based form library simplifies form creation and management. It provides a structured way to define form fields, validate inputs, and render forms efficiently.

Features
--------

[](#features)

- Modular form field definitions
- Custom field validation
- Extendable form builder
- Default field implementations
- Easy-to-use API for seamless integration

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

[](#installation)

Ensure Composer is installed, then run:

```
composer install simp/forms
```

Usage
-----

[](#usage)

### Example Form

[](#example-form)

The `Example.php` file demonstrates form creation:

```
