From 13a46bd9206609a59d21204a8e746d97b366533f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20Krukowski?= Date: Tue, 22 Oct 2019 11:06:31 +0400 Subject: [PATCH] Added php-defer/php-defer --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b873613..329e591 100644 --- a/README.md +++ b/README.md @@ -481,6 +481,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [Hoa EventSource](https://github.com/hoaproject/Eventsource) - An event source library. * [Hoa WebSocket](https://github.com/hoaproject/Websocket) - Another web socket library. * [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. * [Ratchet](https://github.com/ratchetphp/Ratchet) - A web socket library. * [React](https://github.com/reactphp/react) - An event driven non-blocking I/O library. * [RxPHP](https://github.com/ReactiveX/RxPHP) - A reactive extension library.