Download the PHP package fhteam/xenforo-amqp without Composer
On this page you can find all versions of the php package fhteam/xenforo-amqp. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download fhteam/xenforo-amqp
More information about fhteam/xenforo-amqp
Files in fhteam/xenforo-amqp
Download fhteam/xenforo-amqp
More information about fhteam/xenforo-amqp
Files in fhteam/xenforo-amqp
Vendor fhteam
Package xenforo-amqp
Short Description AMQP library for using in XenForo addons
License GPL-2.0
Package xenforo-amqp
Short Description AMQP library for using in XenForo addons
License GPL-2.0
Please rate this library. Is it a good library?
Informations about the package xenforo-amqp
xenforo-amqp
AMQP client library for XenForo to use servers like RabbitMQ from XenForo
Installation
Please do note, that package name has changed to fhteam/xenforo-amqp
. Old name should still work though it will
no longer be maintained.
Library follows PSR4 so installation is a bit different from what we can see in all XenForo addons
So, to use this library you can directly include the script into your source or do the following:
- Install composer into your system or into XenForo root: https://getcomposer.org/doc/00-intro.md#installation-linux-unix-osx
- Run in your XenForo root to create composer.json: https://getcomposer.org/doc/03-cli.md#init
- Run to install this package ( skips packages added for syntax highlighting ony like Zend Framework): https://getcomposer.org/doc/03-cli.md#require
- Put a line into your library/config.php to add composer autoloader into XenForo's autoloading chain
- Now you can use all composer packages (together with ours) in your development process and easily manage them using composer executable
Configuration
Put the following lines at the end of your :
Usage:
-
Create manager instance:
- Push a message to queue:
All versions of xenforo-amqp with dependencies
PHP Build Version
Package Version
Requires
videlalvaro/php-amqplib Version
~2.4
The package fhteam/xenforo-amqp contains the following files
Loading the files please wait ....