lionmm / laravel-pgbouncer-extension
Laravel PostgreSQL pgbouncer extension fix for PDO::ATTR_EMULATE_PREPARES option
Installs: 1 511
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 2
pkg:composer/lionmm/laravel-pgbouncer-extension
Requires
- php: >=7.4|>=8.0
- ext-pdo: *
- laravel/framework: >=7
This package is auto-updated.
Last update: 2025-09-19 17:48:12 UTC
README
This is a small fix for boolean values in Laravel with pgbouncer,
when PostgreSQL connection options set-up with parameter
PDO::ATTR_EMULATE_PREPARES => true
This is package version on this fix - https://github.com/t1nkl/Laravel-PostgreSQL-pgbouncer-Fix
Instruction:
composer require lionmm/laravel-pgbouncer-extension