PHPackages                             monurakkaya/laravel-formgroup - 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. monurakkaya/laravel-formgroup

AbandonedArchivedLibrary

monurakkaya/laravel-formgroup
=============================

A blade input component for laravel &amp; bootstrap3. Build a form with thousands of inputs within minutes!

1.1.4(7y ago)0761HTML

Since Sep 5Pushed 7y ago1 watchersCompare

[ Source](https://github.com/monurakkaya/laravel-formgroup)[ Packagist](https://packagist.org/packages/monurakkaya/laravel-formgroup)[ RSS](/packages/monurakkaya-laravel-formgroup/feed)WikiDiscussions master Synced yesterday

READMEChangelog (4)DependenciesVersions (7)Used By (0)

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

[](#installation)

`$ composer require monurakkaya/laravel-formgroup`

Usage
-----

[](#usage)

##### Text Input:

[](#text-input)

```
    @formgroup([
        'type' => 'text',
        'name' => 'color',
        'required' => true
    ])
    Color
    @endformgroup
```

It will generate below html code :

```

            Color

```

[![Text](https://camo.githubusercontent.com/d1f4a1e650f77a6c046230d8cb53ab6637a52499cccec251ea1a1e9fae25b617/687474703a2f2f6d6f6e7572616b6b6179612e636f6d2f6c61726176656c2d666f726d67726f75702f746578742e706e67)](https://camo.githubusercontent.com/d1f4a1e650f77a6c046230d8cb53ab6637a52499cccec251ea1a1e9fae25b617/687474703a2f2f6d6f6e7572616b6b6179612e636f6d2f6c61726176656c2d666f726d67726f75702f746578742e706e67)

---

##### DateTime Input:

[](#datetime-input)

```
    @formgroup([
        'name' => 'start_at',
        'type' => 'datetime'
    ])
    Alis Tarihi
    @endformgroup
```

It will generate a datetime picker:

[![DateTime](https://camo.githubusercontent.com/26ac8c4e7bea7f67f53a068ce5fc1deca6c5d1aaff5528dbabc757b0d8273295/687474703a2f2f6d6f6e7572616b6b6179612e636f6d2f6c61726176656c2d666f726d67726f75702f6461746574696d652e706e67)](https://camo.githubusercontent.com/26ac8c4e7bea7f67f53a068ce5fc1deca6c5d1aaff5528dbabc757b0d8273295/687474703a2f2f6d6f6e7572616b6b6179612e636f6d2f6c61726176656c2d666f726d67726f75702f6461746574696d652e706e67)

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity66

Established project with proven stability

 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.

###  Release Activity

Cadence

Every ~17 days

Total

6

Last Release

2721d ago

### Community

Maintainers

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

---

Top Contributors

[![monurakkaya](https://avatars.githubusercontent.com/u/10274803?v=4)](https://github.com/monurakkaya "monurakkaya (14 commits)")

### Embed Badge

![Health badge](/badges/monurakkaya-laravel-formgroup/health.svg)

```
[![Health](https://phpackages.com/badges/monurakkaya-laravel-formgroup/health.svg)](https://phpackages.com/packages/monurakkaya-laravel-formgroup)
```

PHPackages © 2026

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