|
4 | 4 |
|
5 | 5 | FrankenPHP is a modern application server for PHP built on top of the [Caddy](https://caddyserver.com/) web server. |
6 | 6 |
|
7 | | -FrankenPHP gives superpowers to your PHP apps thanks to its stunning features: [*Early Hints*](https://frankenphp.dev/docs/early-hints/), [worker mode](https://frankenphp.dev/docs/worker/), [real-time capabilities](https://frankenphp.dev/docs/mercure/), automatic HTTPS, HTTP/2, and HTTP/3 support... |
| 7 | +FrankenPHP gives superpowers to your PHP apps thanks to its stunning features: [_Early Hints_](https://frankenphp.dev/docs/early-hints/), [worker mode](https://frankenphp.dev/docs/worker/), [real-time capabilities](https://frankenphp.dev/docs/mercure/), automatic HTTPS, HTTP/2, and HTTP/3 support... |
8 | 8 |
|
9 | 9 | FrankenPHP works with any PHP app and makes your Laravel and Symfony projects faster than ever thanks to their official integrations with the worker mode. |
10 | 10 |
|
11 | 11 | FrankenPHP can also be used as a standalone Go library to embed PHP in any app using `net/http`. |
12 | 12 |
|
13 | | -[**Learn more** on *frankenphp.dev*](https://frankenphp.dev) and in this slide deck: |
| 13 | +[**Learn more** on _frankenphp.dev_](https://frankenphp.dev) and in this slide deck: |
14 | 14 |
|
15 | 15 | <a href="https://dunglas.dev/2022/10/frankenphp-the-modern-php-app-server-written-in-go/"><img src="https://dunglas.dev/wp-content/uploads/2022/10/frankenphp.png" alt="Slides" width="600"></a> |
16 | 16 |
|
@@ -84,33 +84,33 @@ frankenphp php-server |
84 | 84 |
|
85 | 85 | ## Docs |
86 | 86 |
|
87 | | -* [Classic mode](https://frankenphp.dev/docs/classic/) |
88 | | -* [Worker mode](https://frankenphp.dev/docs/worker/) |
89 | | -* [Early Hints support (103 HTTP status code)](https://frankenphp.dev/docs/early-hints/) |
90 | | -* [Real-time](https://frankenphp.dev/docs/mercure/) |
91 | | -* [Efficiently Serving Large Static Files](https://frankenphp.dev/docs/x-sendfile/) |
92 | | -* [Configuration](https://frankenphp.dev/docs/config/) |
93 | | -* [Docker images](https://frankenphp.dev/docs/docker/) |
94 | | -* [Deploy in production](https://frankenphp.dev/docs/production/) |
95 | | -* [Performance optimization](https://frankenphp.dev/docs/performance/) |
96 | | -* [Create **standalone**, self-executable PHP apps](https://frankenphp.dev/docs/embed/) |
97 | | -* [Create static binaries](https://frankenphp.dev/docs/static/) |
98 | | -* [Compile from sources](https://frankenphp.dev/docs/compile/) |
99 | | -* [Monitoring FrankenPHP](https://frankenphp.dev/docs/metrics/) |
100 | | -* [Laravel integration](https://frankenphp.dev/docs/laravel/) |
101 | | -* [Known issues](https://frankenphp.dev/docs/known-issues/) |
102 | | -* [Demo app (Symfony) and benchmarks](https://github.com/dunglas/frankenphp-demo) |
103 | | -* [Go library documentation](https://pkg.go.dev/github.com/dunglas/frankenphp) |
104 | | -* [Contributing and debugging](https://frankenphp.dev/docs/contributing/) |
| 87 | +- [Classic mode](https://frankenphp.dev/docs/classic/) |
| 88 | +- [Worker mode](https://frankenphp.dev/docs/worker/) |
| 89 | +- [Early Hints support (103 HTTP status code)](https://frankenphp.dev/docs/early-hints/) |
| 90 | +- [Real-time](https://frankenphp.dev/docs/mercure/) |
| 91 | +- [Efficiently Serving Large Static Files](https://frankenphp.dev/docs/x-sendfile/) |
| 92 | +- [Configuration](https://frankenphp.dev/docs/config/) |
| 93 | +- [Docker images](https://frankenphp.dev/docs/docker/) |
| 94 | +- [Deploy in production](https://frankenphp.dev/docs/production/) |
| 95 | +- [Performance optimization](https://frankenphp.dev/docs/performance/) |
| 96 | +- [Create **standalone**, self-executable PHP apps](https://frankenphp.dev/docs/embed/) |
| 97 | +- [Create static binaries](https://frankenphp.dev/docs/static/) |
| 98 | +- [Compile from sources](https://frankenphp.dev/docs/compile/) |
| 99 | +- [Monitoring FrankenPHP](https://frankenphp.dev/docs/metrics/) |
| 100 | +- [Laravel integration](https://frankenphp.dev/docs/laravel/) |
| 101 | +- [Known issues](https://frankenphp.dev/docs/known-issues/) |
| 102 | +- [Demo app (Symfony) and benchmarks](https://github.com/dunglas/frankenphp-demo) |
| 103 | +- [Go library documentation](https://pkg.go.dev/github.com/dunglas/frankenphp) |
| 104 | +- [Contributing and debugging](https://frankenphp.dev/docs/contributing/) |
105 | 105 |
|
106 | 106 | ## Examples and Skeletons |
107 | 107 |
|
108 | | -* [Symfony](https://github.com/dunglas/symfony-docker) |
109 | | -* [API Platform](https://api-platform.com/docs/symfony) |
110 | | -* [Laravel](https://frankenphp.dev/docs/laravel/) |
111 | | -* [Sulu](https://sulu.io/blog/running-sulu-with-frankenphp) |
112 | | -* [WordPress](https://github.com/StephenMiracle/frankenwp) |
113 | | -* [Drupal](https://github.com/dunglas/frankenphp-drupal) |
114 | | -* [Joomla](https://github.com/alexandreelise/frankenphp-joomla) |
115 | | -* [TYPO3](https://github.com/ochorocho/franken-typo3) |
116 | | -* [Magento2](https://github.com/ekino/frankenphp-magento2) |
| 108 | +- [Symfony](https://github.com/dunglas/symfony-docker) |
| 109 | +- [API Platform](https://api-platform.com/docs/symfony) |
| 110 | +- [Laravel](https://frankenphp.dev/docs/laravel/) |
| 111 | +- [Sulu](https://sulu.io/blog/running-sulu-with-frankenphp) |
| 112 | +- [WordPress](https://github.com/StephenMiracle/frankenwp) |
| 113 | +- [Drupal](https://github.com/dunglas/frankenphp-drupal) |
| 114 | +- [Joomla](https://github.com/alexandreelise/frankenphp-joomla) |
| 115 | +- [TYPO3](https://github.com/ochorocho/franken-typo3) |
| 116 | +- [Magento2](https://github.com/ekino/frankenphp-magento2) |
0 commit comments