pfilsx / postgresql-doctrine-bundle
This Symfony bundle provides extended Doctrine DBAL and Doctrine migrations classes for postgresql specific features support
Installs: 2 341
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 1
Forks: 1
Open Issues: 0
Type:symfony-bundle
Requires
- php: ^8.1
- doctrine/dbal: ^3.5
- doctrine/doctrine-bundle: ^2.8
- doctrine/migrations: ^3.5
- pfilsx/postgresql-doctrine: ^1.2
- symfony/framework-bundle: ^6.2
Requires (Dev)
- doctrine/orm: ^2.13
- friendsofphp/php-cs-fixer: ^3.13
- symfony/serializer: >=5.4
README
Description
Provides symfony-bridge for pfilsx/postgresql-doctrine package.
Features
Requirement
- PHP ^8.1
- doctrine/dbal ^3.5.1
- doctrine/migrations ^3.5.2
- doctrine/doctrine-bundle ^2.8
- symfony/serializer >=5.4 (optional)
Installation
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-bundle
Register bundle into config/bundles.php
(Flex did it automatically):
return [ ... Pfilsx\PostgreSQLDoctrineBundle\PostgreSQLDoctrineBundle::class => ['all' => true], ];