PHP code example of wareon / laravel-zipkin

1. Go to this page and download the library: Download wareon/laravel-zipkin 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/ */

    

wareon / laravel-zipkin example snippets


return [
    /* change your class here */
    'processor_class' => \Wareon\Zipkin\Thrift\Demo\DemoProcessor::class,
    'service_class' => \Wareon\Zipkin\Services\Server\DemoService::class,
    'client_class' => \Wareon\Zipkin\Services\Client\DemoServiceClient::class,
];

php artisan vendor:publish