jeronimos / php-adjutants
Adjutants for specific processing arrays, numbers, strings
Installs: 42
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/jeronimos/php-adjutants
Requires
- php: >=5.5.0
This package is not auto-updated.
Last update: 2025-12-11 01:00:00 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: