Commit Graph

40 Commits

Author SHA1 Message Date
Michael Klishin
5b31714486
Merge pull request #197 from jasonmarquette/patch-1
Update receive.php
2019-01-03 18:37:34 +03:00
Jason Marquette
e1322a0571
update send.php
Adding close tag.
2019-01-03 09:17:33 -06:00
Jason Marquette
7e766f55b2
Update receive.php
Adding close tag.
2019-01-03 09:13:22 -06:00
Max Kovpak
960a3c2d7a
Added require example
Added require example and the full name of the package.
2018-12-11 18:06:19 +02:00
Brian Short
45d10d8205 Clean up inconsistent echo statements in PHP
Echo statements were inconsistent in the use of double quotes vs. single
quotes. Some echo statements had spaces between arguments, some did not.
2018-05-28 16:36:48 -04:00
Brian Short
0ea96992d9 PHP Tutorial sources conform to PSR-2 standard
The code in the PHP tutorials was sometimes a bit messy.
With these changes the code conforms to standards outlined here:
https://www.php-fig.org/psr/psr-2/
2018-05-28 16:31:12 -04:00
Michael Klishin
116708eb9b Allow for more recent 2.6.x versions
Inspired by https://github.com/rabbitmq/rabbitmq-website/pull/360.
2017-04-03 00:02:53 +03:00
Nikolay Astakhov
778ef6c1be Using self descriptional constant 2017-03-20 23:53:03 +03:00
Michael Klishin
3262231aff
Update PHP tutorials README
After I had to go through them I believe some things
are worth clarifying ;)
2017-03-15 19:52:01 +03:00
Michael Klishin
59c53ce0d4
Ignore composer.phar 2017-03-15 19:30:47 +03:00
John Kelly
e77ad74583 Update php-amqplib organization
php-amqplib has changed maintainers and changed the organization it is under.
2016-02-16 10:07:27 -08:00
seyfer
f15261f500 fix notice and empty check 2015-11-25 15:32:37 +07:00
seyfer
d97ec3e173 fix php notice if arg 1 not exist 2015-11-25 15:04:31 +07:00
jeff_walter
68241acf7a Updated demo code to use AMQPStreamConnection class instead of the deprecated AMQPConnection class. It has been officially deprecated since Nov. 2014, see: videlalvaro/php-amqplib@64eb289#diff-d22541aa1646efa4a61d570b8a0a0ff0. 2015-10-02 09:59:44 -05:00
Adrien Brault
1f0dde6d5d Fix php concatenation 2013-11-27 11:59:14 -08:00
kj
56c9983660 Corrected links to point to PHP tutorial 2013-10-20 12:43:53 +06:30
Alvaro Videla
da01838cd3 brings PHP README in sync with Python one 2013-07-31 18:09:57 +02:00
Alvaro Videla
8dd52f0844 updates PHP code to new php-amqplib 2013-07-31 18:02:48 +02:00
Alvaro Videla
d7afde141b updates PHP README 2013-07-31 18:02:21 +02:00
Alvaro Videla
fa1f5975e8 Merge branch 'master' into ikulis_php 2013-07-31 17:47:39 +02:00
Michael Klishin
652210455d Add ignores for Composer artifacts 2013-07-29 21:07:36 +04:00
Alvaro Videla
1fd024dd4d fixes RPC client/server 2013-07-29 16:42:25 +02:00
Alvaro Videla
5b6b2d825b improves wording 2013-07-29 16:33:53 +02:00
Alvaro Videla
de1074f273 updates README to reflect library changes 2013-07-29 16:31:35 +02:00
Alvaro Videla
16a3b8d698 updates PHP files to use videlalvaro/php-amqplib 2013-07-29 16:31:05 +02:00
Alvaro Videla
c75e0987da adds composer.json file 2013-07-29 16:30:04 +02:00
Szymon Lukaszczyk
36afdae6a6 Added php tutorials: Routing(four) and Topics(five) 2012-08-11 21:58:30 +02:00
Marek Majkowski
5517fd041e #10 Let's use standard cd. 2011-11-18 16:14:25 +00:00
Alvaro Videla
dcc450eea5 updates README to new php-amqplib location
I moved the development of php-amqplib from the
tnc account to the videlalvaro account and I started
adding tests and benchmarks there.

More info here: http://videlalvaro.github.com/2011/11/php-amqplib-future.html

Now the version used for the tutorials is tagged. Once I'm done with the refactorings that I want to apply I will test the code again and and resubmit a
patch for the README
2011-11-18 17:08:23 +01:00
Marek Majkowski
ffd850e28e Cosmetic fixes to php tut 6. 2011-09-15 14:27:31 +01:00
Marek Majkowski
c8b9e1e881 Sixth tutorial in php. 2011-09-14 13:45:58 +01:00
Marek Majkowski
468d03de1a use exclusive instead of autodelete 2010-12-13 15:04:15 +00:00
Your Name
34052d0eeb The queue should be named 'hello' instead of 'test' 2010-11-30 17:35:14 +00:00
Marek Majkowski
f10c746888 Final touches to third tutorial examples. 2010-11-23 13:32:23 +00:00
Marek Majkowski
34aafcd2c3 Final touches to second tutorial examples. 2010-11-23 13:27:09 +00:00
Marek Majkowski
bcfad118c2 Tweaked README. 2010-11-23 13:20:45 +00:00
Marek Majkowski
0e3a569271 Minor tweaks to first example code, queue should be autodelete=false etc 2010-11-23 13:18:07 +00:00
Marek Majkowski
93266b61f3 Don't use config. 2010-11-23 13:16:59 +00:00
Alvaro Videla
4af188cc37 improves running instructions 2010-11-23 03:30:21 +08:00
Alvaro Videla
d287ed0ffa php examples 2010-11-23 03:26:53 +08:00