I have a problem with Kafka PHP client on Windows (using xampp). I have installed Apache Kafka 0.8 and tested successfully. Then, I'm finding a PHP client to integrate Kafka to PHP, I just only want to make PHP can produce messages to Kafka (no consume).
By this link: https://cwiki.apache.org/confluence/display/KAFKA/Clients#Clients-PHP I found: https://github.com/EVODelavega/phpkafka
But this PHP Kafka client is being develop and the installation of this extension is more complex (requied librdkafka)
I have tried with other clients but no one work for me.
Does anyone have the same problem with me? Is there simple solution to integrate Kafka to PHP?