Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gertvdb/legacybridgebundle
Bridge a Legacy Application with Symfony 5
https://github.com/gertvdb/legacybridgebundle
bridge legacy symfony5
Last synced: about 1 month ago
JSON representation
Bridge a Legacy Application with Symfony 5
- Host: GitHub
- URL: https://github.com/gertvdb/legacybridgebundle
- Owner: gertvdb
- License: mit
- Created: 2019-12-27T08:04:40.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-10-10T05:42:37.000Z (about 2 years ago)
- Last Synced: 2024-11-11T16:09:07.434Z (about 2 months ago)
- Topics: bridge, legacy, symfony5
- Language: PHP
- Homepage:
- Size: 80.1 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Legacy Bridge Bundle
Bridging the gap between Legacy code and the symfony 5 framework
## Getting started
```bash
composer require gertvdb/legacy-bridge-bundle
```## Contributing & Issues
If you have issue and want to improve something.
**Fork** and clone this repository:
```bash
git clone [email protected]:/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**:```bash
ahoy composer ecs
ahoy composer phpunit
ahoy composer phpstan
```We would be happy to merge your feature then :+1: