PHPackages                             myclabs/muih - 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. myclabs/muih

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

myclabs/muih
============

PHP and Javascrcipt helpers for creation of Bootstrap 3 UI elements

0.1.6(11y ago)524.5kMITPHP

Since Mar 21Pushed 11y ago4 watchersCompare

[ Source](https://github.com/myclabs/MUIH)[ Packagist](https://packagist.org/packages/myclabs/muih)[ Docs](http://github.com/myclabs/muih)[ RSS](/packages/myclabs-muih/feed)WikiDiscussions master Synced 2mo ago

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

MUIH
====

[](#muih)

[![Build Status](https://camo.githubusercontent.com/9b80673d941275343b4eb77d5426c24d4ec96a3b1156fa0a295dce66aafb5a3d/68747470733a2f2f7472617669732d63692e6f72672f6d79636c6162732f4d5549482e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/myclabs/MUIH) [![Coverage Status](https://camo.githubusercontent.com/906c42933aa3533dfa7c209a63f91df782986e5c451e08a6dddbb89877ecb4e1/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6d79636c6162732f4d5549482f62616467652e706e67)](https://coveralls.io/r/myclabs/MUIH) [![Latest Stable Version](https://camo.githubusercontent.com/ea6c55c3b3e7016ec48e2002a936b7e44cb2a0b44a04ae45ea97c78e37d0b087/68747470733a2f2f706f7365722e707567782e6f72672f6d79636c6162732f6d7569682f762f737461626c652e706e67)](https://packagist.org/packages/myclabs/muih) [![Total Downloads](https://camo.githubusercontent.com/c953849b7557ade363fdcec80b9b8c57d447676aa78a80959d0f37c833bd4798/68747470733a2f2f706f7365722e707567782e6f72672f6d79636c6162732f6d7569682f646f776e6c6f6164732e706e67)](https://packagist.org/packages/myclabs/muih) [![License](https://camo.githubusercontent.com/ce50ccb7b26b14b098bd6d0e74880064b1bb1b8d461f9427650cba341351ed6f/68747470733a2f2f706f7365722e707567782e6f72672f6d79636c6162732f6d7569682f6c6963656e73652e706e67)](https://packagist.org/packages/myclabs/muih)

MUIH, for Myc-lab User Interface Helper, is a PHP and Javascript library containing helpers for creation of Bootstrap 3 UI elements.

It is aiming to provide plain php objects for html/js component and helper for Zend1, Zend2 and twig(to be implemented).

Usage:

```
$button = new Button('Some Label', 'info');
$button->display();
```

This will echo a simple html button. Alternatively, you can use render() to get the code.

```
$modal = new Modal('Some Content');

$modal->setHeaderContent('Some Title');
$modal->addAttribute('id', 'some_id');
$modal->getBody()->addClass('some-class');

$modal->display();
```

This will echo a modal #some\_id element, with body having .some-class class.

```
echo $this->button('Show Modal')->showModal('some_id');
```

You can also use helper fer Zend1 and Zend2.

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 96.2% 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 ~10 days

Total

7

Last Release

4378d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8220feb8a3d9f1df987987c33494da696aca6929179a6281cdbe45623fcbec0f?d=identicon)[myclabs](/maintainers/myclabs)

---

Top Contributors

[![valentin-claras](https://avatars.githubusercontent.com/u/4446791?v=4)](https://github.com/valentin-claras "valentin-claras (25 commits)")[![mnapoli](https://avatars.githubusercontent.com/u/720328?v=4)](https://github.com/mnapoli "mnapoli (1 commits)")

---

Tags

helperuibootstrap3

### Embed Badge

![Health badge](/badges/myclabs-muih/health.svg)

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

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M687](/packages/barryvdh-laravel-ide-helper)[livewire/flux

The official UI component library for Livewire.

9385.0M86](/packages/livewire-flux)[mexitek/phpcolors

A series of methods that let you manipulate colors. Just incase you ever need different shades of one color on the fly.

5003.6M18](/packages/mexitek-phpcolors)[beste/json

A simple JSON helper to decode and encode JSON

4222.7M3](/packages/beste-json)[chillerlan/php-settings-container

A container class for immutable settings objects. Not a DI container.

3427.3M21](/packages/chillerlan-php-settings-container)[kartik-v/yii2-helpers

A collection of useful helper functions for Yii Framework 2.0

883.0M29](/packages/kartik-v-yii2-helpers)

PHPackages © 2026

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