PHPackages                             onix-systems-php/blade-icons - 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. onix-systems-php/blade-icons

ActiveLibrary

onix-systems-php/blade-icons
============================

An easy way inline SVG images in your Blade templates.

v1.0.0(2y ago)03MITPHP

Since Dec 7Pushed 2y ago2 watchersCompare

[ Source](https://github.com/onix-systems-php/hyperf-blade-icons)[ Packagist](https://packagist.org/packages/onix-systems-php/blade-icons)[ RSS](/packages/onix-systems-php-blade-icons/feed)WikiDiscussions main Synced 1mo ago

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

Inline SVG Icons for Hyperf Blade
=================================

[](#inline-svg-icons-for-hyperf-blade)

Implements [orchidsoftware/blade-icons](https://github.com/orchidsoftware/blade-icons) for Hyperf.

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

[](#installation)

To install this package, run the following command in your command line:

```
$ composer require onix-systems-php/blade-icons
```

Basic Usage
-----------

[](#basic-usage)

Publish config:

```
php bin/hyperf.php vendor:publish onix-systems-php/blade-icons
```

Add to `config/autoload/view.php`

```
'components' => [
    'hyperf-icon' => \OnixSystemsPHP\HyperfIcons\Component\IconComponent::class,
],
```

When calling the directory method with the first argument, we pass the prefix to call our icons and the second argument is the directory where they are located.

After that, we can call the component in our blade templates:

```

```

If you use one or two sets of icons that do not repeat, then it is not necessary to specify a prefix in the component:

```

```

You can also list some attributes that should be applied to your icon:

```

```

License
-------

[](#license)

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

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity42

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

891d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8e1c2e991197c9603eb160eb27e1be423eb683ee2eed293288993936444c20bb?d=identicon)[onix-systems-php](/maintainers/onix-systems-php)

---

Top Contributors

[![alexsyvolap](https://avatars.githubusercontent.com/u/80973788?v=4)](https://github.com/alexsyvolap "alexsyvolap (5 commits)")

---

Tags

phphyperf

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/onix-systems-php-blade-icons/health.svg)

```
[![Health](https://phpackages.com/badges/onix-systems-php-blade-icons/health.svg)](https://phpackages.com/packages/onix-systems-php-blade-icons)
```

###  Alternatives

[limingxinleo/hyperf-utils

Utils for Hyperf.

29133.9k3](/packages/limingxinleo-hyperf-utils)[hyperf/nacos

Nacos SDK

22487.9k10](/packages/hyperf-nacos)[hyperf/database-pgsql

A pgsql handler for hyperf/database.

12282.0k13](/packages/hyperf-database-pgsql)[jonas-elias/hyperf-oracle

A oracle handler for hyperf/database.

102.0k](/packages/jonas-elias-hyperf-oracle)

PHPackages © 2026

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