Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/leocavalcante/nginxless

PoC of Swoole serving PHP-FPM requests for popular frameworks like Laravel & WordPress.
https://github.com/leocavalcante/nginxless

laravel nginx php php-fpm proxy server swoole wordpress

Last synced: 18 days ago
JSON representation

PoC of Swoole serving PHP-FPM requests for popular frameworks like Laravel & WordPress.

Awesome Lists containing this project

README

        

# Nginxless
PoC of Swoole serving PHP-FPM requests for popular frameworks like Laravel & WordPress.

![Laravel Screenshot](laravel-screenshot.png)

## What is going on?
PHP-FPM running daemonized and Swoole proxying HTTP request to it.

## Why?
The idea came from the insight of having a single point of truth for Dockerized PHP projects. No Nginx, nor Apache etc; so: creating a web-server with PHP itself (thank you Swoole).

## Caveats
- You won't be able to use Coroutines. This is suitable for legacy projects where you can't start with Swoole from scratch.