mammut-alex/laravel-collection-thanos

Thanos Laravel 集合宏集

v1.1.1 2019-08-06 09:17 UTC

This package is auto-updated.

Last update: 2024-09-06 21:47:07 UTC


README

Build Status Code Climate StyleCI

安装

在您的 composer.json 中添加此包并更新 composer。

"mammut-alex/laravel-collection-thanos": "^1.0"

composer require mammut-alex/laravel-collection-thanos

介绍

Thanos 是一些人的集合灾难。

这里有一个例子

    $data = new Collection([1, 2, 3, 4, 5, 6, 7, 8, 9,10]);
    $data->thanos()->all();//[2,4,5,8,10]

您还可以选择 Thanos 的仁慈程度(他有多少百分比的项目会显示仁慈)

    $data = new Collection([1, 2, 3, 4, 5, 6, 7, 8, 9, 10]);
    $data->thanos(20)->all();//[2,5]

许可证

Laravel Collection Thanos 是开源软件,许可协议为 MIT 许可协议