PHP code example of micromus / kafka-bus-outbox
1. Go to this page and download the library: Download micromus/kafka-bus-outbox library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
micromus / kafka-bus-outbox example snippets
$kafkaBus = new Micromus\KafkaBus();
echo $kafkaBus->echoPhrase('Hello, Micromus!');