PHPackages                             lagdo/ui-builder-bootstrap3 - 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. lagdo/ui-builder-bootstrap3

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

lagdo/ui-builder-bootstrap3
===========================

UI Builder extensions for the Bootstrap 3 framework.

v0.5.0(4mo ago)019MITPHPPHP &gt;=8.0

Since Aug 18Pushed 4mo ago1 watchersCompare

[ Source](https://github.com/lagdo/ui-builder-bootstrap3)[ Packagist](https://packagist.org/packages/lagdo/ui-builder-bootstrap3)[ Docs](https://github.com/lagdo/ui-builder-bootstrap)[ RSS](/packages/lagdo-ui-builder-bootstrap3/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (6)Dependencies (1)Versions (7)Used By (0)

[![Scrutinizer Code Quality](https://camo.githubusercontent.com/2a22dfd4d5d658478a71e22d34f6be36eed48e3b4b231286352383c8deda4f5d/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6c6167646f2f75692d6275696c6465722d626f6f747374726170332f6261646765732f7175616c6974792d73636f72652e706e673f623d6d61696e)](https://scrutinizer-ci.com/g/lagdo/ui-builder-bootstrap3/?branch=main)[![StyleCI](https://camo.githubusercontent.com/b1262bdaaa582df2f3630f8621370e88aea3609a6e0f08c83199e69bdfc86fc3/68747470733a2f2f7374796c6563692e696f2f7265706f732f3434393438303131342f736869656c643f6272616e63683d6d61696e)](https://styleci.io/repos/449480114)

[![Latest Stable Version](https://camo.githubusercontent.com/4ba5762bbad31c7e5748e493658312542954a1e7fb0bc60980b5614d35ef1e24/68747470733a2f2f706f7365722e707567782e6f72672f6c6167646f2f75692d6275696c6465722d626f6f747374726170332f762f737461626c65)](https://packagist.org/packages/lagdo/ui-builder-bootstrap3)[![Total Downloads](https://camo.githubusercontent.com/c3dd64978528f9f164aa40d6447453bd2ee0e287d54b7b79d1ffd788fd684214/68747470733a2f2f706f7365722e707567782e6f72672f6c6167646f2f75692d6275696c6465722d626f6f747374726170332f646f776e6c6f616473)](https://packagist.org/packages/lagdo/ui-builder-bootstrap3)[![License](https://camo.githubusercontent.com/c9bee1ac729d94af9dae2701b7cc9097e46407f563f9497f329539c5f250bfab/68747470733a2f2f706f7365722e707567782e6f72672f6c6167646f2f75692d6275696c6465722d626f6f747374726170332f6c6963656e7365)](https://packagist.org/packages/lagdo/ui-builder-bootstrap3)

Bootstrap 3 extension for the HTML UI builder
=============================================

[](#bootstrap-3-extension-for-the-html-ui-builder)

This package extends the [HTML UI builder](https://github.com/lagdo/ui-builder) and implements functions to create UI components for Bootstrap 3.

### Usage

[](#usage)

See the [HTML UI builder](https://github.com/lagdo/ui-builder) documentation.

Depending on the version of Bootstrap, a different class instance must provided where the `Lagdo\UiBuilder\BuilderInterface` is required.

For example, let say this `View` class is used to create HTML code.

```
use Lagdo\UiBuilder\BuilderInterface;

class View
{
    /**
     * @var BuilderInterface
     */
    protected $uiBuilder;

    /**
     * @param BuilderInterface
     */
    public function __construct(BuilderInterface $uiBuilder)
    {
        $this->uiBuilder = $uiBuilder;
    }
}
```

With the following example, the `View` class will generate HTML code for Bootstrap 3.

```
use Lagdo\UiBuilder\Bootstrap3\Builder;

$view = new View(new Builder());
```

### Contributing

[](#contributing)

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request

### License

[](#license)

Distributed under the MIT License. See `LICENSE.txt` for more information.

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance76

Regular maintenance activity

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity35

Early-stage or recently created project

 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 ~28 days

Recently: every ~2 days

Total

6

Last Release

132d ago

### Community

Maintainers

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

---

Top Contributors

[![feuzeu](https://avatars.githubusercontent.com/u/15174329?v=4)](https://github.com/feuzeu "feuzeu (42 commits)")

---

Tags

htmlbootstrapUI Builder

### Embed Badge

![Health badge](/badges/lagdo-ui-builder-bootstrap3/health.svg)

```
[![Health](https://phpackages.com/badges/lagdo-ui-builder-bootstrap3/health.svg)](https://phpackages.com/packages/lagdo-ui-builder-bootstrap3)
```

###  Alternatives

[phpoffice/phpword

PHPWord - A pure PHP library for reading and writing word processing documents (OOXML, ODF, RTF, HTML, PDF)

7.5k34.7M186](/packages/phpoffice-phpword)[latte/latte

☕ Latte: the intuitive and fast template engine for those who want the most secure PHP sites. Introduces context-sensitive escaping.

1.3k15.7M683](/packages/latte-latte)[twig/string-extra

A Twig extension for Symfony String

21946.0M133](/packages/twig-string-extra)[twig/markdown-extra

A Twig extension for Markdown

12114.3M83](/packages/twig-markdown-extra)[laminas/laminas-view

Fast and type safe HTML templating library with a flexible plugin system supporting multistep template composition

7526.3M230](/packages/laminas-laminas-view)[twig/html-extra

A Twig extension for HTML

777.6M41](/packages/twig-html-extra)

PHPackages © 2026

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