jamset / php-adjutants
Adjutants for specific processing arrays, numbers, strings
0.3.2
2016-11-27 12:33 UTC
Requires
- php: >=5.5.0
- doctrine/collections: v1.3.0
- jamset/inventory_basic: ^0
- monolog/monolog: ^1.19
- nesbot/carbon: ~1.14
- symfony/http-foundation: v3.*
This package is auto-updated.
Last update: 2024-12-12 08:48:26 UTC
README
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": { "jamset/php-adjutants":"*" }
or you may execute
composer require jamset/php-adjutants
Please, note that package stability is dev.
Arrays
You can: