opsway/doctrine-dbal-swoole-pgsql-driver

The PostgreSQL Swoole driver for Doctrine

Maintainers

Package info

github.com/opsway/doctrine-dbal-swoole-pgsql-driver

pkg:composer/opsway/doctrine-dbal-swoole-pgsql-driver

Statistics

Installs: 10 196

Dependents: 1

Suggesters: 0

Stars: 11

Open Issues: 1

4.0.0 2022-09-01 20:58 UTC

This package is auto-updated.

Last update: 2026-02-27 14:23:08 UTC


README

Doctrine DBAL Driver for Swoole Postgresql database connections

Installation

The easiest way to install this package is through composer:

$ composer require opsway/doctrine-dbal-swoole-pgsql-driver

Example

You can test functionality using supplied docker image, located in example folder. Cli example can be found in example/cli.php. HTTP server example can be found in example/server.php