testcontainers / testcontainers/testcontainers-php
Expose PDO DSN and Doctrine Database URL
Open
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 215
- Forks
- 34
- Avg merge
- 1h 59m
- Merged PRs (30d)
- 3
Description
The Java version provides a method to get the JDBC connection URL for RDBMS(MySQL, Postgres, etc.) directly.
Add similar features for PDO and Doctrine, eg.
getPdoDsngetDoctrineDatabaseUrl
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by finding the PHP code that exposes connection details and compare it with the Java method that returns a JDBC connection URL. Add the requested getPdoDsn and getDoctrineDatabaseUrl features for the supported RDBMS examples, then verify that each returns the expected connection URL.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100