Skip to content

crafterr/arraysort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

Library can change advance assoc array to simple numeric array

Requirements

  • PHP >= 7

Dependance

  • PHP >= 7.1

Installation by Composer

composer require crafterr/arraysort dev-master

Manual instalation

copy dir directory to your project etc. vendor 

Using

$arraySort = new ArraySort([ [1, 2, [3]], 4 ]);

$array = $arraySort->arrangeElements();

return array [1,2,3,4]

Features

  • PSR-4 autoloading compliant structure
  • Unit-Testing with PHPUnit
  • Comprehensive Guides and tutorial

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages