PHPackages                             squatto/grafite-formmaker - 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. squatto/grafite-formmaker

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

squatto/grafite-formmaker
=========================

A remarkably magical form and input maker tool for Laravel.

v2.4.1(6y ago)01.2k11MITPHPPHP &gt;=7.2

Since Jul 18Pushed 3y agoCompare

[ Source](https://github.com/squatto/grafite-formmaker)[ Packagist](https://packagist.org/packages/squatto/grafite-formmaker)[ RSS](/packages/squatto-grafite-formmaker/feed)WikiDiscussions v1.6 Synced today

READMEChangelog (10)Dependencies (7)Versions (95)Used By (1)

FormMaker
=========

[](#formmaker)

> IMPORTANT: this fork's entire purpose is to enable compatibility with Laravel 8.x and beyond.
> **OUTSIDE OF ENSURING COMPATIBILITY, NO FEATURE ADDITIONS/CHANGES OR BUG FIXES WILL BE MADE!**

**FormMaker** - A remarkably magical form and input maker tool for Laravel.

[![license](https://camo.githubusercontent.com/850eae1099d2b05f53383473d7cd51f9bc1ab09b7d0d9e5122f1dd930efdcc6d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6d6173686170652f6170697374617475732e737667)](https://packagist.org/packages/squatto/grafite-formmaker)

The FormMaker package provides a set of tools for generating HTML forms with as little as 1 line of code. Don't want to write boring HTML, neither do we. The FormMaker will generate error containers, all fields defined by either the table or object column types, or if you prefer to have more control define a config. In the case that you want to write more than 1 line of code, FormMaker comes with the InputMaker service as well. With the InputMaker you can create any form of input, including html for Eloquent relationships.

##### Author(s):

[](#authors)

- [Matt Lantz](https://github.com/mlantz) ([@mattylantz](http://twitter.com/mattylantz), mattlantz at gmail dot com) - original [grafite/formmaker package](https://packagist.org/packages/grafite/formmaker) author
- [Scott Carpenter](https://github.com/squatto) - current package author

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

[](#requirements)

1. PHP 7.3+
2. OpenSSL
3. Laravel 8.0+

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

[](#compatibility-and-support)

Laravel VersionPackage TagSupported8.x1.6.xno7.x1.5.xno6.x1.4.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 FormMaker

```
composer require squatto/grafite-formmaker
```

Time to publish those assets!

```
php artisan vendor:publish --provider="Grafite\FormMaker\FormMakerProvider"
```

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

[](#documentation)

https://docs.grafite.ca/utilities/form\_maker/

License
-------

[](#license)

FormMaker 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

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity74

Established project with proven stability

 Bus Factor1

Top contributor holds 61.2% 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 ~24 days

Recently: every ~42 days

Total

90

Last Release

1370d ago

Major Versions

v1.3.5 → v2.0.02019-06-18

v1.3.6 → v2.1.12019-07-14

PHP version history (7 changes)v1.0.0PHP &gt;=5.5.9

v1.0.4PHP &gt;=5.6.4

v1.2.0PHP &gt;=7.0

v2.0.2PHP &gt;=7.2

v1.3.7PHP ^7.2

v1.5.0PHP ^7.3

v1.7.0PHP ^7.3|^8.0

### Community

Maintainers

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

---

Top Contributors

[![mlantz](https://avatars.githubusercontent.com/u/1065551?v=4)](https://github.com/mlantz "mlantz (120 commits)")[![squatto](https://avatars.githubusercontent.com/u/748444?v=4)](https://github.com/squatto "squatto (58 commits)")[![keith-ferney](https://avatars.githubusercontent.com/u/2624887?v=4)](https://github.com/keith-ferney "keith-ferney (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)")[![elanclarkson](https://avatars.githubusercontent.com/u/10159119?v=4)](https://github.com/elanclarkson "elanclarkson (1 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)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/squatto-grafite-formmaker/health.svg)

```
[![Health](https://phpackages.com/badges/squatto-grafite-formmaker/health.svg)](https://phpackages.com/packages/squatto-grafite-formmaker)
```

###  Alternatives

[naoray/eloquent-model-analyzer

Helpful methods to gain more information about eloquent model classes.

16431.1k1](/packages/naoray-eloquent-model-analyzer)[interaction-design-foundation/laravel-geoip

Support for multiple Geographical Location services.

17221.0k3](/packages/interaction-design-foundation-laravel-geoip)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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