From 5f6fbecedc7da03dbffc135308cef9ee8e84f1d0 Mon Sep 17 00:00:00 2001 From: Jamie York Date: Sat, 17 Aug 2024 23:26:37 +0100 Subject: [PATCH] frankenphp --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8b812f4..3c0b217 100644 --- a/README.md +++ b/README.md @@ -527,6 +527,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [Evenement](https://github.com/igorw/evenement) - An event dispatcher library. * [Event](https://github.com/thephpleague/event) - An event library with a focus on domain events. * [Fast CGI Client](https://github.com/hollodotme/fast-cgi-client) - A client to make synchronous/asynchronous requests through php-fpm socket. +* [FrankenPHP](https://frankenphp.dev/) - A modern PHP app server written in Go. * [Pawl](https://github.com/ratchetphp/Pawl) - An asynchronous web socket client. * [Prooph Event Store](https://github.com/prooph/event-store) - An event source component to persist event messages * [PHP Defer](https://github.com/php-defer/php-defer) - Golang's defer statement for PHP.