Download the PHP package efureev/dsn without Composer
On this page you can find all versions of the php package efureev/dsn. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package dsn
DSN Parser
Description
There is no official DSN RFC. We have defined a DSN configuration string as using the following definition. The "URL looking" parts of a DSN is based from RFC 3986.
Kinds
String DSN
Template: <scheme>://<username>:<password>@<host>:<port>/<database>
http://localhostlocalhost:8080https://examlple.comexamlple.comhttp://127.0.0.1/foo/bar?key=valuememcached://127.0.0.1memcached:///var/local/run/memcached.socket?weight=25mysql://john:pass@localhost:3306/my_dbscheme:///var/local/run/memcached.socket?weight=25
Parameters DSN
Template: <scheme>:host=<host>;port=<port>;dbname=<database>
mysql:host=localhost;dbname=exampleocdb://?Driver=ODBC+Driver+13+for+SQL+Server&server=localhost&database=WideWorldImporters&trusted_connection=Yes
Install
For php >= 8.2
Test
All versions of dsn with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.2|^8.3|^8.4
The package efureev/dsn contains the following files
Loading the files please wait ...