web-push-php
web-push-php copied to clipboard
Web Push library for PHP
- [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 * *Operating System*: Linux *...
When I use php7.2 to call the sendNotification method for web push, a lot of Curl Error: 35: Unknown SSL protocol error in connection to fcm.googleapis.com:443 will appear, why is...
Thanks for this library. I have integrated it into my website and conducted a test submission. | Size subscriptions | Time 1 (s) | Time 2 (s) | | -...
- [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 * *Operating System*: Linux *...
**NOTE**: Please test in a least two browsers (i.e. Chrome and Firefox). This helps with diagnosing problems quicker. > Please confirm the following: - [x] I have read the [README](https://github.com/web-push-libs/web-push-php)...
This project only run at http protocl? when I run at https protocol encountered cURL error 28 error.
This project only run at http protocl? when I run at https protocol encountered cURL error 28 error.
> 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...
I just got bit by the issue #201. The problem is that the subscribed endpoint is 'https://fcm.googleapis.com/fcm/send/...' while the actual used endpoint is 'https://fcm.googleapis.com/wp/...' After flushing each notification, I want...
I am getting error POST https://kayaindia.in/kaya/sendNotificationB.php 500 (Internal Server Error) when I call php. I think i am getting error on `$subscription = Subscription::create(json_decode(file_get_contents('php://input'), true));` I also asked this question...
Follow-up of #5. Thanks to #147, we generate the encryption keys with OpenSSL, when possible. We're still using PHP to compute the shared secret though. It's not yet possible (to...