PHPackages                             nimdevelopment/formbuilder - 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. nimdevelopment/formbuilder

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

nimdevelopment/formbuilder
==========================

Php form precompiler

07

Since Mar 16Compare

[ Source](https://github.com/Nim-Development/Laravel-FormBuilder)[ Packagist](https://packagist.org/packages/nimdevelopment/formbuilder)[ RSS](/packages/nimdevelopment-formbuilder/feed)WikiDiscussions Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel-FormBuilder
===================

[](#laravel-formbuilder)

A php form precompiler

Make a form from within PHP code. Example:

```
FormBuilder::open_form(['action' => '/post', 'method' => 'post'])

	->formgroup('open')
		->row('open')
			->colmd(12)
				->label(['for' => 'cars'])
					->text('Select a car:')
				->label()
				->select(['name' => 'cars'])
					->option(['value' => 'Volvo'])->text('Volvo')->close()
					->option(['value' => 'Volkswagen'])->text('Volkswagen')->close()
					->option(['value' => 'Bmw'])->text('Bmw')->close()
					->option(['value' => 'Mercedes'])->text('Mercedes')->close()
				->select()
			->colmd()
		->row()
	->formgroup()

	->formgroup('open')
		->label(['for' => 'message'])->text('Tell us about your favorite car:')->close()
		->textarea(['name' => 'message', 'rows' => '5', 'cols' => '20'])
			->text('askjdfh asdfhu sadhf isduhf iushdaf iuhsa ifudhas iuhf isuhf iuashdf usahf iauhads iufh.')
		->textarea()
	->formgroup()

	->button(['type' => 'submit', 'class' => 'btn btn-primary'])->text('Submit')->close();

FormBuilder::close_form();

```

Add the pre-compiled form in your blade view by inserting this snippet: @include('formbuilder::insert')

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/38978971?v=4)[NimDevelopment](/maintainers/NimDevelopment)[@nimDevelopment](https://github.com/nimDevelopment)

---

Top Contributors

[![Nim-Development](https://avatars.githubusercontent.com/u/38979018?v=4)](https://github.com/Nim-Development "Nim-Development (1 commits)")

### Embed Badge

![Health badge](/badges/nimdevelopment-formbuilder/health.svg)

```
[![Health](https://phpackages.com/badges/nimdevelopment-formbuilder/health.svg)](https://phpackages.com/packages/nimdevelopment-formbuilder)
```

###  Alternatives

[tobimori/kirby-dreamform

Kirby DreamForm is an opiniated form builder plugin for Kirby CMS 4+ that makes forms work like magic

6012.6k1](/packages/tobimori-kirby-dreamform)[n98/headless-guillotine

Frontend routing whitelist configurations for headless setups.

2627.5k](/packages/n98-headless-guillotine)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
