dunglas / frankenphp

🧟 The modern PHP app server
https://frankenphp.dev
MIT License
6.64k stars 218 forks source link

Docs improvements? #691

Open withinboredom opened 5 months ago

withinboredom commented 5 months ago

Describe you feature request

Is your feature request related to a problem? Please describe.

I was shoulder-surfing a colleague today while I had them install frankenphp for a quick PHP server. There wasn't a clear way to download FrankenPHP, and they got a bit lost on frankenphp.dev.

Describe the solution you'd like

Describe alternatives you've considered

This was just from shoulder-surfing a dev, it might be worth shoulder-surfing more devs.

aszenz commented 5 months ago

@withinboredom I think the docs should also clarify whether frankenphp can work with normal php + extensions installation.

To me their are four use cases of franken php that can be separately documented:

  1. Replacement for php-fpm+nginx/caddy/apache, with host php+extensions untouched (not sure if this is supported)
  2. Statically bundling php+extensions with webserver
  3. Static binary for the whole app
  4. Embedding php inside golang