softonic/laravel-collection-extended

Additional collection methods.

Installs: 53 325

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 6

Forks: 0

Open Issues: 0

pkg:composer/softonic/laravel-collection-extended

5.0.0 2026-01-12 15:05 UTC

README

Latest Version Software License Build Status Coverage Status Quality Score Total Downloads Average time to resolve an issue Percentage of issues still open

This package adds new methods to Laravel collections.

Requirements

  • PHP >= 8.5
  • Laravel 12.x

Installation

To install, use composer:

composer require softonic/laravel-collection-extended

Usage

Check source code for documentation.

Testing

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

License

The Apache 2.0 license. Please see LICENSE for more information.