stellarwp / arrays
数组操作的库。
1.2.4
2024-06-12 16:00 UTC
Requires
- illuminate/collections: ^8.0
Requires (Dev)
- codeception/module-asserts: ^1.0
- codeception/module-cli: ^1.0
- codeception/module-db: ^1.0
- codeception/module-filesystem: ^1.0
- codeception/module-phpbrowser: ^1.0
- codeception/module-rest: ^1.0
- codeception/module-webdriver: ^1.0
- codeception/util-universalframework: ^1.0
- lucatume/wp-browser: ^3.0.14
- phpunit/phpunit: ~6.0
- saggre/phpdocumentor-markdown: ^0.1.3
- symfony/event-dispatcher-contracts: ^2.5.1
- symfony/string: ^5.4
- szepeviktor/phpstan-wordpress: ^1.1
README
数组操作的库。
目录
安装
建议您通过 Composer 将 Arrays 作为项目依赖项安装。
composer require stellarwp/arrays
实际上,我们推荐您使用 Strauss 将此库包含到项目中。
幸运的是,将 Strauss 添加到您的
composer.json
只比添加典型依赖项稍微复杂一点,请参阅我们的 strauss 文档。
示例说明
由于建议使用 Strauss 为此库的命名空间添加前缀,所有示例都将使用 Boomshakalaka
命名空间前缀。
致谢
许多数组方法是从 The Events Calendar 和 Laravel 框架 移植过来的。