2017 © Pedro Peláez
 

project arraysort

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

image

crafterr/arraysort

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

  • Wednesday, January 31, 2018
  • by crafterr
  • Repository
  • 1 Watchers
  • 0 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Description

Library can change advance assoc array to simple numeric array, (*1)

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 ]);, (*2)

$array = $arraySort->arrangeElements();, (*3)

return array [1,2,3,4], (*4)

Features

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

The Versions

31/01 2018

dev-master

9999999-dev

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Adam Pietras