This package adds new methods to Laravel collections.
- PHP >= 8.5
- Laravel 12.x
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 testTo run PHPUnit only:
$ docker compose run --rm phpunitTo check code style:
$ docker compose run --rm php composer run phpcsTo fix code style issues:
$ docker compose run --rm fixcsThe Apache 2.0 license. Please see LICENSE for more information.