testcontainers / testcontainers/testcontainers-php

Expose PDO DSN and Doctrine Database URL

Open
#23 0 comments 0 reactions 0 assignees View on GitHub

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.

  • getPdoDsn
  • getDoctrineDatabaseUrl

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.