[rabbitmq-discuss] Install php-amqplib client on windows

Alvaro Videla videlalvaro at gmail.com
Fri Feb 14 03:32:06 GMT 2014


Hi,

You need to add the composer.json to your project file. Then run
composer.phar install on that folder.

It's not necessary to download php-amqplib on it's own folder,
composer would take care of that. See more here:
https://getcomposer.org/doc/00-intro.md

Regards,

Alvaro

On Fri, Feb 14, 2014 at 3:53 AM, Michael Klishin <mklishin at gopivotal.com> wrote:
>
> On 14 Feb 2014, at 06:50, anate <ambatinr at hotmail.com> wrote:
>
>> This is not getting
>> installed.
>
> Can you please be more specific? Post Composer output and how you
> verified that the dependency is not installed.
>
> Composer installs php-amqplib for tutorials during CI runs, for example:
> https://github.com/rabbitmq/rabbitmq-tutorials/blob/master/Makefile#L103
>
> MK
>
> Software Engineer, Pivotal/RabbitMQ
>
>
> _______________________________________________
> 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