PHPackages                             apility/forms - 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. apility/forms

ActiveLibrary

apility/forms
=============

A simple form builder

v1.1.4(3y ago)1180MITPHP

Since Nov 3Pushed 3y agoCompare

[ Source](https://github.com/apility/forms-php)[ Packagist](https://packagist.org/packages/apility/forms)[ RSS](/packages/apility-forms/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (9)Dependencies (3)Versions (10)Used By (0)

Forms
=====

[](#forms)

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

[](#installation)

```
composer require apility/forms
```

Example

```
use Apility\Forms\Form;
use Apility\Forms\Field;

$form = Form::withFields(
    Field::text('name')
        ->withLabel('Your name')
        ->withPlaceholder('Your name here')
        ->withAutocompletion('full-name')
        ->required(),

    Field::email('email')
        ->withLabel('Your email here')
        ->withPlaceholder('Your email here')
        ->withAutocompletion('email')
        ->required(),

    Field::checkbox('terms')
        ->withLabel('I agree to the terms and conditions')
        ->required(),
);
```

Blade:

```

    @csrf

        Submit

```

or

```

        Submit

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 61.5% 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 ~20 days

Recently: every ~14 days

Total

9

Last Release

1130d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/302a4d5539139f2957faf60d731a0fbb346a2a1419acf9ace282e91a3edd8099?d=identicon)[thomas-alrek](/maintainers/thomas-alrek)

---

Top Contributors

[![thomas-alrek](https://avatars.githubusercontent.com/u/14291825?v=4)](https://github.com/thomas-alrek "thomas-alrek (8 commits)")[![erikdju](https://avatars.githubusercontent.com/u/1689799?v=4)](https://github.com/erikdju "erikdju (4 commits)")[![olavoyen](https://avatars.githubusercontent.com/u/3416810?v=4)](https://github.com/olavoyen "olavoyen (1 commits)")

---

Tags

laravelbuilderformFormsform-buildernetflex

### Embed Badge

![Health badge](/badges/apility-forms/health.svg)

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

###  Alternatives

[proengsoft/laravel-jsvalidation

Validate forms transparently with Javascript reusing your Laravel Validation Rules, Messages, and FormRequest

1.1k2.3M49](/packages/proengsoft-laravel-jsvalidation)[laravel/folio

Page based routing for Laravel.

608453.9k27](/packages/laravel-folio)[glhd/aire

Modern Laravel form builder. Remembers old input, retrieves error messages and comes with beautiful Tailwind-based markup out of the box.

545265.3k7](/packages/glhd-aire)[barryvdh/laravel-form-bridge

This packages integrates Symfony Form Component in Laravel.

163354.8k1](/packages/barryvdh-laravel-form-bridge)[lara-zeus/bolt

Zeus Bolt is form builder for your users, with so many use cases

23640.2k2](/packages/lara-zeus-bolt)[inkvizytor/fluentform

Form builder for Laravel

3416.2k](/packages/inkvizytor-fluentform)

PHPackages © 2026

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