You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$clam = new Connection('tcp://localhost:3310'); // returns -> new Network('localhost', 3310)
$version = $clam->version();
🎤 Pitch
I would like to use a single environment variable that would include the type of connection and the connection details. I'd like to give users or administrators the option to use the Network class or Pipe class with a single string.
👀 Have you spent some time to check if this issue has been raised before?
🔖 Feature description
Implement DSN connection strings.
Examples:
And here's an example of how it could look.
🎤 Pitch
I would like to use a single environment variable that would include the type of connection and the connection details. I'd like to give users or administrators the option to use the Network class or Pipe class with a single string.
👀 Have you spent some time to check if this issue has been raised before?
🏢 Have you read the Code of Conduct?