PHPackages                             lukasbableck/contao-svg-icon-picker-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. lukasbableck/contao-svg-icon-picker-bundle

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

lukasbableck/contao-svg-icon-picker-bundle
==========================================

This bundle adds a svg icon picker widget to Contao.

1.1.0(5mo ago)1192↓35%1[1 issues](https://github.com/lukasbableck/contao-svg-icon-picker-bundle/issues)LGPL-3.0-or-laterPHPPHP ^8.3

Since Aug 19Pushed 4d ago1 watchersCompare

[ Source](https://github.com/lukasbableck/contao-svg-icon-picker-bundle)[ Packagist](https://packagist.org/packages/lukasbableck/contao-svg-icon-picker-bundle)[ GitHub Sponsors](https://github.com/lukasbableck)[ RSS](/packages/lukasbableck-contao-svg-icon-picker-bundle/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (14)Versions (9)Used By (0)

contao-svg-icon-picker-bundle
=============================

[](#contao-svg-icon-picker-bundle)

This bundle adds a svg icon picker widget to Contao.

Configuration
-------------

[](#configuration)

Create a field in your DCA/RSCE/...

```
'icon' => [
	'inputType' => 'svgIconPicker',
	'eval' => [
		'sourceDirectory' => 'files/icons',
		'metadataDirectory' => 'files/icons/metadata',
		'tl_class' => 'clr'
	],
	'sql' => 'blob NULL',
],
```

Put your SVG icons in the specified `sourceDirectory`.
Icon metadata like search terms and labels can be provided via an icons.json, which has to be placed in the `metadataDirectory`. Providing metadata is completely optional.
Currently only an icons.json file in the scheme of the [FontAwesome icons.json](https://github.com/FortAwesome/Font-Awesome/blob/7.x/metadata/icons.json) is supported.
Glyphs are not supported yet.

Usage
-----

[](#usage)

This extension provides a Twig function to render the SVG icon in your templates.

```
{{ svg_icon(icon) }}
```

###  Health Score

40

—

FairBetter than 86% of packages

Maintenance66

Regular maintenance activity

Popularity17

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 95.5% 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 ~26 days

Recently: every ~33 days

Total

8

Last Release

177d ago

PHP version history (2 changes)1.0.0PHP ^8.1

1.1.0PHP ^8.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/0154055676f978a6dc41986c2923866b7d344ccfaca7fe23b4f46953d96fbec3?d=identicon)[lukasbableck](/maintainers/lukasbableck)

---

Top Contributors

[![lukasbableck](https://avatars.githubusercontent.com/u/42083846?v=4)](https://github.com/lukasbableck "lukasbableck (21 commits)")[![zoglo](https://avatars.githubusercontent.com/u/55794780?v=4)](https://github.com/zoglo "zoglo (1 commits)")

---

Tags

svgiconpickerFontAwesometablerlucide

###  Code Quality

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/lukasbableck-contao-svg-icon-picker-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/lukasbableck-contao-svg-icon-picker-bundle/health.svg)](https://phpackages.com/packages/lukasbableck-contao-svg-icon-picker-bundle)
```

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k18.3M430](/packages/easycorp-easyadmin-bundle)[symfony/framework-bundle

Provides a tight integration between Symfony components and the Symfony full-stack framework

3.6k257.3M12.4k](/packages/symfony-framework-bundle)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.8M674](/packages/shopware-core)[contao/core-bundle

Contao Open Source CMS

1301.7M3.1k](/packages/contao-core-bundle)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k6.0M777](/packages/sylius-sylius)[chameleon-system/chameleon-base

The Chameleon System core.

1029.4k6](/packages/chameleon-system-chameleon-base)

PHPackages © 2026

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