silverorange/mdb2_driver_pgsql
This is the PostgreSQL MDB2 driver.
Maintainers
2.2.2
2025-10-27 17:42 UTC
Requires
- php: >=5.4
- ext-mbstring: *
- ext-pgsql: *
- pear/pear-core-minimal: ^1.9.0
- silverorange/mdb2: ^3.1.2
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.64.0
- phpstan/phpstan: ^1.12
- rector/rector: ^1.2
Suggests
None
Provides
None
Conflicts
None
Replaces
None
BSD-2-Clause d7d5640b279280e521adf1d556754900b3745061
- Michael Gauthier <mike.woop@silverorange.com>
README
Uses the pgsql PHP extension to provide PostgreSQL support for MDB2.
Supports:
- large objects
- reflection
- UUID
- JSON/JSONB
- transactions
This driver was previously bundled with MDB2 core. It's now split into a separate pacakge with MDB2 as a dependency.
