PHP Package: martin-georgiev/postgresql-for-doctrine
PostgreSQL for Doctrine is a PHP library that enables seamless integration of PostgreSQL with the Doctrine ORM for efficient data management.
Package Description
PostgreSQL for Doctrine optimizes database interactions, empowering developers to leverage advanced PostgreSQL features through Doctrine ORM. It simplifies complex data handling, enhances performance, and ensures data integrity. The library offers robust support for PostgreSQL-specific functionalities, such as JSONB data type and advanced indexing. With PostgreSQL for Doctrine, developers can build scalable and high-performance applications that benefit from PostgreSQL's rich feature set.
Download Latest Version: 3.5.1

Previous Versions
v2.10.1
v2.10.2 - Coming soon
v2.10.3 - Coming soon
v3.0.0 - Coming soon
v3.0.1 - Coming soon
v3.0.2 - Coming soon
v3.1.0 - Coming soon
v3.2.0
v3.2.1
v3.2.2
v3.4.0
v3.4.1
v3.5.0
Code Integration Example
Make sure to include the correct namespace and class paths for proper usage.
<?php
// Example from PHPlibraries.com
require_once 'libs/martin-georgiev/postgresql-for-doctrine/3.5.1/loader.php';
require_once 'libs/doctrine/orm/3.5.2/loader.php';
use PostgreSQL\Doctrine\Connection;
use PostgreSQL\Doctrine\Types\JsonbType;
$obj = new Connection();
echo '✅ Test OK: ' . get_class($obj);
?>
We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.
Community Discussion
Ask questions, share tips, or report issues below.