PHP Package: tpetry/laravel-postgresql-enhanced

Laravel PostgreSQL Enhanced library provides advanced features for seamless integration with PostgreSQL databases in Laravel applications.

Current Version: 2.3.4
Last Updated: Date not available
PHP Requirement: ^8.0
Dependencies:
laravel/framework
illuminate/database
postgres/postgres
⚠️ To ensure full functionality, the above dependencies might be required.

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.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 3.0.0

Clock Coming soon

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/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.