Web Push example in PHP (ok)

https://github.com/Minishlink/web-push-php-example

Web Push example in PHP

Navigating through the commits and files will help you build:

  • on the client

    • a user friendly opt-in push notification button

  • on the server

    • an endpoint for managing your push notification subscriptions

    • an endpoint that triggers push notification thanks to web-push-phparrow-up-right

Requirements

PHP 7.1 is no longer maintained, but you can checkout the v2.x branch. PHP 5.6+ is no longer maintained, but you can checkout the v1.x branch.

Installation

You can change the VAPID keys in the keysarrow-up-right folder with this guidearrow-up-right. Don't forget to update the public key in app.jsarrow-up-right too.

Usage

And open localhost:8000arrow-up-right.

Last updated