Skip to content

KojoEnch/Pfilsx-PostgreSQLDoctrineBundle

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PostgreSQL Doctrine Bundle

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],
];

About

Symfony bridge bundle for https://github.com/pfilsx/PostgreSQLDoctrine package

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • PHP 100.0%