isholao / collection

PHP 简单集合库

1.0.1 2017-11-21 05:30 UTC

This package is not auto-updated.

Last update: 2024-09-29 05:49:16 UTC


README

Build Status

安装

使用 composer 安装

composer require isholao/collection

需要 PHP 7.1 或更高版本。

使用方法

以下是一个基本的使用示例

<?php

require '/path/to/vendor/autoload.php';