PHPackages                             kaung199/htmltagcomponent - 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. kaung199/htmltagcomponent

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

kaung199/htmltagcomponent
=========================

HTML tag comopnent with validation using bootstrap class for Laravel Application

v1.5(1y ago)6441MITBlade

Since May 25Pushed 1y ago1 watchersCompare

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

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

[![PHP from Packagist](https://camo.githubusercontent.com/ea667fad0365c4bd53901b5a281b3a86a7ed349620cd976ae6cc0e8b428de5d0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f746f6d7369782f6c61726176656c2d636f6d706f6e656e74732d6c6962726172793f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/ea667fad0365c4bd53901b5a281b3a86a7ed349620cd976ae6cc0e8b428de5d0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f746f6d7369782f6c61726176656c2d636f6d706f6e656e74732d6c6962726172793f7374796c653d666c61742d737175617265)[![Latest Version on Packagist](https://camo.githubusercontent.com/9563793797d12fe668d01de1ed8be361ff9ef41e2532b791aebd5f3319dc8b99/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6b61756e673139392f68746d6c746167636f6d706f6e656e742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/kaung199/htmltagcomponent)[![Total Downloads](https://camo.githubusercontent.com/4811e9fd786d844814da8e4ebd7b3a9cac310feec82082104ccfd1157f2d2e96/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6b61756e673139392f68746d6c746167636f6d706f6e656e742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/kaung199/htmltagcomponent)

HTML Tag Components Package for Laravel
=======================================

[](#html-tag-components-package-for-laravel)

HTML Tag Component Package with validation using bootstrap class for Laravel.

Installation &amp; setup
------------------------

[](#installation--setup)

You can install the package via composer:

```
composer require kaung199/htmltagcomponent

```

Usage
-----

[](#usage)

### Usages Form Components

[](#usages-form-components)

The form components can be used with the `forms` prefix.

#### Form

[](#form)

```

```

These attributes are special:

- **method** `( Required )`
- **action** `( Required )`
- **class** (nullable)
- **id** (nullable)
- **formName** (nullable)

#### Submit Button

[](#submit-button)

```

```

These attributes are special:

- **label** `( Required )`
- **name** (nullable)
- **form** (nullable)
- **class** (nullable)
- **id** (nullable)

#### Button

[](#button)

```

```

These attributes are special:

- **label** `( Required )`
- **id** (nullable)
- **class** (nullable)
- **name** (nullable)
- **readOnly** (nullable)
- **disabled** (nullable)

#### Text Input

[](#text-input)

```

```

These attributes are special:

- **name** `( Required )`
- **id** (nullable)
- **class** (nullable)
- **value** (nullable)
- **placeholder** (nullable)
- **label** (nullable)
- **required** (nullable)

#### Number Input

[](#number-input)

```

```

These attributes are special:

- **name** `( Required )`
- **id** (nullable)
- **class** (nullable)
- **value** (nullable)
- **placeholder** (nullable)
- **label** (nullable)
- **required** (nullable)

#### Password Input

[](#password-input)

```

```

These attributes are special:

- **name** `( Required )`
- **id** (nullable)
- **class** (nullable)
- **value** (nullable)
- **placeholder** (nullable)
- **label** (nullable)
- **required** (nullable)

#### Hidden Input

[](#hidden-input)

```

```

These attributes are special:

- **name** `( Required )`
- **id** (nullable)
- **class** (nullable)
- **value** (nullable)

#### Text Area

[](#text-area)

```

```

These attributes are special:

- **name** `( Required )`
- **id** (nullable)
- **class** (nullable)
- **value** (nullable)
- **placeholder** (nullable)
- **label** (nullable)
- **required** (nullable)

#### Select Option (Key =&gt; Value)

[](#select-option-key--value)

```

```

These attributes are special:

- **name** `( Required )`
- **multiple** (nullable)
- **selected** (nullable)
- **class** (nullable)
- **placeholder** (nullable)
- **label** (nullable)
- **required** (nullable)
- **readOnly** (nullable)
- **disabled** (nullable)
- **list** `( Required )`

#### Select Option (Value =&gt; Value)

[](#select-option-value--value)

```

```

These attributes are special:

- **name** `( Required )`
- **multiple** (nullable)
- **selected** (nullable)
- **class** (nullable)
- **placeholder** (nullable)
- **label** (nullable)
- **required** (nullable)
- **readOnly** (nullable)
- **disabled** (nullable)
- **list** `( Required )`

#### File

[](#file)

```

```

These attributes are special:

- **JQuery Required**
- **name** `( Required )`
- **id** `( Required )`
- **label** (nullable)
- **fileType** (nullable)
- **class** (nullable)
- **uploadableFileCount** `( Required )`
- **required** (nullable)
- **placeholder** (nullable)

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance36

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity48

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.

###  Release Activity

Cadence

Every ~96 days

Recently: every ~121 days

Total

6

Last Release

597d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/395e188852af7f1c9d2269f16950c540256666381ea656e3efc81d88503adb59?d=identicon)[kaung199](/maintainers/kaung199)

---

Top Contributors

[![kaung199](https://avatars.githubusercontent.com/u/51979289?v=4)](https://github.com/kaung199 "kaung199 (16 commits)")

---

Tags

laravelcomponentbootstraphtml-tag

### Embed Badge

![Health badge](/badges/kaung199-htmltagcomponent/health.svg)

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

###  Alternatives

[anahkiasen/former

A powerful form builder

1.4k1.4M14](/packages/anahkiasen-former)[patricktalmadge/bootstrapper

Twitter Bootstrap markup generator

557407.2k4](/packages/patricktalmadge-bootstrapper)[rinvex/laravel-menus

Rinvex Menus is a simple menu builder package for Laravel, that supports hierarchical structure, ordering, and styling with full flexibility using presenters for easy styling and custom structure of menu rendering.

294.0k20](/packages/rinvex-laravel-menus)[nguyendachuy/laravel-menu

Laravel Menu Builder | Drag &amp; Drop | Bootstrap | Laravel 7 | Laravel 8 | Laravel 9 | Laravel 10 | Laravel 11 | Laravel 12

162.2k](/packages/nguyendachuy-laravel-menu)

PHPackages © 2026

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