PHPackages                             nerdcel/kirby3-favicon - 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. nerdcel/kirby3-favicon

ActiveKirby-plugin[Utility &amp; Helpers](/categories/utility)

nerdcel/kirby3-favicon
======================

Kirby3 plugin to create favicons from the panel.

1.2.0(4mo ago)02.0kMITPHPPHP &gt;= 8.1 &lt; 8.5

Since Feb 7Pushed 4mo ago2 watchersCompare

[ Source](https://github.com/nerdcel/kirby3-favicon)[ Packagist](https://packagist.org/packages/nerdcel/kirby3-favicon)[ Docs](https://github.com/nerdcel/kirby3-favicon)[ RSS](/packages/nerdcel-kirby3-favicon/feed)WikiDiscussions main Synced 1mo ago

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

Kirby3 Favicons
===============

[](#kirby3-favicons)

This plugin provides helpers to render modern and legacy favicon file for your website.

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

[](#installation)

### Download

[](#download)

Download and copy this repository to `/site/plugins/kirby3-favicon`.

### Git submodule

[](#git-submodule)

```
git submodule add https://github.com/nerdcel/kirby3-favicon.git site/plugins/kirby3-favicon

```

### Composer

[](#composer)

```
composer require nerdcel/kirby3-favicon

```

Setup
-----

[](#setup)

Simply add the following fields to your site blueprint and upload the images.

```
fields:
  faviconsvg:
    type: files
    label: Favicon SVG
    uploads:
      parent: site
      template: svg
    max: 1

  faviconimage:
    type: files
    label: Favicon Legacy
    uploads:
      parent: site
      template: favicon
    max: 1
```

What's happening
----------------

[](#whats-happening)

The Plugin provides a route for the favicon.ico and converts the uploaded legacy image to an .ico image. For modern purpose, an SVG and multiple versions of a PNG file are rendered. Additionally, a manifest.webmanifest route is added to map the right images.

Helpers for the Template
------------------------

[](#helpers-for-the-template)

To output the favicons, add the 'favicons' snippet to the header of your site and see if the result matches your needs.

License
-------

[](#license)

MIT

Credits
-------

[](#credits)

- [Marcel Hieke](https://github.com/nerdcel)

###  Health Score

46

—

FairBetter than 93% of packages

Maintenance77

Regular maintenance activity

Popularity18

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity68

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

Recently: every ~262 days

Total

7

Last Release

125d ago

PHP version history (3 changes)1.0.0PHP &gt;= 8.0 &lt; 8.2

1.1.0-alpha-1PHP &gt;= 8.1 &lt; 8.4

1.2.0PHP &gt;= 8.1 &lt; 8.5

### Community

Maintainers

![](https://www.gravatar.com/avatar/62cdaab427d91cc19875dc8a62e4bee3ff640b236ca5cde2ec4ca7f65fac0148?d=identicon)[nerdcel](/maintainers/nerdcel)

---

Top Contributors

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

---

Tags

kirbykirby-pluginkirby-cmskirby3getkirby

###  Code Quality

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/nerdcel-kirby3-favicon/health.svg)

```
[![Health](https://phpackages.com/badges/nerdcel-kirby3-favicon/health.svg)](https://phpackages.com/packages/nerdcel-kirby3-favicon)
```

###  Alternatives

[belugadigital/kirby-navigation

Kirby 5 field for hierarchical menus with drag &amp; drop level indentation.

8713.4k](/packages/belugadigital-kirby-navigation)[bnomei/kirby3-dotenv

Kirby Plugin for environment variables from .env

4144.1k1](/packages/bnomei-kirby3-dotenv)[beebmx/kirby-env

Enable env variables to Kirby

2037.9k2](/packages/beebmx-kirby-env)[bnomei/kirby3-recently-modified

Kirby Section to display recently modified content pages

309.3k](/packages/bnomei-kirby3-recently-modified)[johannschopplich/kirby-helpers

Environment, SEO, and build utilities for Kirby CMS

277.4k](/packages/johannschopplich-kirby-helpers)[moritzebeling/kirby-favicon

Kirby plugin to meet all favicon needs

144.8k](/packages/moritzebeling-kirby-favicon)

PHPackages © 2026

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