kibiubiu/queue

dev-master 2018-12-01 06:19 UTC

This package is auto-updated.

Last update: 2024-05-07 15:51:59 UTC


README

NO

Installing Kibiubiu/J

The recommended way to install Kibiubiu/J is through Composer.

# Install Composer
curl -sS https://getcomposer.org/installer | php

Next, run the Composer command to install the latest stable version of Kibiubiu/queue:

php composer.phar require Kibiubiu/J

After installing, you need to require Composer's autoloader:

require 'vendor/autoload.php';

You can then later update Kibiubiu/J using composer:

composer.phar update