PHP Package: yajra/laravel-datatables-fractal

A powerful PHP library for integrating Laravel with Datatables using Fractal to streamline data handling and presentation.

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

Package Description

Laravel Datatables Fractal library provides seamless integration between Laravel applications and Datatables while leveraging the power of Fractal for efficient data transformation and serialization. With this library, developers can easily manage complex data structures and present them elegantly within their Laravel projects, enhancing user experience and performance.

🔗 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/autoload.php';

use Yajra\DataTables\FractalDataTable;


$obj = new Yajra\DataTables\FractalDataTable();
echo "✅ Example created successfully.";

?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.