PHAR distribution for php-mq/server
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
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
Contributions are welcome and will be fully credited. Please see the contribution guide for details.