sintonia/airtime_mvc/library/php-amqplib
Albert Santoni 11c6818e61 Merge branch '2.5.x-installer' into saas-installer-albert
Conflicts:
	.gitignore
	airtime_mvc/application/Bootstrap.php
	airtime_mvc/application/configs/conf.php
	airtime_mvc/application/controllers/SystemstatusController.php
	airtime_mvc/application/controllers/UpgradeController.php
	airtime_mvc/application/upgrade/Upgrades.php
	airtime_mvc/application/views/scripts/systemstatus/index.phtml
	airtime_mvc/build/airtime.conf
	airtime_mvc/build/sql/defaultdata.sql
	airtime_mvc/public/index.php
	airtime_mvc/tests/application/helpers/AirtimeInstall.php
	install_minimal/airtime-install
	install_minimal/include/airtime-constants.php
	install_minimal/include/airtime-copy-files.sh
	install_minimal/include/airtime-db-install.php
	install_minimal/include/airtime-initialize.sh
	install_minimal/include/airtime-install.php
	install_minimal/include/airtime-installed-check.php
	install_minimal/include/airtime-remove-files.sh
	install_minimal/include/airtime-upgrade.php
	python_apps/media-monitor/install/media-monitor-copy-files.py
	python_apps/monit/monit-airtime-generic.cfg
	python_apps/pypo/airtime-playout
	python_apps/pypo/install/pypo-copy-files.py
	python_apps/pypo/liquidsoap/generate_liquidsoap_cfg.py
	python_apps/pypo/liquidsoap/ls_script.liq
	python_apps/pypo/pypo/__main__.py
	python_apps/pypo/pypo/media/update/replaygain.py
	python_apps/pypo/pypo/media/update/replaygainupdater.py
	python_apps/pypo/pypo/media/update/silananalyzer.py
	python_apps/python-virtualenv/airtime_virtual_env.pybundle
	python_apps/python-virtualenv/requirements
	utils/airtime-check-system.php
2015-05-22 16:05:29 -04:00
..
demo Merge branch '1.9.1' into devel 2011-09-12 17:56:59 -04:00
CREDITS Reverted commit mistakenly changing file modifiers to 755 2015-01-14 20:45:03 -05:00
LICENSE Reverted commit mistakenly changing file modifiers to 755 2015-01-14 20:45:03 -05:00
README.md Reverted commit mistakenly changing file modifiers to 755 2015-01-14 20:45:03 -05:00
amqp.inc Merge branch '2.5.x-installer' into saas-installer-albert 2015-05-22 16:05:29 -04:00
amqp_receive.php Reverted commit mistakenly changing file modifiers to 755 2015-01-14 20:45:03 -05:00
amqp_test.php Reverted commit mistakenly changing file modifiers to 755 2015-01-14 20:45:03 -05:00
amqp_wire.inc Reverted commit mistakenly changing file modifiers to 755 2015-01-14 20:45:03 -05:00
hexdump.inc Reverted commit mistakenly changing file modifiers to 755 2015-01-14 20:45:03 -05:00

README.md

NOTE

This library is a fork of the php-amqplib library.

We modified that library in order to work with PHP 5.3 Strict.

Also we improved the debug method to increase performance.

We use it daily in prod for sending/consuming 600K + messages per day.

Below is the original README file content. Credits goes to the original authors.

Original README:

PHP library implementing Advanced Message Queuing Protocol (AMQP).

The library is port of python code of py-amqplib http://barryp.org/software/py-amqplib/

It have been tested with RabbitMQ server.

Project home page: http://code.google.com/p/php-amqplib/

For discussion, please join the group:

http://groups.google.com/group/php-amqplib-devel

For bug reports, please use bug tracking system at the project page.

Patched are very welcome!

Author: Vadim Zaliva lord@crocodile.org