PHPackages                             edgarez/faviconbundle - 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. edgarez/faviconbundle

Abandoned → [edgar/ez-uifavicon-bundle](/?search=edgar%2Fez-uifavicon-bundle)Ezplatform-bundle[Utility &amp; Helpers](/categories/utility)

edgarez/faviconbundle
=====================

Favicon generator Bundle for eZPlatform

1.0.4(9y ago)0141GPL-2.0PHPPHP &gt;=5.3.3

Since Oct 6Pushed 9y ago3 watchersCompare

[ Source](https://github.com/noodle69/EdgarEzFaviconBundle)[ Packagist](https://packagist.org/packages/edgarez/faviconbundle)[ RSS](/packages/edgarez-faviconbundle/feed)WikiDiscussions master Synced yesterday

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

EdgarEzFaviconBundle
====================

[](#edgarezfaviconbundle)

[![Latest Stable Version](https://camo.githubusercontent.com/444c9c33bfe052c99adba418232d9a17f1cca6ae8350fa5e713201e862e0280f/68747470733a2f2f706f7365722e707567782e6f72672f6564676172657a2f66617669636f6e62756e646c652f762f737461626c65)](https://packagist.org/packages/edgarez/faviconbundle)[![Total Downloads](https://camo.githubusercontent.com/c5fc2c15c162c56110b2cedbdf769027687bf44bcecf5c15a5988d5ae4157116/68747470733a2f2f706f7365722e707567782e6f72672f6564676172657a2f66617669636f6e62756e646c652f646f776e6c6f616473)](https://packagist.org/packages/edgarez/faviconbundle)[![License](https://camo.githubusercontent.com/80f080051b64e9c4553527b0c34c4598d728fde0a38545a3e800ae289d871a5c/68747470733a2f2f706f7365722e707567782e6f72672f6564676172657a2f66617669636f6e62756e646c652f6c6963656e7365)](https://packagist.org/packages/edgarez/faviconbundle)[![SensioLabsInsight](https://camo.githubusercontent.com/2f69e88f4ecec48a7bb146bd84f17f1e4d3a9a589d5cbe78b90882580239fcc8/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f37336464303965302d323739312d346434362d626536662d3666616465383930646363302f6d696e692e706e67)](https://insight.sensiolabs.com/projects/73dd09e0-2791-4d46-be6f-6fade890dcc0)

> Integrate generation of a multiplatform favicon with [RealFaviconGenerator](http://realfavicongenerator.net/) into your eZPlatform application. Inspired by RealFaviconGeneratorBundle by joaoalves89 ()

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

[](#installation)

### Get the bundle using composer

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

Add EdgarEzFaviconBundle by running this command from the terminal at the root of your eZPlatform project:

```
composer require edgarez/faviconbundle
```

### Enable the bundle

[](#enable-the-bundle)

To start using the bundle, register the bundle in your application's kernel class:

```
// ezpublish/EzPublishKernel.php
public function registerBundles()
{
    $bundles = array(
        // ...
        new EdgarEz\FaviconBundle\EdgarEzFaviconBundle(),
        // ...
    );
}
```

### Configure bundle

[](#configure-bundle)

```
# ezpublish/config/config.yml
edgar_ez_favicon:
    system:
        acme_group: #for each siteaccess
            api_key: ... #required
            master_picture: @AcmeBundle/Resources/public/images/acme/photo.jpg #required
            package_dest: @AcmeBundle/Resources/public/images/acme/favicons/ #required
            favicons_view: @AcmeBundle/Resources/views/acme/favicons.html.twig #required
            versioning: true
            favicon_design:
                desktop_browser: []
                ios:
                    picture_aspect: "background_and_margin"
                    margin: 0
                    background_color: "#fff"
                windows:
                    picture_aspect: "white_silhouette"
                    background_color: "#fff"
                firefox_app:
                    picture_aspect: "circle"
                    keep_picture_in_circle: true
                    circle_inner_margin: 5
                    background_color: "#fff"
                    manifest:
                        app_name: "bar"
                        app_description: "bar description"
                android_chrome:
                    picture_aspect: "shadow"
                    theme_color: "#fff"
                    manifest:
                        name: "bar"
                        display: "standalone"
                        orientation: "portrait"
                safari_pinned_tab:
                    picture_aspect: "black_and_white"
                    threshold: 60
                    theme_color: "#fff"
                coast:
                    picture_aspect: "background_and_margin"
                    background_color: "#fff"
                    margin: 4
                open_graph:
                    picture_aspect: "background_and_margin"
                    background_color: "#fff"
                    margin: 4
                    ratio: "1.91:1"
                yandex_browser:
                    background_color: "#fff"
                    manifest:
                        show_title: true
                        version: "1.0"
        acme: #or/and especially for acme siteaccess
            # ... same as before
```

- api\_key : visit RealFaviconGenerator website to obtain your own API Key for Non-interactive mode
- master\_picture : define path of image model used to generate favicons
- package\_dest : define were favicon images would be uploaded
- favicons\_view : define which twig template would be used to be completed with all head links favicons
- versioning : define if GET parameter would be adder after favicons path
- favicon\_design : all parameters are not implemented, see documentation ([http://realfavicongenerator.net/api/non\_interactive\_api#.VhrCqnrtlBc](http://realfavicongenerator.net/api/non_interactive_api#.VhrCqnrtlBc))

### How to use

[](#how-to-use)

```
// generate favicons for global configuration (acme_group)
php ezpublish/console edgar_ez:favicon

// generate favicons only for acme siteaccess
php ezpublish/console edgar_ez:favicon --siteaccess=demo

// install favicons uploaded in your AcmeBundle
php ezpublish/console asset:install
```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity62

Established project with proven stability

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

Recently: every ~113 days

Total

6

Last Release

3468d ago

Major Versions

0.0.1 → 1.0.02015-10-06

### Community

Maintainers

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

---

Top Contributors

[![noodle69](https://avatars.githubusercontent.com/u/6176289?v=4)](https://github.com/noodle69 "noodle69 (19 commits)")

### Embed Badge

![Health badge](/badges/edgarez-faviconbundle/health.svg)

```
[![Health](https://phpackages.com/badges/edgarez-faviconbundle/health.svg)](https://phpackages.com/packages/edgarez-faviconbundle)
```

###  Alternatives

[krizon/php-ga-measurement-protocol

Easy use of the Google Analytics Measurement Protocol in PHP

110603.9k5](/packages/krizon-php-ga-measurement-protocol)[amplifier/yii-amqp

AMQP adapter for Yii

2237.3k](/packages/amplifier-yii-amqp)[baidubce/bce-sdk-php

BCE SDK for PHP

152.6k2](/packages/baidubce-bce-sdk-php)

PHPackages © 2026

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