crafterr/arraysort

This is standard package by which advantage assoc array replace on simple array.

Installs: 4

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:project

pkg:composer/crafterr/arraysort

dev-master 2018-01-31 12:34 UTC

This package is not auto-updated.

Last update: 2025-10-01 09:52:13 UTC


README

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