gubler/collection

Fork of Laravel's Collections.

v2.0.0 2022-06-10 18:41 UTC

This package is auto-updated.

Last update: 2024-04-10 22:26:31 UTC


README

This is a fork of illuminate/support v5.7 to just contain the Collection class and supporting classes.

The only purpose of this was to prevent pollution of the global namespace and to reduce the number of dependencies.

This version only depends on symfony/var-dumper (not counting dev dependencies) to support the dd() method.

This also converts relevant helper methods to a Helper class to remove them from the global namespace.

Documentation