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

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

themindoffice/formbuilder
=========================

Add formbuilder addon to Iris

099PHP

Since Nov 30Pushed 3y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

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

[](#formbuilder)

Formbuilder is a Iris library for generating forms. Useless if you don't use Iris CMS.

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

[](#installation)

1. Run command:

```
composer require "themindoffice/formbuilder" @dev
```

*(Stable version coming soon)*

2. Copy 'vendor/themindoffice/formbuilder/src/' to 'modules/Addons'
3. Go to your-local-domain.test/formbuilder/install

> This function add the needed tables and components.

4. 'modules/Addons/Formbuiler/install' will be deleted automatically
5. Remove method 'install' form 'modules/Addons/Formbuiler' manually

Usage
-----

[](#usage)

1. Use the code below in your HTML:

```
useBootstrap(5)
    ->addColumnClass('mb-3')
    ->addButtonClass('btn btn-green')
    ->showLabel(true)
    ->html(); ?>
```

2. Add this in your .env file with the right credentials. Make sure the domain is whitelisted at Mandrill.

```
MAIL_FROM_ADDRESS=example@mail.com
MAIL_FROM_NAME="Example"

```

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity24

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://www.gravatar.com/avatar/0bedeb6071436b8f698681862d481645a4a6f469cde9532deacf3b8009b67b03?d=identicon)[tmo-dev](/maintainers/tmo-dev)

---

Top Contributors

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

### Embed Badge

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

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

PHPackages © 2026

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