php-extended / php-data-finder-array
基于基于内存的PHP数组的查找对象实现
7.0.6
2024-07-31 13:56 UTC
Requires
- php: >=8.0
- php-extended/php-data-finder-interface: ^7
Requires (Dev)
- dev-master
- 7.0.6
- 7.0.5
- 7.0.4
- 7.0.3
- 7.0.2
- 7.0.1
- 7.0.0
- 6.0.8
- 6.0.7
- 6.0.6
- 6.0.5
- 6.0.4
- 6.0.3
- 6.0.2
- 6.0.1
- 6.0.0
- 5.0.1
- 5.0.0
- 4.0.2
- 4.0.1
- 4.0.0
- 3.0.29
- 3.0.28
- 3.0.27
- 3.0.26
- 3.0.25
- 3.0.24
- 3.0.23
- 3.0.22
- 3.0.21
- 3.0.20
- 3.0.19
- 3.0.18
- 3.0.17
- 3.0.16
- 3.0.15
- 3.0.14
- 3.0.13
- 3.0.12
- 3.0.11
- 3.0.10
- 3.0.9
- 3.0.8
- 3.0.7
- 3.0.6
- 3.0.5
- 3.0.4
- 3.0.3
- 3.0.2
- 3.0.1
- 3.0.0
This package is auto-updated.
Last update: 2024-08-31 12:12:42 UTC
README
基于基于内存的PHP数组的查找对象实现。
安装
此库的安装是通过composer进行的,并且通过其自动加载器自动加载此库的所有类。
- 从他们的网站下载
composer.phar
。 - 然后运行以下命令将此库作为依赖项安装
php composer.phar php-extended/php-data-finder-array ^7
基本用法
此库设计用于与作为PHP数组打包的数据集合一起使用。数据应采用对象形式,并传递给数据查找器。
数据查找器提供查询方法,以检索列表中具有特定属性的特定对象,无需重复实现搜索、排序、偏移和限制机制。
有关示例用法,请参阅ArrayDataFinder
类的测试用例。
许可协议
MIT (见许可文件)。