PHPackages                             mltstephane/blade-ui - 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. mltstephane/blade-ui

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

mltstephane/blade-ui
====================

Opinionated blade components

3.0.0(1y ago)087MITBladePHP ^8.3

Since Apr 30Pushed 1y ago1 watchersCompare

[ Source](https://github.com/MltStephane/blade-ui)[ Packagist](https://packagist.org/packages/mltstephane/blade-ui)[ Docs](https://github.com/mltstephane/blade-ui)[ RSS](/packages/mltstephane-blade-ui/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (15)Versions (23)Used By (0)

Opinionated blade components
============================

[](#opinionated-blade-components)

[![Latest Version on Packagist](https://camo.githubusercontent.com/8f2921a072a7d6c0ab2d8fb84aca49d633f90f21ace23fb6596036f7a34055ad/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d6c747374657068616e652f626c6164652d75692e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/mltstephane/blade-ui)[![GitHub Tests Action Status](https://camo.githubusercontent.com/e8109bb3a8ea6578da59da414479418f261e8b8bfbfcd3b4ac676cc9734cec8a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6d6c747374657068616e652f626c6164652d75692f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/mltstephane/blade-ui/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/19acd7a9b3a1c887cd8edff168af28a55851f2dd12935336d0a015e954d15e31/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6d6c747374657068616e652f626c6164652d75692f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/mltstephane/blade-ui/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/68d6a57109d1efb6df0ad73a63b9d8c71d0c549f6a9f71009773c77a29c80d56/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d6c747374657068616e652f626c6164652d75692e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/mltstephane/blade-ui)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

Support us
----------

[](#support-us)

[![](https://camo.githubusercontent.com/4b8ed726c31f0bca8f5dced029d7e2917448fcdb3897291adf565d49d28ddd8d/68747470733a2f2f6769746875622d6164732e73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f626c6164652d75692e6a70673f743d31)](https://spatie.be/github-ad-click/blade-ui)

We invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).

We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).

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

[](#installation)

You can install the package via composer:

```
composer require mltstephane/blade-ui
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="blade-ui-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="blade-ui-config"
```

This is the contents of the published config file:

```
return [
];
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="blade-ui-views"
```

Usage
-----

[](#usage)

```
$bladeUi = new MltStephane\BladeUi();
echo $bladeUi->echoPhrase('Hello, MltStephane!');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Stéphane MULOT](https://github.com/MltStephane)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

36

—

LowBetter than 81% of packages

Maintenance50

Moderate activity, may be stable

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 97.6% 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 ~16 days

Recently: every ~74 days

Total

22

Last Release

382d ago

Major Versions

1.1.22 → 2.0.02024-06-29

2.0.3 → 3.0.02025-04-21

### Community

Maintainers

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

---

Top Contributors

[![MltStephane](https://avatars.githubusercontent.com/u/64021677?v=4)](https://github.com/MltStephane "MltStephane (41 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")

---

Tags

laravelblade-ui

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/mltstephane-blade-ui/health.svg)

```
[![Health](https://phpackages.com/badges/mltstephane-blade-ui/health.svg)](https://phpackages.com/packages/mltstephane-blade-ui)
```

###  Alternatives

[ryangjchandler/blade-capture-directive

Create inline partials in your Blade templates with ease.

8222.2M12](/packages/ryangjchandler-blade-capture-directive)[spatie/laravel-blade-comments

Add debug comments to your rendered output

177325.5k](/packages/spatie-laravel-blade-comments)[vormkracht10/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

24149.7k](/packages/vormkracht10-laravel-mails)[daikazu/laravel-glider

Start using Glide on-the-fly instantly in your Laravel blade templates.

882.3k](/packages/daikazu-laravel-glider)[combindma/dash-ui

A streamlined and stylish UI component library for Laravel Blade, crafted with TailwindCSS and AlpineJs for simplicity and elegance.

631.4k](/packages/combindma-dash-ui)

PHPackages © 2026

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