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.

Current Version: 3.5.1
Last Updated: 2025-09-12
PHP Requirement: ^8.1
Dependencies:
doctrine/orm
⚠️ To ensure full functionality, the above dependencies might be required.

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.

🔗 View on GitHub

Download Latest Version: 3.5.1

Download Download v3.5.1

Previous Versions

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.