2017 © Pedro Peláez
 

library multisort-php

Sort n-dimensional arrays

image

sergeylukin/multisort-php

Sort n-dimensional arrays

  • Tuesday, October 28, 2014
  • by sergeylukin
  • Repository
  • 1 Watchers
  • 0 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Build status Project status , (*1)

About

Multisort is a collection of PHP methods that allow sorting insanely-dimensional arrays in multiple ways., (*2)

Contributing

See contributing guide, (*3)

Unit Testing

This project uses PHPUnit as it's unit testing framework., (*4)

To test the project, simply run phpunit if you've installed it globally or run ./bin/phpunit if you installed it with composer install inside the project's directory., (*5)

TODO:

Multisort is a work in progress, so any ideas and patches are appreciated., (*6)

  • ✓ add core functionality
  • ✓ follow PSR-2 coding style standard + automatically validate files on every build
  • write documentation in reStructuredText format, build it using Sphinx and host it on ReadTheDocs
  • come up with friendlier names for methods, arguments and variables
  • add PhpDoc notations everywhere

Changelog

See the changelog., (*7)

License

Released under MIT license, (*8)

The Versions

28/10 2014

dev-master

9999999-dev https://github.com/sergeylukin/multisort-php

Sort n-dimensional arrays

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

array multidimensional multisort

21/07 2014

0.1.0

0.1.0.0 https://github.com/sergeylukin/multisort-php

Sort n-dimensional arrays

  Sources   Download

MIT

The Requires

  • php >=5.2.0

 

The Development Requires

array multidimensional multisort