nyholm/dsn
Parse your DSN strings in a powerful and flexible way
2.0.1
25M downloads/mo
#1020 most downloaded on Packagist
Nyholm/dsn
What this package is like to depend on
Last release 5 years ago
no release in 18 months
Ships fairly regularly
a new release about every 9 months
Nearly every release is documented
notes for 6 of 6 stable releases
Nothing withdrawn
no release was ever pulled
8 years old
8 releases · first in 2018
0 releases in the last 12 months
see the full history below
Release timeline
8 releases · Mar 2018 to Nov 2021Releases
latest 8-
2.0.118 Nov 2021 -
2.0.016 Oct 2020Release notes
Open source →Version 2 comes with a new definition was a DSN really is. It supports functions and a greater variety of DSN formats.
Changed
The
Nyholm\Dsnclass has been replaced withNyholm\Dsn\DsnParser. To get aDsn
object:// Before $dsn = new \Nyholm\DSN('mysql://localhost'); // After $dsn = \Nyholm\Dsn\DsnParser::parse('mysql://localhost');
See change log for more changes
-
2.0.0-beta211 Oct 2020 pre-releaseNothing published for this version
-
2.0.0-beta103 Oct 2020 pre-releaseNothing published for this version
-
1.0.111 Apr 2020 -
1.0.011 Dec 2018 -
0.1.111 Dec 2018 -
0.1.003 Mar 2018