Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/leocavalcante/nginxless
- Owner: leocavalcante
- License: mit
- Created: 2021-01-22T11:13:09.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-10T12:04:11.000Z (over 2 years ago)
- Last Synced: 2024-10-03T10:49:59.948Z (about 1 month ago)
- Topics: laravel, nginx, php, php-fpm, proxy, server, swoole, wordpress
- Language: PHP
- Homepage:
- Size: 293 KB
- Stars: 9
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.