PHPackages                             dinesh/easyform - 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. dinesh/easyform

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

dinesh/easyform
===============

Laravel form builder,Easy way to make Forms with laravel

11.1kPHP

Since Aug 13Pushed 10y ago2 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

easyform
========

[](#easyform)

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

[](#installation)

[![Latest Stable Version](https://camo.githubusercontent.com/12e3085a4ac2dc9b18860e11ed3027adbaa38b7a04002fa10b4578bea3376474/68747470733a2f2f706f7365722e707567782e6f72672f64696e6573682f65617379666f726d2f762f737461626c652e737667)](https://packagist.org/packages/dinesh/easyform) [![Total Downloads](https://camo.githubusercontent.com/0eb6a87b7053732a025a12fbb86763d8710d4da06a5b658859a786570c264818/68747470733a2f2f706f7365722e707567782e6f72672f64696e6573682f65617379666f726d2f646f776e6c6f6164732e737667)](https://packagist.org/packages/dinesh/easyform) [![Latest Unstable Version](https://camo.githubusercontent.com/7a42459171a28fa2debe95cac54fadf8d705ce8ee88b8aa393af684508bf83c8/68747470733a2f2f706f7365722e707567782e6f72672f64696e6573682f65617379666f726d2f762f756e737461626c652e737667)](https://packagist.org/packages/dinesh/easyform) [![License](https://camo.githubusercontent.com/498ef4c7a18201618228d9dd299f7d602d7d23afd660c31c275d3c49979d2f45/68747470733a2f2f706f7365722e707567782e6f72672f64696e6573682f65617379666f726d2f6c6963656e73652e737667)](https://packagist.org/packages/dinesh/easyform)[![Build Status](https://camo.githubusercontent.com/cba1c42e2f23d630403a456132ceefbd3c060b98c0b8fdaf91a84dff2f230b2f/68747470733a2f2f7472617669732d63692e6f72672f64696e6573687261626172612f65617379666f726d2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/dineshrabara/easyform)

Begin by installing this package through Composer. Edit your project's `composer.json` file to require `dinesh/easyform`.

```
"require": {
	"laravel/framework": "4.*",
	"dinesh/easyform": "dev-master"
}

```

Next, update Composer from the Terminal:

```
composer update

```

OR

```
composer require dinesh/easyform:dev-master

```

Once this operation completes, the next step is to add the service provider. Open `app/config/app.php`, and add a new item to the providers array.

```
'Dinesh\Easyform\EasyformServiceProvider',

```

Next, you need to publish it's config file(s).

```
php artisan config:publish dinesh/easyform

```

default config template

```
return array(
    'templates' => array(
        'default' => '
                    {{label}}

                        {{tag}}
                        {{error-first}}

                ',
        'default2' => '
                    {{label}}00000000

                        {{tag}}

                ',
    ),
    'tags' => array('{{test}}' => 'default_value'),
);
```

example

```
{{EasyForm::text('first_name',null,array('class'=> 'form-control'))
          ->label('First Name:',array('class'=>'col-sm-2 control-label'))
          ->error($errors)}}
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/762ff300d16abfb3239d02c729f0b262cf25027b3737958581f5071bbe5b15e3?d=identicon)[Dinesh](/maintainers/Dinesh)

---

Top Contributors

[![dineshrabara](https://avatars.githubusercontent.com/u/1228130?v=4)](https://github.com/dineshrabara "dineshrabara (19 commits)")

### Embed Badge

![Health badge](/badges/dinesh-easyform/health.svg)

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

PHPackages © 2026

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