Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 1.27 KB

README.md

File metadata and controls

48 lines (29 loc) · 1.27 KB

Build Status

PHPMQ\Phar

Description

PHAR distribution for php-mq/server

Installation

Manual installation

Download the latest PHAR file from the release section.

You can verify the PHAR file against our public GPG key.

wget https://github.com/box-project/box2/releases/download/0.1.0/phpmq.phar
wget https://github.com/box-project/box2/releases/download/0.1.0/phpmq.phar.asc
gpg --keyserver hkps.pool.sks-keyservers.net --recv-keys 0x0DBA909A
gpg --verify phpmq.phar.asc phpmq.phar
chmod +x phpmq.phar
sudo mv phpmq.phar /usr/bin/phpmq

Installation via PHIVE

If you're using PHIVE you can directly install the PHPMQ server with the following command.

phive install phpmq

Usage

To start the PHPMQ server simply invoke the PHAR file and optionally pass a configuration file.

/path/to/phpmq.phar [/path/to/config.xml]

Learn more about the configuration and usage of the PHPMQ server at phpmq.org

Contributing

Contributions are welcome and will be fully credited. Please see the contribution guide for details.