zwei / collection

PHP 收集包。此包是 Laravel 支持包 collection 的副本

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

This package is auto-updated.

Last update: 2024-09-08 20:08:41 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