PHP Package: staudenmeir/eloquent-has-many-deep

Eloquent Has Many Deep is a PHP library allowing deep relationships in Laravel Eloquent models for efficient querying and manipulation.

Current Version: 1.21.1
Last Updated: 2025-06-29
PHP Requirement: ^8.2
Dependencies:
laravel/framework
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Eloquent Has Many Deep is a powerful PHP library designed for Laravel Eloquent models. It enables the creation of deep relationships, facilitating complex queries and data manipulation. With this library, developers can enhance the efficiency of their application's database interactions, leading to improved performance and streamlined workflows.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 1.21.1

Download Download v1.21.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/staudenmeir/eloquent-has-many-deep/1.21.1/loader.php';
require_once 'libs/laravel/framework/{lib_version}/loader.php';

use Illuminate\Database\Eloquent\Model;

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