PHP Package: kirschbaum-development/eloquent-power-joins

Eloquent Power Joins is a PHP library that enhances Eloquent ORM for seamless database query optimization.

Current Version: 4.2.8
Last Updated: 2025-08-14
PHP Requirement: ^8.2
Dependencies:
illuminate/database
illuminate/support
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Eloquent Power Joins is a powerful PHP library designed to optimize database queries using Eloquent ORM. By leveraging its advanced features, developers can streamline data retrieval, improve performance, and enhance the overall efficiency of their applications. With support for complex joins and query optimizations, this library offers a comprehensive solution for managing relational data efficiently.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 4.2.8

Download Download v4.2.8

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/kirschbaum-development/eloquent-power-joins/4.2.8/loader.php';
require_once 'libs/illuminate/database/12.33.0/loader.php';
require_once 'libs/illuminate/support/12.33.0/loader.php';

use Kirschbaum\EloquentPowerJoins\EloquentPowerJoins;

$obj = new EloquentPowerJoins();
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.