PHPackages                             rdehnhardt/html - 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. rdehnhardt/html

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

rdehnhardt/html
===============

6.1.0(4y ago)66.0k↓50%31MITPHP

Since Feb 20Pushed 4y agoCompare

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

READMEChangelog (6)Dependencies (1)Versions (23)Used By (1)

Laravel Forms with Twitter Boostrap
===================================

[](#laravel-forms-with-twitter-boostrap)

Package to make it easier to create forms in the bootstrap with erros validations.

##### Ready to Laravel 5.5 - Package Auto-Discovery

[](#ready-to-laravel-55---package-auto-discovery)

Installation
============

[](#installation)

```
composer require rdehnhardt/html

```

#### Bootstrap 3 - 5.6.0

[](#bootstrap-3---560)

#### Bootstrap 4 - 5.6.1

[](#bootstrap-4---561)

Configuration
=============

[](#configuration)

Add into the file app.php in providers section

```
Rdehnhardt\Html\HtmlServiceProvider::class,

```

Add into the file app.php in alias section

```
'Form' => Collective\Html\FormFacade::class,
'Html' => Collective\Html\HtmlFacade::class,

```

How to use
==========

[](#how-to-use)

Automatically displays error messages to the user. Simply just use the default request validation of laravel.

Any blade file

```
{!! Form::open(['method' => 'post', 'route' => ['route.store']]) !!}

    {!! Form::openGroup('title', 'Title') !!}
    {!! Form::text('title', null, ['placeholder' => 'Title']) !!}
    {!! Form::closeGroup() !!}

    {!! Form::openGroup('content', 'Content') !!}
    {!! Form::textarea('content', null, ['placeholder' => 'Content of post']) !!}
    {!! Form::closeGroup() !!}

    {!! Form::openFormActions() !!}
    {!! Form::submit('Save', ['class' => 'btn btn-primary form-action']) !!}
    {!! Form::closeFormActions() !!}

{!! Form::close() !!}

```

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity28

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity73

Established project with proven stability

 Bus Factor1

Top contributor holds 95.7% 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 ~120 days

Recently: every ~293 days

Total

20

Last Release

1823d ago

Major Versions

1.0.7 → 5.12015-10-21

5.6.1 → 6.0.02019-09-23

### Community

Maintainers

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

---

Top Contributors

[![rdehnhardt](https://avatars.githubusercontent.com/u/7077461?v=4)](https://github.com/rdehnhardt "rdehnhardt (22 commits)")[![jammersonf](https://avatars.githubusercontent.com/u/2231447?v=4)](https://github.com/jammersonf "jammersonf (1 commits)")

### Embed Badge

![Health badge](/badges/rdehnhardt-html/health.svg)

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

###  Alternatives

[styde/html

Build form fields, menus, alert messages and other view components quickly

266142.2k4](/packages/styde-html)[cornford/bootstrapper

An easy way to intergrate Twitter Bootstrap with Laravel.

232.7k](/packages/cornford-bootstrapper)

PHPackages © 2026

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