php-symfony-runtime

decouple PHP applications from global state
  https://symfony.com/doc/5.4/components/runtime.html
  0
  no reviews



The Symfony Runtime Component decouples the bootstrapping logic from any global state to make sure the application can run with runtimes like PHP-FPM, ReactPHP, Swoole, etc. without any changes.

Symfony is a PHP framework, a set of tools and a development methodology.