Protocol-independent application lifecycle for PHP Fiber Framework. It owns one shared DI container, configuration binding, scoped Fiber cleanup, and Composer-discovered providers and protocol applications.
$app = new Pff\Application\Application()
$app->run();Installed protocol packages are mounted through Composer discovery:
pff/webserverfor HTTP routing and PSR-15 handling.pff/websocketfor WebSocket connection and frame dispatch.pff/mqttfor MQTT sessions and packet dispatch (planned).
Every installed application runs in its own supervised worker process. Configure <app>.workers to increase its worker count; the default is one worker per application.