PHP Package: yajra/laravel-datatables-fractal

Laravel Datatables Fractal is a powerful PHP library for effortless data handling and manipulation with seamless integration for Laravel applications.

Current Version: 12.0.0
Last Updated: 2025-02-26
PHP Requirement: ^8.2
Dependencies:
illuminate/support
league/fractal
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Laravel Datatables Fractal is a comprehensive library that enables efficient data transformation, serialization, and presentation, enhancing the performance and user experience of Laravel projects. With seamless integration and robust functionalities, this library simplifies the process of managing complex data structures, making it an essential tool for developers seeking streamlined data handling solutions.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 12.0.0

Download Download v12.0.0

Code Integration Example

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

<?php
// Example from PHPlibraries.com
require_once 'libs/yajra/laravel-datatables-fractal/12.0.0/loader.php';
require_once 'libs/illuminate/support/12.18.0/loader.php';
require_once 'libs/league/fractal/{lib_version}/loader.php';

use Yajra\Datatables\DatatablesServiceProvider;
use League\Fractal\Manager;

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