[rabbitmq-discuss] Install php-amqplib client on windows
Alvaro Videla
videlalvaro at gmail.com
Fri Feb 14 18:02:43 GMT 2014
Hi,
Some people are suggesting that you might have firewall issues:
https://twitter.com/old_sound/status/434385978942566400
I'd recommend you ask about this on the #composer IRC channel on freenode.
Regards,
Alvaro
On Fri, Feb 14, 2014 at 6:52 PM, anate <ambatinr at hotmail.com> wrote:
> 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.
> _______________________________________________
> rabbitmq-discuss mailing list
> rabbitmq-discuss at lists.rabbitmq.com
> https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
More information about the rabbitmq-discuss
mailing list