mheinzerling / arrayutils
This is a small library collection array utilities.
Installs: 155
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/mheinzerling/arrayutils
Requires
- php: ^7.1.0
Requires (Dev)
- codeclimate/php-test-reporter: dev-master
- phpunit/phpunit: ^5.6.0
This package is not auto-updated.
Last update: 2025-10-26 01:32:56 UTC
README
#mheinzerling/arrayutils
This is a small library collection array utilities.
##Composer "require": { "mheinzerling/arrayutils": "^1.0.0" },
##Methods ArrayUtils::mergeAndSortArrayKeys ArrayUtils::removeFirst ArrayUtils::flatten ArrayUtils::fixOrderByKey
##Changelog
1.0.0
- initial version (PHP 7.1)