PHPackages                             nemesarial/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. nemesarial/fontawesome-bundle

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

nemesarial/fontawesome-bundle
=============================

FontAwesome 3.0 Bundle for Symfony2

07JavaScript

Since Jun 12Pushed 13y ago1 watchersCompare

[ Source](https://github.com/Nemesarial/FontAwesomeBundle)[ Packagist](https://packagist.org/packages/nemesarial/fontawesome-bundle)[ RSS](/packages/nemesarial-fontawesome-bundle/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

NemFontAwesomeBundle - Font Awesome for Symfony2
================================================

[](#nemfontawesomebundle---font-awesome-for-symfony2)

### Current Version

[](#current-version)

**Font Awesome 3.1.1** - Created &amp; Maintained by Dave Gandy

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

[](#installation)

### Add bundle to your composer.json file

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

```
// composer.json

{
    "require": {
		// ...
        "nemesarial/fontawesome-bundle": "*"
    }
}
```

### Add bundle to your application kernel

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

```
// app/AppKernel.php

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

### Download the bundle using Composer and Install assets

[](#download-the-bundle-using-composer-and-install-assets)

```
$ php composer.phar update nemesarial/fontawesome-bundle
$ php app/console assets:install --symlink web
```

Use the `--symlink` attribute to create links rather than copies of the resources

Usage
-----

[](#usage)

### Easy Bootstrap + Font Awesome Integration

[](#easy-bootstrap--font-awesome-integration)

`head` section in your template, e.g.

```

```

### Custom Bootstrap + Font Awesome Integration using LESS

[](#custom-bootstrap--font-awesome-integration-using-less)

[more information here](http://fortawesome.github.com/Font-Awesome/#integration)

References
==========

[](#references)

- [Font Awesome](http://fortawesome.github.com/Font-Awesome/)
- [Bootstrap](http://twitter.github.com/bootstrap/)
- [Symfony](http://symfony.com/)

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/acfe1510fac3d03fe47a80500c86c4279c66a918cb2ca5a162e2e102d7c026e5?d=identicon)[Nemesarial](/maintainers/Nemesarial)

---

Top Contributors

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

### Embed Badge

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

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

PHPackages © 2026

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