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

AbandonedLibrary

black-bits/formbuilder
======================

HTML and Form Builder for the Laravel Framework

0.0.2(8y ago)013MITPHPPHP &gt;=7.0.0

Since Sep 20Pushed 8y ago1 watchersCompare

[ Source](https://github.com/black-bits/formbuilder)[ Packagist](https://packagist.org/packages/black-bits/formbuilder)[ Docs](https://github.com/black-bits/formbuilder)[ RSS](/packages/black-bits-formbuilder/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

Formbuilder
===========

[](#formbuilder)

[![Latest Version on Packagist](https://camo.githubusercontent.com/58d60e50e7f40f3a6c6d85a10dbec4efd2737fa4d2c4ee334df41d61c651a631/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f626c61636b2d626974732f666f726d6275696c6465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/black-bits/formbuilder)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/659c42f14b0cbc4ac30552e53e7d6cba28fe354778b2b7750d9786d6873db0d1/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f626c61636b2d626974732f666f726d6275696c6465722f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/black-bits/formbuilder)[![Total Downloads](https://camo.githubusercontent.com/a6e8fad38fc09caa92efeb88e0faed01b2349513d5498524cf9786bae5423beb/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f626c61636b2d626974732f666f726d6275696c6465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/black-bits/formbuilder)

HTML and Form Builder for the Laravel Framework

How to use
----------

[](#how-to-use)

```

        {{ Formbuilder::title('Edit User', 'h2') }}

        {{ Formbuilder::open(route('form1.post'), 'post') }}

            {{ csrf_field() }}

            {{ Formbuilder::text(
                "full_name",
                old('full_name', $user->get('full_name')),
                "Full Name",
                "Max Mustermann")
            }}

            {{ Formbuilder::text(
                "username",
                old('username', $user->get('username')),
                "Username",
                "mmustermann")
            }}

            {{ Formbuilder::email(
                "email",
                old('email', $user->get('email')),
                "Email",
                "max@mustermann.de")
            }}

            {{ Formbuilder::password(
                "password",
                '',
                "Password",
                "your-secret-password")
            }}

            {{ Formbuilder::password(
                "password_repeat",
                '',
                "Password Repeat",
                "your-secret-password")
            }}

            {{ Formbuilder::buttons(
                route('home'))
            }}

        {{ Formbuilder::close() }}

```

###  Health Score

22

—

LowBetter than 23% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Every ~126 days

Total

2

Last Release

3027d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c5817559bd224c59f893745c3bbfa308db2786b67e16c4c44cc4472826e9d571?d=identicon)[aprzywara](/maintainers/aprzywara)

![](https://www.gravatar.com/avatar/12f99b0d20f4c0281e21cd28d12a44d2789c673a5bacade150d0e1150bdd9464?d=identicon)[oheck](/maintainers/oheck)

---

Top Contributors

[![oheck](https://avatars.githubusercontent.com/u/10670394?v=4)](https://github.com/oheck "oheck (4 commits)")

### Embed Badge

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

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

###  Alternatives

[fumeapp/modeltyper

Generate TypeScript interfaces from Laravel Models

196277.9k](/packages/fumeapp-modeltyper)[slowlyo/owl-admin

基于 laravel、amis 开发的后台框架~

61214.2k26](/packages/slowlyo-owl-admin)

PHPackages © 2026

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