squirrafe/collections

PHP Collections Library

1.2.0 2022-04-10 11:58 UTC

This package is auto-updated.

Last update: 2025-08-12 12:37:43 UTC


README

Tests License Current version PHP Version

Collections library for PHP, inspired by Scala.

Install with Composer:

composer require squirrafe/collections

See documentation at GitHub Pages.

Supported PHP versions

PHP Version Is supported? Latest library version with support
8.1 Current version
8.0 Current version
7.4 Current version

Development

Library uses Docker Compose during development.

To install dependencies:

docker-compose run php composer install

To run tests:

docker-compose run php vendor/bin/phpunit
docker-compose run php vendor/bin/phpstan analyze