jeronimos / php-adjutants
Adjutants for specific processing arrays, numbers, strings
dev-master
2016-01-24 09:04 UTC
Requires
- php: >=5.5.0
This package is not auto-updated.
Last update: 2025-01-08 20:07:11 UTC
README
#AdjutantHandlers PHP Handlers for specific purposes: handling arrays, objects, strings, etc.
E.g. for arrays: you can group data around certain properties, sort data and detect most frequent values, add up data by properties, etc.
###Composer installation
"require": { "jeronimos/php-adjutants":"@dev" }
or you may execute
composer require jeronimos/php-adjutants
Please, note that package stability is dev.
###Arrays You can: