cyntelli-dev / php-sort
PHP Sort Algorithm.
Installs: 1 491
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 1
Open Issues: 0
Requires
- php: >=7.0
This package is not auto-updated.
Last update: 2024-11-09 04:34:35 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';