Stars: 291
Forks: 39
Pull Requests: 118
Issues: 39
Watchers: 10
Last Updated: 2023-09-13 11:23:14
PostgreSQL enhancements for Doctrine. Provides support for advanced data types (json, jssnb, arrays), text search, array operators and jsonb specific functions.
License: MIT License
Languages: PHP
https://packagist.org/packages/martin-georgiev/postgresql-for-doctrine
This package provides Doctrine support for some specific PostgreSQL 9.4+ features:
It can be integrated in a simple manner with Symfony, Laravel and other frameworks that make use of Doctrine.
You can easily extend package's behaviour with your own array-like data-types or other desired functions. Read more about this in the contributing guide.
Full set of the available types can be found here.
Full set of the available functions and extra operators can be found here.
Easiest and recommended way is with Composer
composer require martin-georgiev/postgresql-for-doctrine
Read the guide with examples for Symfony.
Read the guide with examples for Laravel.
Read the guide with examples for Doctrine.
Check for common use-cases, examples and known errors.
This package is licensed under the MIT License.