[rabbitmq-discuss] Install php-amqplib client on windows
anate
ambatinr at hotmail.com
Fri Feb 14 17:52:21 GMT 2014
Here is the error message.
[Composer\Downloader\TransportException]
The "https://api.github.com/repos/symfony/Yaml/zipball/bbxxxxx"
file could not be downloaded: SSL: An exstablished connection was aborted by
the software in your host machine"
failed to open stream: HTTP request failed!
I right clicked composer.JSON file and selected 'Composer Install' option.
Please let me know.
Here is composer.JSON file.
{
"name": "videlalvaro/php-amqplib",
"type": "library",
"description": "This library is a pure PHP implementation of the AMQP
protocol. It's been tested against RabbitMQ.",
"keywords": ["rabbitmq", "message", "queue"],
"homepage": "https://github.com/videlalvaro/php-amqplib/",
"authors": [
{
"name" : "Alvaro Videla"
}
],
"require": {
"php": ">=5.3.0",
"ext-bcmath": "*"
},
"require-dev": {
"phpunit/phpunit": "3.7.*"
},
"autoload": {
"psr-0": {"PhpAmqpLib": ""}
},
"license": "LGPL-2.1"
}
--
View this message in context: http://rabbitmq.1065348.n5.nabble.com/Install-php-amqplib-client-on-windows-tp33349p33366.html
Sent from the RabbitMQ mailing list archive at Nabble.com.
More information about the rabbitmq-discuss
mailing list