PHP code example of y7ut / frankenphp-slim
1. Go to this page and download the library: Download y7ut/frankenphp-slim 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/ */
y7ut / frankenphp-slim example snippets
declare(strict_types=1);
use Y7ut\FrankenPhpSlim\WorkerRunner;
// or use run function with app instance
// $app = $container->get(App::class);
// $worker = new WorkerRunner()
// $worker->run($app)