PHP Package: staudenmeir/eloquent-eager-limit

Eloquent eager loading with query limit for Laravel models, enhancing performance and efficiency.

Current Version: 1.8.3
Last Updated: 2023-07-12
PHP Requirement: ^8.1
Dependencies:
illuminate/database
illuminate/support
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Eloquent Eager Limit is a PHP library designed for Laravel, optimizing eager loading capabilities by applying query limits to relationships. This tool enhances application performance and efficiency by streamlining database queries and reducing unnecessary data fetches, resulting in faster load times and smoother user experiences. With Eloquent Eager Limit, developers can ensure that their Laravel projects are scalable, maintainable, and responsive.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 1.8.3

Download Download v1.8.3

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/staudenmeir/eloquent-eager-limit/1.8.3/loader.php';
require_once 'libs/illuminate/database/12.33.0/loader.php';
require_once 'libs/illuminate/support/12.33.0/loader.php';

use Illuminate\Database\Capsule\Manager;

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