PHPackages                             cvega/bootstrapform - 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. cvega/bootstrapform

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

cvega/bootstrapform
===================

Components for a bootstrap form

1.0.0(3y ago)14mitBladePHP ^7.3|^8.0

Since Jun 7Pushed 3y ago1 watchersCompare

[ Source](https://github.com/carlosvegab/bootstrapform)[ Packagist](https://packagist.org/packages/cvega/bootstrapform)[ RSS](/packages/cvega-bootstrapform/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Bootstrap Form
==============

[](#bootstrap-form)

Components for a bootstrap form fields.

[![MIT License](https://camo.githubusercontent.com/7c124530b7c185c6928998842a1a52ed4bfd21071bf67db8f325f470cc3160a3/68747470733a2f2f696d672e736869656c64732e696f2f61706d2f6c2f61746f6d69632d64657369676e2d75692e7376673f)](https://github.com/tterb/atomic-design-ui/blob/master/LICENSEs)

Author
------

[](#author)

- [Carlos Vega](https://www.carlosvega.net)

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

[](#installation)

Install Bootstrapform with Composer

```
  composer require cvega/bootstrapform
```

And run Laravel Artisan command to publish content

```
  php artisan vendor:publish --provider="Cvega\Bootstrapform\src\BootstrapformServiceProvider.php" --tag="bootstrapform_components"
```

You need to use Bootstrap 5.

Documentation
-------------

[](#documentation)

After installed, you will have the following files:

```
- some components located in resources/views/components/bootstrapform

```

How Can You Use This Components?

You must use it in your views:

```

    @csrf

```

Each one of this components will render the following code.

Inputs:

```

```

```

      TEXT FOR LABEL

```

Select (values need to be formatted with json\_encode function):

```

```

```

      TEXT FOR LABEL

            Opt. 1
            Opt. 2
            Opt. 3
            Opt. 4
            Opt. 5
            Opt. 6
            Opt. 7

```

Color picker:

```

```

```

      TEXT FOR LABEL

```

File:

```

```

```

      TEXT FOR LABEL

```

Checkbox (checked possible values are "1" for "checked" and "0")

```

```

```

      TEXT FOR LABEL

```

Textarea:

```

```

```

      TEXT FOR LABEL
      CONTENT FOR TEXTAREA

```

Button:

```

```

```

```

Make sure you are using Bootstrap 5.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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

Unknown

Total

1

Last Release

1441d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0f6f86250e377430bffde4892d368d85e97e1b6e5ee46d09f81643b580614c19?d=identicon)[carlosvega.net](/maintainers/carlosvega.net)

---

Top Contributors

[![carlosvegab](https://avatars.githubusercontent.com/u/106979457?v=4)](https://github.com/carlosvegab "carlosvegab (3 commits)")

### Embed Badge

![Health badge](/badges/cvega-bootstrapform/health.svg)

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

###  Alternatives

[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[whitecube/nova-flexible-content

Flexible Content &amp; Repeater Fields for Laravel Nova.

8053.0M25](/packages/whitecube-nova-flexible-content)[mopa/bootstrap-bundle

Easy integration of twitters bootstrap into symfony2

7042.9M33](/packages/mopa-bootstrap-bundle)[limenius/react-bundle

Client and Server-side react rendering in a Symfony Bundle

3871.2M](/packages/limenius-react-bundle)[nicmart/string-template

StringTemplate is a very simple string template engine for php. I've written it to have a thing like sprintf, but with named and nested substutions.

2101.7M30](/packages/nicmart-string-template)[symfony/ux-icons

Renders local and remote SVG icons in your Twig templates.

555.8M69](/packages/symfony-ux-icons)

PHPackages © 2026

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