PHPackages                             plenta/contao-tooltip-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. plenta/contao-tooltip-bundle

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

plenta/contao-tooltip-bundle
============================

Tooltip Bundle

1.1.1(1y ago)2467↓50%[1 issues](https://github.com/plenta/contao-tooltip-bundle/issues)proprietaryPHPPHP ^8.1

Since Nov 21Pushed 1y ago3 watchersCompare

[ Source](https://github.com/plenta/contao-tooltip-bundle)[ Packagist](https://packagist.org/packages/plenta/contao-tooltip-bundle)[ Docs](https://github.com/plenta/contao-tooltip-bundle)[ RSS](/packages/plenta-contao-tooltip-bundle/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (3)Versions (6)Used By (0)

Contao Modal / Dialog / Tooltip / Overlay
=========================================

[](#contao-modal--dialog--tooltip---overlay)

Easy way to get editor friendly additional information as a tooltip/modal, popup/dialog or overlay.
Add tooltips/modal/dialog/overlay next to a lot of elements.

Elements will be loaded by ajax.

Copy generated insert tag directly from source to clipboard to put it where ever you want.

Example: `{{plenta_tooltip::alias}}`

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

[](#installation)

### Install using Contao Manager

[](#install-using-contao-manager)

Search for **tooltip**, **dialog** or **modal** and you will find this extension.

### Install using Composer

[](#install-using-composer)

```
composer require plenta/contao-tooltip-bundle
```

System requirements
-------------------

[](#system-requirements)

- PHP: `^8.0`
- Contao: `^4.13 || ^5.3` (later for Contao 5)

Settings
--------

[](#settings)

### Modal Popup Width Configuration

[](#modal-popup-width-configuration)

Choose from a variety of predefined max-width settings available in the tooltip options. Additionally, you have the flexibility to incorporate custom sizes by adjusting the `config.yml` file.

```
# Predefined  sizes
plenta_tooltip:
    tooltip_sizes:
        small:
            cssClass: tooltip-small
        medium:
            cssClass: tooltip-medium
        large:
            cssClass: tooltip-large
```

Each predefined tooltip size corresponds to a specific CSS custom property, offering a seamless integration into your design.

```
:root {
    --plenta-tooltip-max-width-large: 1280px;
    --plenta-tooltip-max-width-medium: 680px;
    --plenta-tooltip-max-width-small: 380px;
    --plenta-tooltip-max-width-default: var(--plenta-tooltip-max-width-medium);
}
```

Resources Integration
---------------------

[](#resources-integration)

To effortlessly incorporate the plugin into your project, minimal CSS and JavaScript files are supplied. These files are loaded during the insert tag replacement process. The CSS file appends its styles to the `$GLOBALS['TL_CSS']['plenta_tooltip']` variable, while the JavaScript file appends its code to the `$GLOBALS['TL_BODY']['plenta_tooltip_js']` variable.

[![Contao tooltip rxample](docs/images/example.png)](docs/images/example.png)

[![Popup example](docs/images/modal-dialog.png)](docs/images/modal-dialog.png)

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance28

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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

Total

5

Last Release

530d ago

Major Versions

0.1.1 → 1.0.02023-12-05

PHP version history (2 changes)0.1.0PHP ^7.4 || ^8.1

1.1.0PHP ^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/4e698eeac17626477d7cf01b20eb70612fd74b9608df826bc0ebceb5afcacba7?d=identicon)[plenta](/maintainers/plenta)

---

Top Contributors

[![veronikaplenta](https://avatars.githubusercontent.com/u/88315148?v=4)](https://github.com/veronikaplenta "veronikaplenta (11 commits)")[![chwchw](https://avatars.githubusercontent.com/u/8430041?v=4)](https://github.com/chwchw "chwchw (10 commits)")[![christianbarkowsky](https://avatars.githubusercontent.com/u/1230547?v=4)](https://github.com/christianbarkowsky "christianbarkowsky (1 commits)")[![zoglo](https://avatars.githubusercontent.com/u/55794780?v=4)](https://github.com/zoglo "zoglo (1 commits)")

---

Tags

contaotooltip

###  Code Quality

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/plenta-contao-tooltip-bundle/health.svg)

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

###  Alternatives

[codefog/contao-haste

haste extension for Contao Open Source CMS

42650.8k139](/packages/codefog-contao-haste)[madeyourday/contao-rocksolid-custom-elements

Create your own, nestable content elements using a modular system. End the WYSIWYG chaos with your own content elements.

50341.9k12](/packages/madeyourday-contao-rocksolid-custom-elements)[codefog/contao-news_categories

News Categories bundle for Contao Open Source CMS

3183.3k6](/packages/codefog-contao-news-categories)[terminal42/contao-folderpage

Provides a new page type for Contao that allows you to group pages into folders.

18147.9k9](/packages/terminal42-contao-folderpage)[inspiredminds/contao-wowjs

Integrates WOW.js for Contao content elements and form fields.

1813.0k](/packages/inspiredminds-contao-wowjs)[pdir/social-feed-bundle

Social feed extension for Contao CMS

1414.8k](/packages/pdir-social-feed-bundle)

PHPackages © 2026

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