PHPackages                             fiedsch/remote-listing-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. fiedsch/remote-listing-bundle

ActiveContao-bundle

fiedsch/remote-listing-bundle
=============================

Listings Bundle for 'remote' database connections

0.2.0(4y ago)011MITPHPPHP ^7.4 || ^8.0

Since Jun 13Pushed 4y ago1 watchersCompare

[ Source](https://github.com/fiedsch/remote-listing-bundle)[ Packagist](https://packagist.org/packages/fiedsch/remote-listing-bundle)[ RSS](/packages/fiedsch-remote-listing-bundle/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (1)Versions (6)Used By (0)

Remote Listing Bundle
=====================

[](#remote-listing-bundle)

Much like Contao's [ListingBundle](https://github.com/contao/contao/tree/4.x/listing-bundle)but for a database other than the one from the contao installation.

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

[](#installation)

Make sure, you have configured the `romote` database connection (see next section; don't forget to clear/rebuild Symfony's cache after the config change). Then run `composer require fiedsch/remote-listing-bundle`.

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

[](#configuration)

Provide a database connection named `remote` in `config/config.yml` like so:

```
doctrine:
    dbal:
        default_connection: default
        connections:
            default:
                driver: pdo_mysql
                host: '%database_host%'
                port: '%database_port%'
                dbname: '%database_name%'
                user: '%database_user%'
                password: '%database_password%'
                charset: UTF8
            remote:
                driver: pdo_mysql
                host: 'your_database_host'
                port: 'your_database_port'
                dbname: 'your_database_name'
                user: 'your_database_user'
                password: 'your_database_password'

```

Template
--------

[](#template)

The template provided is just an example. Adapt to your needs in the Contao back end.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

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

Total

5

Last Release

1789d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/891f6b4103361b3226338d9cfa724277634fc04d0a3eb770b48f8bf2f288c690?d=identicon)[fiedsch](/maintainers/fiedsch)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/fiedsch-remote-listing-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/fiedsch-remote-listing-bundle/health.svg)](https://phpackages.com/packages/fiedsch-remote-listing-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)[contao/manager-bundle

Provides the Contao Managed Edition

181.3M61](/packages/contao-manager-bundle)[codefog/contao-news_categories

News Categories bundle for Contao Open Source CMS

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

Node bundle for Contao Open Source CMS

3172.5k4](/packages/terminal42-contao-node)[terminal42/contao-folderpage

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

18147.9k9](/packages/terminal42-contao-folderpage)

PHPackages © 2026

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