Download the PHP package lucasnribeiro/form-forge without Composer
On this page you can find all versions of the php package lucasnribeiro/form-forge. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download lucasnribeiro/form-forge
More information about lucasnribeiro/form-forge
Files in lucasnribeiro/form-forge
Download lucasnribeiro/form-forge
More information about lucasnribeiro/form-forge
Files in lucasnribeiro/form-forge
Vendor lucasnribeiro
Package form-forge
Short Description A small performatic form library for PHP
License MIT
Package form-forge
Short Description A small performatic form library for PHP
License MIT
Please rate this library. Is it a good library?
Informations about the package form-forge
FormForge
FormForge is a OOP based form builder for PHP. The goal of this project is to be an example of how to build libraries using composer autoloader and PSR-4. The abstractions contained here can be ported into many other projects that uses OOP. This is not production ready, it's meant to be just an study.
Dependencies
- Composer 2.4+
- PHP 7.0+ or 8.0+
Features
- Fluent API for easy form creation and customization
- Support for various input types (text, email, select, etc.)
- Customizable labels and submit buttons
- Form method and action customization
- Basic validation support
- Extensible architecture
Installation
You can install FormForge via Composer:
Class UML Diagram
Basic Usage
Customizing Fields
You can customize individual fields after adding them:
Customizing the Submit Button
Example using Tailwind
All versions of form-forge with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.0 || ^8.0
The package lucasnribeiro/form-forge contains the following files
Loading the files please wait ....