PHPackages                             guave/visualradio-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. guave/visualradio-bundle

ActiveContao-bundle

guave/visualradio-bundle
========================

Visual Radio Field for Contao 5.0+

3.0.1(1mo ago)02.8k1[2 issues](https://github.com/guavestudios/VisualRadioBundle/issues)2ISCPHPPHP ^8.1CI failing

Since Nov 7Pushed 1mo ago3 watchersCompare

[ Source](https://github.com/guavestudios/VisualRadioBundle)[ Packagist](https://packagist.org/packages/guave/visualradio-bundle)[ Docs](https://www.guaveinteractive.ch)[ RSS](/packages/guave-visualradio-bundle/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (18)Versions (22)Used By (2)

Visual Radio Bundle
===================

[](#visual-radio-bundle)

This is a small extension for Contao to display radio buttons with images.

Requirements
------------

[](#requirements)

- Contao 5.0+
- PHP 8.1+

Install
-------

[](#install)

```
$ composer require guave/visualradio-bundle
```

Usage
-----

[](#usage)

Add the visual radio as a field. Required are the following:

- the templates as an array for options (without `ce_`)
- `eval['imagePath']` is a path within your webroot
- `eval['imageExt']` is the file extension of your images

```
$GLOBALS['TL_DCA']['tl_content']['fields']['visualradio'] = [
    'inputType' => 'visualradio',
    'options' => [
        '2col-text',
        '1col-img'
    ],
    'eval' => [
        'imagePath' => 'files/content-elements/images',
        'imageExt' => '.jpg',
    ],
    'sql' => ['type' => 'string', 'length' => 255, 'default' => ''],
];
```

###  Health Score

55

—

FairBetter than 97% of packages

Maintenance93

Actively maintained with recent releases

Popularity21

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity76

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

Recently: every ~197 days

Total

19

Last Release

36d ago

Major Versions

1.3.0 → 2.02022-02-22

1.4.0 → 3.0.02026-01-21

PHP version history (4 changes)1.0PHP ^7.1

1.2.0PHP ^7.2

2.0.1PHP ^7.4 || ^8.0

3.0.0PHP ^8.1

### Community

Maintainers

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

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/guave-visualradio-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/guave-visualradio-bundle/health.svg)](https://phpackages.com/packages/guave-visualradio-bundle)
```

PHPackages © 2026

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