fastframe / utility-array
FastFrame Array Utilities
Installs: 66
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 1
pkg:composer/fastframe/utility-array
Requires (Dev)
- phpunit/phpunit: ^8.5
This package is auto-updated.
Last update: 2025-10-04 19:47:50 UTC
README
Utilities for dealing with arrays and nested arrays in PHP
Install
Via Composer
$ composer require fastframe/utility-array
Usage
The following classes are provided by this library:
FastFrame\Utility\ArrayHelper
Contains basic array handling utilitiesFastFrame\Utility\NestedArrayHelper
Contains nested array handling utilities
For general usage instructions, please read the documentation here.
Quality
This package attempts to comply with PSR-1 and PSR-4. If you notice compliance oversights, please send a patch via pull request.
Support
If you believe you have found a bug, please report it using the Github issue tracker, or better yet, fork the library and submit a pull request.
Testing
$ composer test
Contributing
Please see CONTRIBUTING for details.
Credits
License
The MIT License (MIT). Please see License File for more information.