What to use instead of Kdyby components?

arron
Member | 464
+
0
-

Hi,

I'm using Kdyby RabbitMQ and Kdyby Monolog. I would like to upgrade to something with any future development and to be able to upgrade to Nette 3.

Can you, please, recommend specific components it is best to use instead of Kdyby?

Thanx a lot

F.Vesely
Member | 368
+
0
-
Marek Bartoš
Nette Blogger | 1165
+
0
-

Unfortunatelly we have no integration for RabbitMQ. I guess least painful way of upgrade would be use of that PR (or help original commiter complete it) https://github.com/…itMq/pull/72

contributte/monolog should work equivalently, but you may also want use it together with Tracy handler which is not built-in https://github.com/…racy-handler

Jan Endel
Member | 1016
+
+1
-

For RabbitMQ you can use gameeapp/nette-rabbitmq.

arron
Member | 464
+
0
-

Thanks a lot for suggestions :-)