PHPackages                             venture-oak-labs/favicon-generator-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. venture-oak-labs/favicon-generator-bundle

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

venture-oak-labs/favicon-generator-bundle
=========================================

Integrate generation of a multiplatform favicon with RealFaviconGenerator into your Symfony application.

1.0.0(10y ago)8702[1 issues](https://github.com/joaoalves89/RealFaviconGeneratorBundle/issues)[1 PRs](https://github.com/joaoalves89/RealFaviconGeneratorBundle/pulls)MITPHPPHP &gt;=5.4

Since Oct 8Pushed 7y ago1 watchersCompare

[ Source](https://github.com/joaoalves89/RealFaviconGeneratorBundle)[ Packagist](https://packagist.org/packages/venture-oak-labs/favicon-generator-bundle)[ RSS](/packages/venture-oak-labs-favicon-generator-bundle/feed)WikiDiscussions master Synced 2d ago

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

RealFaviconGeneratorBundle
==========================

[](#realfavicongeneratorbundle)

> Integrate generation of a multiplatform favicon with [RealFaviconGenerator](http://realfavicongenerator.net/) into your Symfony application.

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

[](#installation)

### Get the bundle using composer

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

Add RealFaviconGeneratorBundle by running this command from the terminal at the root of your Symfony project:

```
composer require venture-oak-labs/favicon-generator-bundle
```

### Enable the bundle

[](#enable-the-bundle)

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

```
// app/AppKernel.php
public function registerBundles()
{
    $bundles = array(
        // ...
        new VentureOakLabs\FaviconGeneratorBundle\VentureOakLabsFaviconGeneratorBundle(),
        // ...
    );
}
```

### Configure bundle

[](#configure-bundle)

```
# app/config/config.yml
venture_oak_labs_favicon_generator:
    api_key: #required
```

### How to use

[](#how-to-use)

```
// The bundle provides a service to generate the favicons package based on a set of options.
$generator = $this->container->get('venture_oak_labs.favicon_generator.generator');

// Options
$options = array(
    'general' => array(
        'src' => # Required ( URL For image or image content encoded in Base64),
        'icons_path' => # Defaults to 'root'
    ),
    'design' => array(
        'desktop_browser', # By default provides Design for the classic desktop browsers. Configure the other as you like!
        'ios',
        'windows',
        'firefox_app',
        'android_chrome',
        'coast',
        'yandex_browser'
    ),
    'settings' => array(
        'compression',
        'scaling_algorithm',
        'error_on_image_too_small'
    )
);

$response = $generator->generate($options)

// The generated files have an available limit time. You can download and unpack them.
$response->downloadAndUnpack($outputDirectory, $directoryName) # Directory Name defaults to 'favicon_package'
```

Further reading about the available options: [http://realfavicongenerator.net/api/non\_interactive\_api#.VgQ5Frw2tZ4](http://realfavicongenerator.net/api/non_interactive_api#.VgQ5Frw2tZ4)

### This bundle is still in beta version!

[](#this-bundle-is-still-in-beta-version)

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity59

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

Total

2

Last Release

3922d ago

### Community

Maintainers

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

![](https://www.gravatar.com/avatar/411ccce2eacd7de1c234f82d89fca26a30987e22ec079f80bcfee8adb224673f?d=identicon)[atduarte](/maintainers/atduarte)

---

Top Contributors

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

---

Tags

symfonybundleRealFaviconGeneratorfavicon-generatorMultiplataform favicon

### Embed Badge

![Health badge](/badges/venture-oak-labs-favicon-generator-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/venture-oak-labs-favicon-generator-bundle/health.svg)](https://phpackages.com/packages/venture-oak-labs-favicon-generator-bundle)
```

###  Alternatives

[winzou/state-machine-bundle

Bundle for the very lightweight yet powerful PHP state machine

33910.7M19](/packages/winzou-state-machine-bundle)[pentatrion/vite-bundle

Vite integration for your Symfony app

2766.8M25](/packages/pentatrion-vite-bundle)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1189.8k](/packages/rcsofttech-audit-trail-bundle)[web-auth/webauthn-framework

FIDO2/Webauthn library for PHP and Symfony Bundle.

515100.5k3](/packages/web-auth-webauthn-framework)[web-auth/webauthn-symfony-bundle

FIDO2/Webauthn Security Bundle For Symfony

66529.9k11](/packages/web-auth-webauthn-symfony-bundle)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1616.4k14](/packages/2lenet-crudit-bundle)

PHPackages © 2026

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