Download the PHP package bovsunovsky/sort-library without Composer
On this page you can find all versions of the php package bovsunovsky/sort-library. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download bovsunovsky/sort-library
More information about bovsunovsky/sort-library
Files in bovsunovsky/sort-library
Download bovsunovsky/sort-library
More information about bovsunovsky/sort-library
Files in bovsunovsky/sort-library
Vendor bovsunovsky
Package sort-library
Short Description This is a sort-library study PHP projects.
License BSD-3-Clause
Package sort-library
Short Description This is a sort-library study PHP projects.
License BSD-3-Clause
Keywords library
Please rate this library. Is it a good library?
Informations about the package sort-library
This is a study sort-library based on Default Project
Installation Either run
composer require bovsunovsky/sort-library
or add
"bovsunovsky/sort-library": "~1.0"
to the require section of your composer.json.
Usage
- Add: use BOA\Sorter;
- Set sort direction;
-
Call method sot($data);
Example
$sorter = new Sorter(new SortDesc());
var_dump($sorter->sort($testString)) ;
Tests
Run with console : " ./tests/test" or "php tests/test"
License
This project is released under the terms of the BSD-3-Clause license.
Copyright (c) 2020, bovsunovsky
All versions of sort-library with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.4
The package bovsunovsky/sort-library contains the following files
Loading the files please wait ....