xutl / yii2-collection
The collection extension for the Yii framework
Installs: 90
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
Type:yii2-extension
Requires
- yiisoft/yii2: ~2.0.0
This package is auto-updated.
Last update: 2024-10-11 02:33:00 UTC
README
该扩展为 Yii2 framework 添加 Illuminate\Support\Collection 类。
For license information check the LICENSE.
Documentation is at README.md.
安装
The preferred way to install this extension is through composer.
Either run
composer require --prefer-dist xutl/yii2-collection
or add
"xutl/yii2-collection": "*"
to the require
section of your composer.json
.