Browse Source

pull/4/head
Jamie York 12 years ago
parent
commit
8f92f56ca7
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      awesome-php.md

+ 4
- 0
awesome-php.md View File

@@ -188,6 +188,8 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
188 188
 * [React](https://github.com/reactphp/react) - An event driven non-blocking I/O library.
189 189
 * [Rx.PHP](https://github.com/asm89/Rx.PHP) - A reactive extension library.
190 190
 * [Ratchet](https://github.com/cboden/Ratchet) - A web socket library.
191
+* [Hoa Websocket](https://github.com/hoaproject/Websocket) - Another web socket library.
192
+* [Hoa EventSource](https://github.com/hoaproject/Eventsource) - An event source library.
191 193
 * [Evenement](https://github.com/igorw/evenement) - An event dispatcher library.
192 194
 * [FuelPHP Event](https://github.com/fuelphp/event) - Another event dispatcher library.
193 195
 
@@ -251,6 +253,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
251 253
 * [GetOptionKit](https://github.com/c9s/php-GetOptionKit) - Another command line opt parser.
252 254
 * [Cron Expression](https://github.com/mtdowling/cron-expression) - A library to calculate cron run dates.
253 255
 * [ShellWrap](https://github.com/MrRio/shellwrap) - A simple command line wrapper library.
256
+* [Hoa Console](https://github.com/hoaproject/Console) - Another command line library.
254 257
 
255 258
 ## Authentication
256 259
 
@@ -273,6 +276,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
273 276
 
274 277
 * [ANSI to HTML5](https://github.com/sensiolabs/ansi-to-html) - An ANSI to HTML5 convertor library.
275 278
 * [Patchwork UTF-8](https://github.com/nicolas-grekas/Patchwork-UTF8) - A portable library for working with UTF-8 strings.
279
+* [Hoa String](https://github.com/hoaproject/String) - Another UTF-8 string library.
276 280
 * [Numbers PHP](https://github.com/powder96/numbers.php) - A library for working with numbers.
277 281
 * [Math](https://github.com/moontoast/math) - A library for working with large numbers.
278 282
 * [Color Jizz](https://github.com/mikeemoo/ColorJizz-PHP) - A library for manipulating and converting colours.

Loading…
Cancel
Save