Kdyby / RabbitMq

Integration of php-amqplib with RabbitMq and Nette Framework
https://packagist.org/packages/kdyby/rabbitmq
MIT License
28 stars 48 forks source link

Update for PHP 7.2 #62

Closed davidkudera closed 3 years ago

davidkudera commented 6 years ago

Right now kdyby/rabbitmq can't be used with PHP 7.2, because of usage of Nette\Object class.

enumag commented 6 years ago

This repository is no longer actively maintained. But if you send a pull request I can merge it for you.

kratkyzobak commented 6 years ago

@davidkudera I'm currently working on PHP 7.2 support. Before it can make to master, you're free to use version dev#322f2d96085c0ccc148415542cba82541ac64798 in your composer.json.

davidkudera commented 6 years ago

@kratkyzobak Hi and thank you :+1:

BigOHenry commented 6 years ago

how can i use dev#322f2d96085c0ccc148415542cba82541ac64798 in composer? I still getting error about invalid string

enumag commented 6 years ago

You would have to add the fork repository to your composer.json.

https://getcomposer.org/doc/05-repositories.md#loading-a-package-from-a-vcs-repository

Spamercz commented 3 years ago

PHP 71+ support is released https://github.com/Kdyby/RabbitMq/releases/tag/v2.0.0