Download the PHP package kartmax/dsn-parser without Composer
On this page you can find all versions of the php package kartmax/dsn-parser. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download kartmax/dsn-parser
More information about kartmax/dsn-parser
Files in kartmax/dsn-parser
Download kartmax/dsn-parser
More information about kartmax/dsn-parser
Files in kartmax/dsn-parser
Vendor kartmax
Package dsn-parser
Short Description A DSN parser for Mysql connection to support Laravel, Lumen and Core PHP
License MIT
Package dsn-parser
Short Description A DSN parser for Mysql connection to support Laravel, Lumen and Core PHP
License MIT
Please rate this library. Is it a good library?
Informations about the package dsn-parser
DSN Parser
A simple DSN parser for PHP projects.
Installation
Via Composer:
composer require kartmax/dsn-parser "^1.0.2"
Sample DSN
Usage
php DsnParser\Providers\DsnServiceProvider::class,
### Installation for Lumen
Register the service provider in bootstrap/app.php:
`$app->register(DsnParser\Providers\DsnServiceProvider::class);
`
All versions of dsn-parser with dependencies
PHP Build Version
Package Version
No informations.
The package kartmax/dsn-parser contains the following files
Loading the files please wait ....