PHPackages                             namdongvando/rpfbc - 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. namdongvando/rpfbc

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

namdongvando/rpfbc
==================

Create Form

3.31(2y ago)2402[1 PRs](https://github.com/namdongvando/RPFBC/pulls)MITPHPPHP &gt;=5.3.0

Since Jun 14Pushed 1y ago1 watchersCompare

[ Source](https://github.com/namdongvando/RPFBC)[ Packagist](https://packagist.org/packages/namdongvando/rpfbc)[ Docs](https://nguyenvando.net/rpfbc)[ RSS](/packages/namdongvando-rpfbc/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)DependenciesVersions (11)Used By (0)

Project Overview
----------------

[](#project-overview)

The PFBC (PHP Form Builder Class) project is developed with the following goals in mind...

- Promote rapid development of forms through an object-oriented PHP structure.
- Eliminate the grunt/repetitive work of writing the html and validation when building forms.
- Reduce human error by using a consistent/tested utility.

This project was first release to the open source community on April, 24 2009 at [PHPClass.org](http://www.phpclasses.org/package/5350-PHP-Generate-HTML-and-Javascript-for-displaying-forms.html). It was moved to its current location at [Google's Project Hosting service](http://code.google.com/p/php-form-builder-class) on November 16, 2009. Since the initial release, the project has gone through over 20 version releases and is still under active development.

The most significant enhancement in version 3.x is the integration with Bootstrap - a front-end framework from Twitter. Bootstrap incorporates responsive CSS, which means your forms not only look and behave great in the latest desktop browser, but in tablet and smartphone browsers as well.

System Requirements
-------------------

[](#system-requirements)

PHP &gt;= 7.2

Installation Instructions
-------------------------

[](#installation-instructions)

Composer is the easiest way to manage dependencies in your project. Create a file named composer.json with the following:

```
{
    "require": {
       "namdongvando/rpfbc": "^3.3"
    }
}
```

And run Composer to install PFBC:

```
composer require namdongvando/rpfbc
```

Examples/Tutorials
------------------

[](#examplestutorials)

The links provided below are meant to demonstrate the key features included in the project. Currently, these links are using the pfbc3.0-php5 release, please see the examples included with the project for PHP 5.3 namespaced examples.

Code Samples
------------

[](#code-samples)

```

```

3.3 Add form render

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance27

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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 ~125 days

Recently: every ~82 days

Total

10

Last Release

661d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

phphtmlform

### Embed Badge

![Health badge](/badges/namdongvando-rpfbc/health.svg)

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

###  Alternatives

[okipa/laravel-form-components

Ready-to-use and customizable form components.

198.0k1](/packages/okipa-laravel-form-components)[artem_c/emmet

emmet implementation for php

141.8k](/packages/artem-c-emmet)

PHPackages © 2026

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