silex-spear / dbal-provider
A Silex provider for Doctrine DBAL
2.0.0
2015-03-02 13:10 UTC
Requires
- php: >=5.4
- doctrine/dbal: ~2.2
- puzzle/configuration: ~1.7
- silex/silex: ~1.2
This package is not auto-updated.
Last update: 2024-10-26 17:47:06 UTC
README
A silex provider for Doctine DBAL using puzzle/configuration (https://github.com/Niktux/puzzle-configuration)
Installation
{
"require": {
"silex-spear/dbal-provider": "~2.0"
}
}
or
composer require silex-spear/dbal-provider
What is the config/db.yml-dist.example
file ?
It's a configuration example file for the configuration file hydrator karma (https://github.com/Niktux/karma)