neunerlei / arrays
提供多种工具以遍历、排序和修改日常工作中数组的包
3.5.1
2022-08-24 16:15 UTC
Requires
- php: ^7.3||^8.0
- ext-dom: *
- ext-json: *
- ext-simplexml: *
Requires (Dev)
- neunerlei/dbg: ^1.8
- phpunit/phpunit: ^9.0
- dev-master
- 3.5.1
- 3.5.0
- 3.4.0
- 3.3.4
- 3.3.3
- 3.3.2
- 3.3.1
- 3.3.0
- 3.2.0
- 3.1.0
- 3.0.0
- 2.0.2
- 2.0.1
- 2.0.0
- 1.3.8
- 1.3.7
- 1.3.6
- 1.3.5
- 1.3.4
- 1.3.3
- 1.3.2
- 1.3.1
- 1.3.0
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.8
- 1.1.7
- 1.1.6
- 1.1.5
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- dev-dependabot/npm_and_yarn/docs/minimist-1.2.8
- dev-dependabot/npm_and_yarn/docs/http-cache-semantics-4.1.1
- dev-dependabot/npm_and_yarn/docs/express-4.18.2
- dev-dependabot/npm_and_yarn/docs/qs-6.5.3
- dev-dependabot/npm_and_yarn/docs/decode-uri-component-0.2.2
- dev-dependabot/npm_and_yarn/docs/terser-4.8.1
- dev-dependabot/npm_and_yarn/docs/eventsource-1.1.1
- dev-dependabot/npm_and_yarn/docs/async-2.6.4
- dev-dependabot/npm_and_yarn/docs/url-parse-1.5.10
- dev-dependabot/npm_and_yarn/docs/prismjs-1.27.0
- dev-dependabot/npm_and_yarn/docs/follow-redirects-1.14.8
- dev-dependabot/npm_and_yarn/docs/color-string-1.6.0
- dev-dependabot/npm_and_yarn/docs/path-parse-1.0.7
- dev-dependabot/npm_and_yarn/docs/ws-6.2.2
- dev-dependabot/npm_and_yarn/docs/dns-packet-1.3.4
- dev-dependabot/npm_and_yarn/docs/lodash-4.17.21
- dev-dependabot/npm_and_yarn/docs/ssri-6.0.2
This package is auto-updated.
Last update: 2024-09-04 09:26:30 UTC
README
提供多种工具以遍历、排序和修改日常工作中数组的包。它可以基于多种输入类型(如XML、字符串列表或对象)创建数组。该包还提供了一个强大的解决方案,可以通过路径定义从数组中获取条目。告别“isset”和“array_key_exists”。
安装
使用composer安装此包
composer require neunerlei/arrays
文档
文档可以在这里找到。
运行测试
- 克隆仓库
- 使用
composer install
安装依赖 - 使用
composer test
运行测试
构建文档
文档由vuepress提供支持,可以非常简单地启动一个开发服务器,如下所示
- 克隆仓库
- 导航到
docs
- 使用
npm install
安装依赖 - 使用
npm run dev
运行开发服务器
特别感谢
特别感谢LABOR.digital(这是德语单词,意为实验室,而不是英语中的“工作” :D)使我能够将代码发布到网上。
Postcardware
你可以免费使用此包,但如果它进入了你的生产环境,我非常希望你能从你的家乡寄给我一张明信片,说明你正在使用我们的哪个包。
你可以在这里找到我的地址这里。
谢谢 :D