Collection 是为 PHP 设计的字典、映射、列表和迭代器
github.com/mtils/collection
源代码
问题
安装量: 3,352
依赖项: 4
建议者: 0
安全性: 0
星标: 0
关注者: 2
分支: 0
开放问题: 0
Requires
Requires (Dev)
Suggests
None
Provides
Conflicts
Replaces
MIT bea7650977618f3f34f983eebfdb768a4334efdf
dictionaryarraysiteratorsListspython-php
This package is auto-updated.
Last update: 2024-09-20 11:33:53 UTC
PHP 的列表、字典、映射等
Collection 旨在让 PHP 数组的工作方式更接近 Pythonic。大多数集合用于视图,并使用代理和迭代器来简化视图操作,而不会丢失原始对象。
此库处于 alpha 质量。