PHPackages                             fuzaylov/bootstrap - 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. fuzaylov/bootstrap

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

fuzaylov/bootstrap
==================

Helper library to create Bootstrap html fields

0.3.2(10y ago)6115MITPHPPHP &gt;=5.3.0

Since Jul 31Pushed 10y ago1 watchersCompare

[ Source](https://github.com/fuzaylov/bootstrap)[ Packagist](https://packagist.org/packages/fuzaylov/bootstrap)[ Docs](https://github.com/fuzaylov/bootstrap/)[ RSS](/packages/fuzaylov-bootstrap/feed)WikiDiscussions master Synced 6d ago

READMEChangelogDependencies (1)Versions (16)Used By (0)

Laravel Bootstrap Helpers
=========================

[](#laravel-bootstrap-helpers)

If you find yourself entering the same HTML and blade code just to display an html form field, this package might be for you.

Install
-------

[](#install)

Pull this package in through Composer.

```
{
    "require": {
        "fuzaylov/bootstrap": "0.3.0"
    }
}
```

### Laravel 5

[](#laravel-5)

Note, for laravel 4, use fuzaylov/bootstrap version 0.2.5

Once installed, you need to register Laravel service provider, in your `app/config/app.php`:

```
'providers' => array(
	...
	'Illuminate\Html\HtmlServiceProvider',
    'Fuzaylov\Bootstrap\BootstrapServiceProvider'
)

'aliases' => array(
    ...
    'Form'      => 'Illuminate\Html\FormFacade',
)
```

Usage
-----

[](#usage)

See tests/sample.blade.php for some sample usages. For a full list of supported fields, see Bootstrap.php

Have fun!

Aleks

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 87.1% 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 ~23 days

Recently: every ~12 days

Total

15

Last Release

3980d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4f22df2e44f410890f8b8bcbef3d414f9a48b2a20d7586349d4afe9f92dea95c?d=identicon)[fuzaylov](/maintainers/fuzaylov)

---

Top Contributors

[![KingSolomon](https://avatars.githubusercontent.com/u/8579565?v=4)](https://github.com/KingSolomon "KingSolomon (27 commits)")[![fuzaylov](https://avatars.githubusercontent.com/u/1038592?v=4)](https://github.com/fuzaylov "fuzaylov (4 commits)")

---

Tags

laravelhtmlbladebootstrap

### Embed Badge

![Health badge](/badges/fuzaylov-bootstrap/health.svg)

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

###  Alternatives

[fitztrev/laravel-html-minify

Minifies the HTML output of Laravel 4 applications

414211.4k](/packages/fitztrev-laravel-html-minify)[yocmen/html-minify

Minifies the HTML output of Laravel 5 applications (Originally from https://github.com/fitztrev/laravel-html-minify)

1713.7k](/packages/yocmen-html-minify)[tomjamon/laravel-custom-html

Custom HTML generator for Laravel (Based on LaravelCollective HTML)

1018.6k](/packages/tomjamon-laravel-custom-html)[ken/blade-minify

Laravel Blade Minify

128.9k1](/packages/ken-blade-minify)

PHPackages © 2026

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