Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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: