jamset/php-adjutants

Adjutants for specific processing arrays, numbers, strings

0.3.2 2016-11-27 12:33 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:

  • Group data by certain criterias by Group class. Read more

  • Allocate data into values list and find most frequent (most popular) data values by Sort class. Read more

  • etc.