PHP Package: tpetry/laravel-postgresql-enhanced
Laravel PostgreSQL Enhanced library provides advanced features for seamless integration with PostgreSQL databases in Laravel applications.
Package Description
Laravel PostgreSQL Enhanced is a powerful library designed to enhance the functionality of Laravel applications when working with PostgreSQL databases. It offers a wide range of features, including advanced query optimizations, improved data handling, and seamless integration with Laravel's Eloquent ORM. By leveraging the capabilities of PostgreSQL, this library aims to provide developers with a robust and efficient solution for building high-performance web applications.
Download Latest Version: 3.0.0

Previous Versions
v2.3.4
v2.4.0 - Coming soon
v2.4.1 - Coming soon
Code Integration Example
Make sure to include the correct namespace and class paths for proper usage.
<?php
// Example from PHPlibraries.com
require_once 'libs/tpetry/laravel-postgresql-enhanced/3.0.0/loader.php';
require_once 'libs/laravel/framework/{lib_version}/loader.php';
require_once 'libs/illuminate/database/12.18.0/loader.php';
require_once 'libs/postgres/postgres/{lib_version}/loader.php';
use Tpetry\LaravelPostgreSQLEnhanced\Connection;
use Illuminate\Database\Query\Builder;
$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.