PHP Package: phootwork/collection

Phootwork's Collection library provides powerful data structures for PHP developers.

Current Version: 3.2.3
Last Updated: 2024-10-03
PHP Requirement: >=8.0
Dependencies:
phpunit/phpunit
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Phootwork's Collection library offers a wide range of data structures like lists, maps, and sets, empowering PHP developers with efficient tools for data manipulation and management. With its intuitive API and extensive functionalities, this library simplifies complex data handling tasks, making it an essential asset for modern PHP projects.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 3.2.3

Download Download v3.2.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/phootwork/collection/3.2.3/loader.php';
require_once 'libs/sebastianbergmann/phpunit/12.4.1/loader.php';

use Phootwork\Collection\ArrayList;
use Phootwork\Collection\HashMap;

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