PHPackages                             ameotoko/feathericon-bundle - 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. ameotoko/feathericon-bundle

ActiveSymfony-bundle

ameotoko/feathericon-bundle
===========================

v1.0.1(4y ago)0144MITPHPPHP ^7.4 || ^8.0

Since Jan 31Pushed 4y ago1 watchersCompare

[ Source](https://github.com/ameotoko/feathericon-bundle)[ Packagist](https://packagist.org/packages/ameotoko/feathericon-bundle)[ RSS](/packages/ameotoko-feathericon-bundle/feed)WikiDiscussions main Synced 1mo ago

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

Ameotoko FeatherIcons Bundle
============================

[](#ameotoko-feathericons-bundle)

Simple Symfony/Twig wrapper for [FeatherIcons](https://feathericons.com/) and [pixelrobin/php-feather](https://github.com/Pixelrobin/php-feather) library.

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

[](#installation)

1. Install using Composer:

```
composer require ameotoko/feathericon-bundle
```

2. Enable the bundle:

```
// config/bundles.php
return [
    // ...
    Ameotoko\FeatherIcon\AmeotokoFeatherIconBundle::class => ['all' => true],
];
```

Usage
-----

[](#usage)

The bundle provides new function in your Twig templates, which simply uses `getIcon()` from [php-feather](https://github.com/Pixelrobin/php-feather) under the hood.

This code in your `.html.twig` template:

```
{{ feathericon('send', {stroke: '#ddd', 'stroke-width': 4}) }} Submit
```

will produce the same result as:

```

 Submit
```

[See more](https://github.com/Pixelrobin/php-feather#usage) about using `php-feather`.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

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

Every ~94 days

Total

2

Last Release

1466d ago

PHP version history (2 changes)v1.0.0PHP ^7.4

v1.0.1PHP ^7.4 || ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/208b5dfb55f98ebdaf585d99255032fa917dad25b25501154840f9c2862199ee?d=identicon)[ameotoko](/maintainers/ameotoko)

---

Top Contributors

[![ameotoko](https://avatars.githubusercontent.com/u/10257912?v=4)](https://github.com/ameotoko "ameotoko (6 commits)")

### Embed Badge

![Health badge](/badges/ameotoko-feathericon-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/ameotoko-feathericon-bundle/health.svg)](https://phpackages.com/packages/ameotoko-feathericon-bundle)
```

PHPackages © 2026

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