From 256a18b2a2411469c94943725fb6eccb9681bd75 Mon Sep 17 00:00:00 2001 From: Rowinson Gallego Date: Wed, 13 Jan 2021 13:22:31 +0100 Subject: [PATCH] Adding a Wordpress plugin that uses this library (#315) I'm the author of Perfecty Push Notifications, an Open Source plugin for WordPress, and I'm adding this for those who would like their WordPress sites to have a self-hosted Push Notifications implementation using this library. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fad3d55b..46b333b4 100644 --- a/README.md +++ b/README.md @@ -306,6 +306,7 @@ The following are available: - [MinishlinkWebPushBundle](https://github.com/Minishlink/web-push-bundle) - [bentools/webpush-bundle](https://github.com/bpolaszek/webpush-bundle) (associate your Symfony users to WebPush subscriptions) - Laravel: [laravel-notification-channels/webpush](https://github.com/laravel-notification-channels/webpush) +- WordPress plugin: [Perfecty Push Notifications](https://github.com/rwngallego/perfecty-push-wp/) Feel free to add your own!