PHPackages                             wongyip/html-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. wongyip/html-icons

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

wongyip/html-icons
==================

HTMl Icons

v0.1.1(1y ago)0530MITPHPPHP &gt;=8.1

Since Jun 26Pushed 1y ago1 watchersCompare

[ Source](https://github.com/wongyip/html-icons)[ Packagist](https://packagist.org/packages/wongyip/html-icons)[ Docs](https://github.com/wongyip/html-icons)[ RSS](/packages/wongyip-html-icons/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (1)Versions (3)Used By (0)

Self-rendered HTML Icons
========================

[](#self-rendered-html-icons)

- Early stage of development, use with care.
- Developed with initial support of FontAwesome 6 icons pack.
- Extensible to support other icons font pack.

Usage (default, FontAwesome icons)
----------------------------------

[](#usage-default-fontawesome-icons)

PHP:

```
echo
    implode("\n", [
        Icon::make('ufo')->render(),
        Icon::make('ufo')->duotone()->render(),
        Icon::make('ufo')->flipVertical()->render(),
        Icon::make('ufo')->fixedWidth()->render(),
        Icon::make('ufo')->size(5)->render(),
        Icon::make('ufo')->duotone()->flipVertical()->fixedWidth()->size(5)->render(),
    ]);
```

Output:

```
&zwnj;
&zwnj;
&zwnj;
&zwnj;
&zwnj;
&zwnj;
```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

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

Total

2

Last Release

619d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/9350540?v=4)[wongyip](/maintainers/wongyip)[@wongyip](https://github.com/wongyip)

### Embed Badge

![Health badge](/badges/wongyip-html-icons/health.svg)

```
[![Health](https://phpackages.com/badges/wongyip-html-icons/health.svg)](https://phpackages.com/packages/wongyip-html-icons)
```

PHPackages © 2026

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