An open API service indexing awesome lists of open source software.

https://github.com/driftphp/dbal-bundle

DBAL integration for DriftPHP
https://github.com/driftphp/dbal-bundle

Last synced: 6 months ago
JSON representation

DBAL integration for DriftPHP

Awesome Lists containing this project

README

          

# DriftPHP - DBAL Adapter

[![CircleCI](https://circleci.com/gh/driftphp/dbal-bundle.svg?style=svg)](https://circleci.com/gh/driftphp/dbal-bundle)

This is a simple adapter for DBAL on top of ReactPHP and DriftPHP. Following
the same structure that is followed in the Symfony ecosystem, you can use this
package as a Bundle, only usable under DriftPHP Framework.

Some first steps for you!

- [DBAL repository](https://github.com/driftphp/reactphp-dbal)
- [Go to DOCS](https://driftphp.io/#/?id=dbal-adapter)

or

- [Try a demo](https://github.com/driftphp/demo)
- [Install the skeleton](https://github.com/driftphp/skeleton)