Open
Description
Currently, Symfony can generate Docker Composer file, it is great.
If there is a Plan to integrate TestContainers or DevContainers automatically by detecting the libs in the project, like Spring Boot or Quarkus/Micronaut(I am a java developer most of the time)?
For example, the Database URL add a tc:
prefix in the connection URL to activate TestContainers directly.
BTW, I noticed the Testcontainers started a PHP project, but the experience is not so good (it seems the project is only tested on Unix compatible system, I encountered connection issues under Windows), I think it was not widely used at the moment.
I found there are two Testcontainers PHP implementation projects:
- https://opencodeco.github.io/testcontainers-php/ (The development is inactive, but personally I like the code structure in this project)
- https://github.com/testcontainers/testcontainers-php
Metadata
Metadata
Assignees
Labels
No labels