web-push-php
web-push-php copied to clipboard
Web Push library for PHP
Getting PHP Fatal error: Uncaught InvalidArgumentExeption: Unable to load the key. ```[Sat Aug 15 03:09:33.197905 2020] [:error] [pid 15345:tid 140041997231872] [client xx.xx.xx.xx:37601] PHP Fatal error: Uncaught InvalidArgumentException: Unable to load...
**Stable**: When sending webpush to a specific endpoint of order notification, it takes **0.07s total time**, **query db, req to fcm.googleapis.com and log.** **Slow**: When sending **200 endpoints**, I time...
Why is "time() + 43200" and why can't you set more?
> Please confirm the following: - [x] I have read the [README](https://github.com/web-push-libs/web-push-php) entirely - [x] I have verified in the [issues](https://github.com/web-push-libs/web-push-php/issues) that my problem hasn't already been resolved # Setup...
Can anyone help me to find out slow notification sending speed? I have used many servers like VPS, Dedicated, Shared sever. I got 16 GB Ram & 4 CPU. But...
I have implemented the web push notification using the web-push-PHP library and it was working well but now an issue has occurred Users can be subscribed successfully but not able...
I found this error in my log file. `[21-Nov-2020 22:58:00 UTC] PHP Fatal error: Uncaught InvalidArgumentException: Invalid data provided in /home/public_html/web-push-php-2/spomky-labs/base64url/src/Base64Url.php:45 Stack trace: #0 /home/public_html/web-push-php-2/minishlink/web-push/src/Encryption.php(83): Base64Url\Base64Url::decode('rDs2GjNcV pihAc...') #1 /home/public_html/web-push-php-2/minishlink/web-push/src/Encryption.php(65): Minishlink\WebPush\Encryption::deterministicEncrypt('\x00\x00{"title":"Eme...',...
Hi, I have tried auto padding and both reducing payload to just word "hello" Still that doesn't work. Any help. Response attached. Thanks.
Hello , First of all i would like to thanks for this project , Here i want to remove those who are not opening their system ( those are inactive)....
Hi, I have implemented the web push notification using the web-push-PHP library and it is working well with Firefox, Chrome with Android (Mobile) but having an issue with desktop chrome....