softonic/laravel-collection-extended
Composer 安装命令:
composer require softonic/laravel-collection-extended
包简介
Additional collection methods.
关键字:
README 文档
README
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.
统计信息
- 总下载量: 56.36k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2018-08-31