thecodingmachine / dbal-universal-module
Cross-framework module for doctrine/dbal
Requires
- php: >=7.1
- doctrine/dbal: ~2.0
- thecodingmachine/funky: ^1
This package is auto-updated.
Last update: 2024-11-07 00:53:44 UTC
README
This package integrates Doctrine DBAL in any container-interop compatible framework/container.
Installation
composer require thecodingmachine/dbal-universal-module
Once installed, you need to register the TheCodingMachine\DbalServiceProvider
into your container.
If your container supports thecodingmachine/discovery integration, you have nothing to do. Otherwise, refer to your framework or container's documentation to learn how to register service providers.
Introduction
This service provider is meant to provide one connection to your database. If you need more than one connection to your database, please configure your container directly.
Expected values / services
This service provider expects the following configuration / services to be available:
Provided services
This service provider provides the following services:
Extended services
This service provider does not extend any service.