This package configure FrankenPHP worker mode with Craft CMS. This is only a package to start the worker mode. You need to install and configure FrankenPHP separately. Check the FrankenPHP documentation for more information.
composer require performing/craft-frankenphp
Update your web/index.php file to this version:
// Load shared bootstrap
require dirname(__DIR__) . '/bootstrap.php';
// Load and run Craft
$app = require CRAFT_VENDOR_PATH . '/performing/craft-frankenphp/web.php';
$app->run();This package is open-sourced software licensed under the MIT license.