From 611f76d3fe01887589af461621b27d766e1570f3 Mon Sep 17 00:00:00 2001 From: Baptiste GAILLARD Date: Thu, 10 Mar 2016 00:06:46 +0100 Subject: [PATCH] Add php-pushwoosh to the Notifications section This add php-pushwoosh to the Notifications section, php-pushwoosh is a well tested library with more than 1000 downloads / month. This library is very stable and is widely used, so it can safely be added to awesome-php. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 857125e..548d7b9 100644 --- a/README.md +++ b/README.md @@ -687,6 +687,7 @@ Libraries to help manage database schemas and migrations. * [Notification Pusher](https://github.com/Ph3nol/NotificationPusher) - A standalone library for device push notifications. * [Notificato](https://github.com/mac-cain13/notificato) - A library for handling push notifications. * [Notificator](https://github.com/namshi/notificator) - A lightweight notification library. +* [Php-pushwoosh](https://github.com/gomoob/php-pushwoosh) - A PHP Library to easily send push notifications with the Pushwoosh REST Web Services. ## Deployment *Libraries for project deployment.*