gubler / collection
Fork of Laravel's Collections.
v2.0.0
2022-06-10 18:41 UTC
Requires
- php: 8.*
- symfony/var-dumper: 6.*
Requires (Dev)
- mockery/mockery: ^1.5
- phpunit/phpunit: ^9.5
This package is auto-updated.
Last update: 2024-11-10 23:53:04 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.