Library can change advance assoc array to simple numeric array
- PHP >= 7
- PHP >= 7.1
composer require crafterr/arraysort dev-master
copy dir directory to your project etc. vendor
$arraySort = new ArraySort([ [1, 2, [3]], 4 ]);
$array = $arraySort->arrangeElements();
return array [1,2,3,4]
- PSR-4 autoloading compliant structure
- Unit-Testing with PHPUnit
- Comprehensive Guides and tutorial