softonic/laravel-collection-extended is a Laravel package for additional collection methods..
It currently has 1 GitHub stars and 56.604 downloads on Packagist (latest version 5.0.0).
Install it with composer require softonic/laravel-collection-extended.
Discover more Laravel packages by softonic
or browse all Laravel packages to compare alternatives.
Last updated
This package adds new methods to Laravel collections.
To install, use composer:
composer require softonic/laravel-collection-extended
Check source code for documentation.
softonic/laravel-collection-extended has a PHPUnit test suite and a coding style compliance test suite using PHP CS Fixer.
To run the tests, run the following command from the project folder:
$ docker compose run --rm test
To run PHPUnit only:
$ docker compose run --rm phpunit
To check code style:
$ docker compose run --rm php composer run phpcs
To fix code style issues:
$ docker compose run --rm fixcs
The Apache 2.0 license. Please see LICENSE for more information.