Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
Readme changes and 2.1 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
gjedeer committed Jul 21, 2015
1 parent 0763fd2 commit 390f94f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ Uses [AMQP extension from PECL](http://www.php.net/manual/en/amqp.setup.php), th
CELERY_TASK_RESULT_EXPIRES = None
CELERY_TRACK_STARTED = False

PECL-AMQP is supported in version 1.0.0 and higher because its API has been completely remade when it entered 1.0.
There is a separate branch for 0.3.
The required PECL-AMQP version is at least 1.0. Last version tested is 1.4.

Last PHP-amqplib version tested is 2.2.6.
Last PHP-amqplib version tested is 2.5.1.

Last Celery version tested is 3.1.11
Last predis version tested is 1.0.1.

Last Celery version tested is 3.1.18

[API documentation](https://massivescale.net/celery-php/li_celery-php.html)

Expand Down
11 changes: 7 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@
"name": "massivescale/celery-php",
"type": "library",
"description": "PHP client for Celery task queue",
"keywords": ["celery", "amqp", "task", "cron", "queue", "python"],
"keywords": ["celery", "amqp", "task", "cron", "queue", "redis", "python"],
"homepage": "https://github.com/gjedeer/celery-php/",
"support": {
"issues": "https://github.com/gjedeer/celery-php/issues",
"docs": "https://github.com/gjedeer/celery-php/"
"license": "BSD-2-Clause",
"authors": [
{
Expand All @@ -14,15 +17,15 @@
}
],
"require": {
"videlalvaro/php-amqplib": ">=2.4.0",
"predis/predis": "0.8.5"
"videlalvaro/php-amqplib": ">=2.4.0",
"predis/predis": ">=0.8.5"
},
"autoload": {
"classmap": ["celery.php"]
},
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
"dev-master": "2.1-dev"
}
}
}

0 comments on commit 390f94f

Please sign in to comment.