Download the PHP package martin-georgiev/postgresql-for-doctrine without Composer
On this page you can find all versions of the php package martin-georgiev/postgresql-for-doctrine. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download martin-georgiev/postgresql-for-doctrine
More information about martin-georgiev/postgresql-for-doctrine
Files in martin-georgiev/postgresql-for-doctrine
Package postgresql-for-doctrine
Short Description Adds PostgreSQL enhancements to Doctrine. Provides support for JSON, JSONB and some array data types. Provides functions, operators and common expressions used when working with JSON data, arrays and features related to text search.
License MIT
Informations about the package postgresql-for-doctrine
What's this?
This package provides Doctrine support for some specific PostgreSQL 9.4+ features:
- Support of JSONB and some array data-types (at present integers, BOOL, TEXT and JSONB)
- Implementation of the most commonly used functions and operators when working with array and JSON data-types
- Functions for text search
- Aggregate functions
- Date functions
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.
What is available?
Full set of the available types can be found here.
Full set of the available functions and extra operators can be found here.
How to install?
Easiest and recommended way is with Composer
composer require martin-georgiev/postgresql-for-doctrine
How to integrate with your framework?
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.
License
This package is licensed under the MIT License.
All versions of postgresql-for-doctrine with dependencies
ext-ctype Version *
ext-json Version *
ext-mbstring Version *
doctrine/dbal Version ~2.10||~3.0||~4.0