PHPackages                             mauro-pinheiro/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. [Templating &amp; Views](/categories/templating)
4. /
5. mauro-pinheiro/forms

ActiveLibrary[Templating &amp; Views](/categories/templating)

mauro-pinheiro/forms
====================

A remarkably magical form package for Laravel.

v4.6.0(5y ago)025MITPHPPHP &gt;=7.3

Since Jun 18Pushed 5y agoCompare

[ Source](https://github.com/mauro-pinheiro/Forms)[ Packagist](https://packagist.org/packages/mauro-pinheiro/forms)[ RSS](/packages/mauro-pinheiro-forms/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (9)Versions (106)Used By (0)

[![Grafite Forms](GrafiteForms-banner.png)](GrafiteForms-banner.png)

**Forms** - An amazing Forms component for Laravel.

[![Build Status](https://github.com/GrafiteInc/Forms/workflows/PHP%20Package%20Tests/badge.svg?branch=master)](https://github.com/GrafiteInc/Forms/actions?query=workflow%3A%22PHP+Package+Tests%22)[![Maintainability](https://camo.githubusercontent.com/5e194657080f8a2c16f3ddb7b05b7594b00e9c1eecec2c8a42bc4890a8b745fe/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f38633030613034366665633332643862386163372f6d61696e7461696e6162696c697479)](https://codeclimate.com/github/GrafiteInc/Forms/maintainability)[![Packagist](https://camo.githubusercontent.com/3906bcadefa2203dec4874dad824645770fcb1228969c0c75c36d3b205b2fade/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f677261666974652f666f726d732e737667)](https://packagist.org/packages/grafite/forms)[![license](https://camo.githubusercontent.com/850eae1099d2b05f53383473d7cd51f9bc1ab09b7d0d9e5122f1dd930efdcc6d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6d6173686170652f6170697374617475732e737667)](https://packagist.org/packages/grafite/forms)

The Forms package lets you generate forms as well as fields with standard make commands. Inside your forms for models you can specify the fields that need to be generated and then simply pass the form to the view. No more writing html forms, error handling etc. It can handle Eloquent relationships and easily work with ajax requests for more dynamic form submissions.

##### Author(s):

[](#authors)

- [Matt Lantz](https://github.com/mlantz) ([@mattylantz](http://twitter.com/mattylantz), mattlantz at gmail dot com)

Requirements
------------

[](#requirements)

1. PHP 7.3+
2. OpenSSL

Compatibility and Support
-------------------------

[](#compatibility-and-support)

Laravel VersionPackage TagSupported^7.x - ^8.x4.xyes^7.x3.xno^5.8.x - 7.x2.xno5.4.x - 5.8.x1.3.xno5.4.x1.1.xno5.3.x1.0.xno### Installation

[](#installation)

Start a new Laravel project:

```
composer create-project laravel/laravel your-project-name
```

Then run the following to add Forms

```
composer require "grafite/forms"
```

Time to publish those assets!

```
php artisan vendor:publish --provider="Grafite\Forms\FormsProvider"
```

Documentation
-------------

[](#documentation)

Upgrading from 3.x to 4.x (Renaming)
------------------------------------

[](#upgrading-from-3x-to-4x-renaming)

The package was renamed in version 3 to 4. This means that the following would need to be changed on your code base:

`form-maker.php` -&gt; `forms.php`

`Grafite\FormMaker` -&gt; `Grafite\Forms`

`@formMaker` -&gt; `@forms`

`` -&gt; ``

`` -&gt; ``

`` -&gt; ``

`` -&gt; ``

License
-------

[](#license)

Forms is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)

### Bug Reporting and Feature Requests

[](#bug-reporting-and-feature-requests)

Please add as many details as possible regarding submission of issues and feature requests

### Disclaimer

[](#disclaimer)

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

###  Health Score

30

—

LowBetter than 65% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity70

Established project with proven stability

 Bus Factor1

Top contributor holds 93.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 ~6 days

Total

103

Last Release

1867d ago

Major Versions

v2.14.4 → v3.0.02020-07-04

v3.1.5 → v4.0.02020-08-16

v1.3.7 → v4.1.22020-09-17

PHP version history (3 changes)v2.0.0PHP &gt;=7.0

v2.0.2PHP &gt;=7.2

v3.0.0PHP &gt;=7.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/2d4b85ce6cba6bcb67cd76a6a14b8faf0dc891b8f1995ca2189e26aa5acf6ff1?d=identicon)[mauro-campos](/maintainers/mauro-campos)

---

Top Contributors

[![mlantz](https://avatars.githubusercontent.com/u/1065551?v=4)](https://github.com/mlantz "mlantz (447 commits)")[![mauro-pinheiro](https://avatars.githubusercontent.com/u/38911137?v=4)](https://github.com/mauro-pinheiro "mauro-pinheiro (13 commits)")[![amranidev](https://avatars.githubusercontent.com/u/12874619?v=4)](https://github.com/amranidev "amranidev (6 commits)")[![jimhlad](https://avatars.githubusercontent.com/u/6893042?v=4)](https://github.com/jimhlad "jimhlad (6 commits)")[![arturmamedov](https://avatars.githubusercontent.com/u/2785707?v=4)](https://github.com/arturmamedov "arturmamedov (3 commits)")[![sagarrabadiya](https://avatars.githubusercontent.com/u/5405403?v=4)](https://github.com/sagarrabadiya "sagarrabadiya (1 commits)")[![casperboone](https://avatars.githubusercontent.com/u/15815208?v=4)](https://github.com/casperboone "casperboone (1 commits)")[![elanclarkson](https://avatars.githubusercontent.com/u/10159119?v=4)](https://github.com/elanclarkson "elanclarkson (1 commits)")

---

Tags

laravelFormsLaravel FormsLaravelCollective HTML

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[rcrowe/twigbridge

Adds the power of Twig to Laravel

9105.9M50](/packages/rcrowe-twigbridge)[tightenco/jigsaw

Simple static sites with Laravel's Blade.

2.2k438.5k29](/packages/tightenco-jigsaw)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[laravel-doctrine/orm

An integration library for Laravel and Doctrine ORM

8425.3M87](/packages/laravel-doctrine-orm)[moonshine/moonshine

Laravel administration panel

1.3k217.1k59](/packages/moonshine-moonshine)[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)

PHPackages © 2026

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