From e6c939e37944d6b680b83615804ef30eea9ef112 Mon Sep 17 00:00:00 2001 From: Christopher Pitt Date: Wed, 8 Mar 2017 12:33:25 +0200 Subject: [PATCH] Remove Icicle from list Icicle is deprecated as per the repository readme file. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 031f39c..f946c7d 100644 --- a/README.md +++ b/README.md @@ -479,7 +479,6 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [Event](https://github.com/thephpleague/event) - An event library with a focus on domain events. * [Hoa EventSource](https://github.com/hoaproject/Eventsource) - An event source library. * [Hoa WebSocket](https://github.com/hoaproject/Websocket) - Another web socket library. -* [Icicle](https://github.com/icicleio/icicle) - An asynchronous library with coroutines, non-blocking I/O, and multithreading. * [Prooph Event Store](https://github.com/prooph/event-store) - An event source component to persist event messages * [Ratchet](https://github.com/ratchetphp/Ratchet) - A web socket library. * [React](https://github.com/reactphp/react) - An event driven non-blocking I/O library.