cyntelli-dev/php-sort

PHP Sort Algorithm.

Maintainers

Package info

github.com/cyntelli-dev/php-sort

pkg:composer/cyntelli-dev/php-sort

Statistics

Installs: 1 492

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v0.1.5 2020-05-15 06:25 UTC

This package is not auto-updated.

Last update: 2026-02-28 10:48:36 UTC


README

Installation

You can use Composer or simply Download the Release

Composer

The preferred method is via composer. Follow the installation instructions if you do not already have composer installed.

Once composer is installed, execute the following command in your project root to install this library:

composer require cyntelli-dev/php-sort:"^0.1"

Finally, be sure to include the autoloader:

require_once '/path/to/your-project/vendor/autoload.php';