PHP Package: illuminate/collections

Illuminate Collections provides a flexible way to work with data in PHP applications, offering powerful data manipulation functionalities.

Current Version: 12.3.0
Last Updated: Date not available
PHP Requirement: ^8.2
Dependencies:
illuminate/support
symfony/polyfill-php80
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Illuminate Collections is a robust PHP library that simplifies data handling. With various methods for filtering, sorting, and mapping data, it optimizes data processing in your applications. The library enhances code readability and performance, ensuring smoother data operations.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 12.10.2

Clock Coming soon

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/illuminate/collections/12.10.2/loader.php';
require_once 'libs/illuminate/support/12.10.2/loader.php';
require_once 'libs/symfony/polyfill-php80/1.31.0/loader.php';

use Illuminate\Support\Collection;

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