PHPackages                             ssmusoke/blade-healthicons - 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. ssmusoke/blade-healthicons

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

ssmusoke/blade-healthicons
==========================

A package to easily make use of Health icons in your Laravel Blade views.

0.2(4y ago)14.7k1MITPHPPHP ^7.4|^8.0

Since Jul 17Pushed 4y agoCompare

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

READMEChangelog (2)Dependencies (6)Versions (3)Used By (0)

Blade Icons Template
====================

[](#blade-icons-template)

[ ![Tests](https://github.com/ssmusoke/blade-healthicons/workflows/Tests/badge.svg)](https://github.com/ssmusoke/blade-healthicons/actions?query=workflow%3ATests)[ ![Latest Stable Version](https://camo.githubusercontent.com/ca8bf9998703cda21f0a781c6b26bf3e552f2a98b5ca2233889e1492efbce134/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f73736d75736f6b652f626c6164652d6865616c746869636f6e733f7374796c653d706c)](https://packagist.org/packages/ssmusoke/blade-healthicons)[ ![Total Downloads](https://camo.githubusercontent.com/8aca64c1381cca75aa93e8c9516525c9fef914ea960333211b407c0e2a3fe70f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f73736d75736f6b652f626c6164652d6865616c746869636f6e73)](https://packagist.org/packages/ssmusoke/blade-healthicons)A package to easily make use of [Health Icons](https://healthicons.org/) in your Laravel Blade views.

For a full list of available icons see [the SVG directory](resources/svg) or preview them at [healthicons.org](https://healthicons.org/).

Requirements
------------

[](#requirements)

- PHP 7.4 or higher
- Laravel 8.0 or higher

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

[](#installation)

```
composer require ssmusoke/blade-healthicons
```

Updating
--------

[](#updating)

Please refer to [`the upgrade guide`](UPGRADE.md) when updating the library.

Blade Icons
-----------

[](#blade-icons)

Blade HealthIcons uses Blade Icons under the hood. Please refer to [the Blade Icons readme](https://github.com/blade-ui-kit/blade-icons) for additional functionality. We also recommend to [enable icon caching](https://github.com/blade-ui-kit/blade-icons#caching) with this library.

Configuration
-------------

[](#configuration)

Blade HealthIcons also offers the ability to use features from Blade Icons like default classes, default attributes, etc. If you'd like to configure these, publish the `blade-healthicons.php` config file:

```
php artisan vendor:publish --tag=blade-healthicons-config
```

Usage
-----

[](#usage)

Icons can be used as self-closing Blade components which will be compiled to SVG icons:

```

```

You can also pass classes to your icon components:

```

```

And even use inline styles:

```

```

There are 3 types of styles for each icon:

1. Filled

```

```

2. Negative

```

```

3. Outline

```

```

### Raw SVG Icons

[](#raw-svg-icons)

If you want to use the raw SVG icons as assets, you can publish them using:

```
php artisan vendor:publish --tag=blade-healthicons --force
```

Then use them in your views like:

```

```

Changelog
---------

[](#changelog)

Check out the [CHANGELOG](CHANGELOG.md) in this repository for all the recent changes.

Maintainers
-----------

[](#maintainers)

Blade HealthIcons is developed and maintained by [Stephen Senkomago Musoke](https://ssmusoke.com)

License
-------

[](#license)

Blade HealthIcons is open-sourced software licensed under [the MIT license](LICENSE.md).

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% 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 ~0 days

Total

2

Last Release

1766d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6bfeb441d462c1c7ddedd7e77342f7561ca703cee703321a15fe1d57c4af48f6?d=identicon)[ssmusoke](/maintainers/ssmusoke)

---

Top Contributors

[![mallardduck](https://avatars.githubusercontent.com/u/619938?v=4)](https://github.com/mallardduck "mallardduck (4 commits)")[![ssmusoke](https://avatars.githubusercontent.com/u/689900?v=4)](https://github.com/ssmusoke "ssmusoke (4 commits)")

---

Tags

laravelbladehealth icons

###  Code Quality

TestsPest

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/ssmusoke-blade-healthicons/health.svg)

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

###  Alternatives

[mallardduck/blade-lucide-icons

A package to easily make use of Lucide icons in your Laravel Blade views.

89600.0k16](/packages/mallardduck-blade-lucide-icons)[stijnvanouplines/blade-country-flags

A package to easily make use of country flags in your Laravel Blade views.

26307.2k6](/packages/stijnvanouplines-blade-country-flags)[technikermathe/blade-lucide-icons

A package to easily make use of Lucide icons in your Laravel Blade views.

18299.2k7](/packages/technikermathe-blade-lucide-icons)[saade/blade-iconsax

A package to easily make use of Iconsax in your Laravel Blade views.

21138.5k](/packages/saade-blade-iconsax)[mckenziearts/blade-untitledui-icons

A package to easily make use of UntitledUI icons in your Laravel Blade views.

16104.9k5](/packages/mckenziearts-blade-untitledui-icons)[afatmustafa/blade-hugeicons

A package to easily make use of Hugeicons(Free version) in your Laravel Blade views.

13129.0k3](/packages/afatmustafa-blade-hugeicons)

PHPackages © 2026

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