opsway / doctrine-dbal-swoole-pgsql-driver
The PostgreSQL Swoole driver for Doctrine
Installs: 9 439
Dependents: 1
Suggesters: 0
Security: 0
Stars: 10
Watchers: 4
Forks: 6
Open Issues: 1
Requires
- php: ^8.1
- beberlei/assert: ^3.3
- doctrine/dbal: ^3.2
Requires (Dev)
- openswoole/ide-helper: ^v4.10.0.x-dev
- opsway/psr12-strict-coding-standard: ^0.7.0
- vimeo/psalm: ^4.22
- weirdan/doctrine-psalm-plugin: ^2.0
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