Example #1
0
<?php

namespace ngyuki\SimpleWorker;

foreach (array(__DIR__ . '/../vendor/autoload.php', __DIR__ . '/../../../autoload.php') as $fn) {
    if (file_exists($fn)) {
        require $fn;
    }
}
$client = new SimpleWorker();
$client->send();