gertvdb / legacy-bridge-bundle
bridge symfony 5
Installs: 21 841
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 0
Open Issues: 0
Requires
- php: >=8.1
- symfony/config: ^6.1
- symfony/contracts: ^3.1
- symfony/dependency-injection: ^6.1
- symfony/event-dispatcher: ^6.1
- symfony/http-foundation: ^6.1
- symfony/http-kernel: ^6.1
Requires (Dev)
- phpunit/phpunit: ^9.5
- rector/rector: 0.12.9
- roave/security-advisories: dev-latest
- symplify/easy-coding-standard: 10.0.6
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 👍