Implement popular sorting algorithms in PHP and compare their performance.

- Clone the repository
$ git clone https://github.com/tbence94/php-sorting-analysis.git - Install composer dependencies.
$ composer install - Run
$ php index.phpin project root to see results
- Run
$ phpunitin project root to run tests.