Skip to content

Commit

Permalink
minor #20482 doc(runtime): add frankenphp (94noni)
Browse files Browse the repository at this point in the history
This PR was merged into the 6.4 branch.

Discussion
----------

doc(runtime): add frankenphp

I think it is worth mentioning here, wdyt?

Commits
-------

b72ecdc doc(runtime): add frankenphp
  • Loading branch information
javiereguiluz committed Dec 19, 2024
2 parents 48aadc5 + b72ecdc commit a17b5c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/runtime.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ The Runtime Component

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

Installation
------------
Expand Down Expand Up @@ -487,6 +487,7 @@ The end user will now be able to create front controller like::

.. _PHP-PM: https://github.com/php-pm/php-pm
.. _Swoole: https://openswoole.com/
.. _FrankenPHP: https://frankenphp.dev/
.. _ReactPHP: https://reactphp.org/
.. _`PSR-15`: https://www.php-fig.org/psr/psr-15/
.. _`runtime template file`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Runtime/Internal/autoload_runtime.template

0 comments on commit a17b5c9

Please sign in to comment.