Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 397 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 397 Bytes

web-push-amphp

Browser notifications

Installation

  • PHP 7.1+
  • gmp
  • Grab your VAPID keys by running php cli/generate-vapid-keys.php
  • Grab your endpoint from your browser by running php -S localhost:1337 while in /public and visiting
  • Put all above into /config/config.php. You can find the sample in /config
  • Run php cli/sendNotification.php

Experimenting with Push API