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(4mo ago)1150↓87.5%[1 issues](https://github.com/lukasbableck/contao-svg-icon-picker-bundle/issues)LGPL-3.0-or-laterPHPPHP ^8.3

Since Aug 19Pushed 3mo 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 today

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

38

—

LowBetter than 83% of packages

Maintenance60

Regular maintenance activity

Popularity15

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

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

Recently: every ~33 days

Total

8

Last Release

132d 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)")

---

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.3k17.9M388](/packages/easycorp-easyadmin-bundle)[symfony/framework-bundle

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

3.6k251.7M11.6k](/packages/symfony-framework-bundle)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M572](/packages/shopware-core)[metamodels/core

MetaModels core

10156.4k68](/packages/metamodels-core)[chameleon-system/chameleon-base

The Chameleon System core.

1028.6k5](/packages/chameleon-system-chameleon-base)[contao/core-bundle

Contao Open Source CMS

1231.6M2.8k](/packages/contao-core-bundle)

PHPackages © 2026

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