Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 881 Bytes

install.md

File metadata and controls

40 lines (25 loc) · 881 Bytes

PHP Simple Queue Install

Installation recommendations.

📖 Guide


📄 Install

The preferred way to install this extension is through composer:

Either run

php composer.phar require --prefer-dist nepster-web/php-simple-queue

or add

"nepster-web/php-simple-queue": "*"

TIP: When install this package, specify the exact version. For example: "nepster-web/php-simple-queue": "1.0.0"

If you specify the exact version of this library it is possible to avoid problems with updating and breaking backward compatibility.