thecodingmachine/dbal-universal-module

Cross-framework module for doctrine/dbal

v0.4.1 2017-12-14 12:44 UTC

This package is auto-updated.

Last update: 2024-09-07 00:27:32 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.