PHP Package: doctrine/collections

Doctrine Collections is a PHP library for managing collections of objects efficiently.

Current Version: 2.2.2
Last Updated: 2024-04-18
PHP Requirement: ^8.1
Dependencies: None

Package Description

Doctrine Collections is a powerful library that provides a set of classes and interfaces to work with collections of objects in PHP. It offers a wide range of functionalities to manipulate, iterate, and filter collections, making it an essential tool for developers working with complex data structures.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 2.3.0

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/doctrine/collections/2.3.0/loader.php';
use Doctrine\Common\Collections\ArrayCollection;
use Doctrine\Common\Collections\Expr\Comparison;

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