PHP code example of mikebywater / kafka-author

1. Go to this page and download the library: Download mikebywater/kafka-author 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/ */

    

mikebywater / kafka-author example snippets


!!NAME!!       // returns as full name eg. Mike Bywater
!!FIRST_NAME!! // returns a first name eg. Tom
!!LAST_NAME!!  // returns a surname eg. Barnes
!!EMAIL!!      // returns an email eg. [email protected]

!!NUMBER!!     // returns a single digit eg. 1

!!STREET!!     // returns a street name eg. Coach Lane
!!POSTCODE!!   // returns a UK postcode eg. MK9 3NZ
!!CITY!!       // returns a city eg. Milton keynes