| Install | |
|---|---|
composer require pfilsx/postgresql-doctrine |
|
| Latest Version: | v1.10.0 |
| PHP: | ^8.1 |
Provides extended Doctrine and Doctrine migrations PostgreSQL support with specific features such as enums, arrays and aggregate and JSON(B) functions.
Open a command console, enter your project directory and execute the following command to download the latest version of this bundle:
composer require pfilsx/postgresql-doctrine
Please refer Doctrine DBAL and Doctrine Migrations for instructions on how to override the default doctrine classes in your project.
Required steps:
For Symfony integration see PostgreSQLDoctrineBundle
This bundle is released under the MIT license.