Download the PHP package icecave/lace without Composer
On this page you can find all versions of the php package icecave/lace. 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 lace
Lace
Lace is a DSN parser for Doctrine database and cache connections.
- Install via Composer package icecave/lace
- Read the API documentation
Lace was initially created to parse DSN URIs stored in environment variables on the Heroku platform.
Examples
Database DSN
The DatabaseDsnParser
class is responsible for parsing database DSNs into arrays compatible with
Doctrine DBAL's driver manager.
The following drivers are currently supported:
- PostgreSQL
- MySQL
- SQLite
Cache DSN
The CacheDsnParser
class is responsible for parsing DSNs into arrays with the necessary information.
The following drivers are currently supported:
- Redis
Contact us
- Follow @IcecaveStudios on Twitter
- Visit the Icecave Studios website
- Join
#icecave
on irc.freenode.net
All versions of lace with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5
The package icecave/lace contains the following files
Loading the files please wait ....