isholao/collection

PHP Simple Collection Library

1.0.1 2017-11-21 05:30 UTC

This package is not auto-updated.

Last update: 2025-05-11 08:48:59 UTC


README

Build Status

Install

To install with composer:

composer require isholao/collection

Requires PHP 7.1 or newer.

Usage

Here's a basic usage example:

<?php

require '/path/to/vendor/autoload.php';