Skip to content

PHP adjutants 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.

License

Notifications You must be signed in to change notification settings

loomosoa/php-adjutants

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Adjutants

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.

About

PHP adjutants 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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%