gertvdb/legacy-bridge-bundle

bridge symfony 5

Maintainers

Package info

github.com/gertvdb/LegacyBridgeBundle

pkg:composer/gertvdb/legacy-bridge-bundle

Statistics

Installs: 23 494

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

4.0.5 2026-01-08 13:18 UTC

This package is auto-updated.

Last update: 2026-03-08 14:09:18 UTC


README

Legacy Bridge Bundle

Bridging the gap between Legacy code and the symfony 5 framework

Getting started

composer require gertvdb/legacy-bridge-bundle

Contributing & Issues

If you have issue and want to improve something.

Fork and clone this repository:

  git clone git@github.com:<your-name>/legacy-bridge-bundle.git
  cd legacy-bridge-bundle
  docker-compose up
  ahoy composer install

3 Steps to Contribute

  • 1 feature per pull-request
  • new feature must have tests
  • tests, code checks and static analysis must pass:
  ahoy composer ecs
  ahoy composer phpunit
  ahoy composer phpstan

We would be happy to merge your feature then 👍