zwei/collection

The php collection package.This package is a copy of the laravel support package collection

v0.0.2 2019-11-08 07:18 UTC

This package is auto-updated.

Last update: 2024-05-08 19:31:16 UTC


README

项目中使用laravel collection需要引入很多额外的包,所以基于laravel collection复制出一个独立的collection

安装方式1

创建composer.json文件,并写入以下内容:

{
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/qq1060656096/collection.git"
        }
    ],
    "require": {
        "zwei/collection": "0.0.1"
    }
}

执行composer install

安装方式2

composer require "zwei/collection:0.0.1"

单元测试使用

php vendor/phpunit/phpunit/phpunit --bootstrap vendor/autoload.php tests