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

AbandonedArchivedSymfony-bundle[Utility &amp; Helpers](/categories/utility)

bmatzner/fontawesome-bundle
===========================

FontAwesome Bundle for Symfony2

4.7.0(9y ago)29494.8k↓20.3%62MITCSS

Since Jan 13Pushed 9y ago3 watchersCompare

[ Source](https://github.com/bmatzner/BmatznerFontAwesomeBundle)[ Packagist](https://packagist.org/packages/bmatzner/fontawesome-bundle)[ Docs](http://fortawesome.github.com/Font-Awesome/)[ RSS](/packages/bmatzner-fontawesome-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (1)Versions (14)Used By (2)

FontAwesome Bundle for Symfony2
===============================

[](#fontawesome-bundle-for-symfony2)

Current Version
---------------

[](#current-version)

Font Awesome v4.7.0

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

[](#installation)

### Add bundle to your composer.json file

[](#add-bundle-to-your-composerjson-file)

```
// composer.json

{
    "require": {
		// ...
        "bmatzner/fontawesome-bundle": "~4.7"
    }
}
```

### Add bundle to your application kernel

[](#add-bundle-to-your-application-kernel)

```
// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new Bmatzner\FontAwesomeBundle\BmatznerFontAwesomeBundle(),
        // ...
    );
}
```

### Download the bundle using Composer

[](#download-the-bundle-using-composer)

```
$ php composer.phar update bmatzner/fontawesome-bundle
```

### Install assets

[](#install-assets)

Given your server's public directory is named "web", install the public vendor resources

```
$ php app/console assets:install web
```

Optionally, use the --symlink attribute to create links rather than copies of the resources

```
$ php app/console assets:install --symlink web
```

Usage
-----

[](#usage)

Refer to the desired files in your HTML template, e.g.

```

```

Licenses
========

[](#licenses)

Refer to the source code of the included files for license information

References
==========

[](#references)

1.
2.

###  Health Score

42

—

FairBetter than 90% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity45

Moderate usage in the ecosystem

Community18

Small or concentrated contributor base

Maturity70

Established project with proven stability

 Bus Factor1

Top contributor holds 60% 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 ~115 days

Recently: every ~158 days

Total

13

Last Release

3484d ago

Major Versions

3.2.1 → 4.0.02013-10-26

### Community

Maintainers

![](https://www.gravatar.com/avatar/665fad4e0c685309ed3a1f9a1ff98ecd3f4bf331f13bf3ff8061ed68f57321b7?d=identicon)[bmatzner](/maintainers/bmatzner)

---

Top Contributors

[![Raphy](https://avatars.githubusercontent.com/u/3496595?v=4)](https://github.com/Raphy "Raphy (3 commits)")[![bigfoot90](https://avatars.githubusercontent.com/u/4598274?v=4)](https://github.com/bigfoot90 "bigfoot90 (1 commits)")[![koddistortion](https://avatars.githubusercontent.com/u/1405569?v=4)](https://github.com/koddistortion "koddistortion (1 commits)")

---

Tags

symfonycssgraphicstypographywebfonts

### Embed Badge

![Health badge](/badges/bmatzner-fontawesome-bundle/health.svg)

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

###  Alternatives

[winzou/state-machine-bundle

Bundle for the very lightweight yet powerful PHP state machine

34010.4M15](/packages/winzou-state-machine-bundle)[pentatrion/vite-bundle

Vite integration for your Symfony app

2755.3M13](/packages/pentatrion-vite-bundle)[maba/webpack-bundle

Bundle to Integrate Webpack to Symfony

123268.2k4](/packages/maba-webpack-bundle)[jbtronics/settings-bundle

A symfony bundle to easily create typesafe, user-configurable settings for symfony applications

9546.7k2](/packages/jbtronics-settings-bundle)[sensiolabs/minify-bundle

Assets Minifier (CSS, JS) for Symfony &amp; Minify integration in Asset Mapper

5694.9k1](/packages/sensiolabs-minify-bundle)[visuellverstehen/statamic-classify

A useful helper to add CSS classes to all HTML tags generated by the bard editor.

20116.8k](/packages/visuellverstehen-statamic-classify)

PHPackages © 2026

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