softonic / laravel-collection-extended
Additional collection methods.
Installs: 41 945
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 8
Forks: 0
Open Issues: 0
Requires
- php: >=7.3
- illuminate/support: ^8.0 || ^9.0 || ^10.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.16
- mockery/mockery: ^1.0
- phpstan/phpstan: ^0.11|^1.8
- phpunit/phpunit: ^9.0
- squizlabs/php_codesniffer: ^3
This package is auto-updated.
Last update: 2024-10-19 08:30:40 UTC
README
This package add new methods to the laravel collections
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 test
License
The Apache 2.0 license. Please see LICENSE for more information.