File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414![ PHP] ( https://img.shields.io/badge/php-%23777BB4.svg?style=for-the-badge&logo=php&logoColor=white )
1515![ Symfony] ( https://img.shields.io/badge/symfony-%23000000.svg?style=for-the-badge&logo=symfony&logoColor=white )
1616
17- A Symfony Bundle providing a Runtime for ReactPHP, a PSR-17 Kernel and a Router to serve assets.
17+ A Symfony Bundle providing a Runtime for [ ReactPHP] ( https://github.com/reactphp/reactphp ) , a PSR-17 Kernel and a Router to serve assets.
18+
19+ Turn any Symfony project into a "self-serving" application, no traditional webserver required.
1820
1921### Installation
2022
2123``` bash
22- composer require zolex/react-bundleF
24+ composer require zolex/reactphp-bundle
2325```
2426
2527### Configuration
@@ -65,3 +67,5 @@ zolex_react_php:
6567` ` ` bash
6668APP_RUNTIME="Zolex\\ ReactPhpBundle\\ Runtime\\ ReactPhpRuntime" php public/index.php
6769` ` `
70+
71+ For a very basic docker example, check the [Dockerfile](./docs/Dockerfile) in the docs folder.
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
55 file \
66 gettext \
77 git \
8- libpq-dev \
98 libicu-dev \
109 libzip-dev \
1110 && rm -rf /var/lib/apt/lists/*
You can’t perform that action at this time.
0 commit comments