web-push-php
web-push-php copied to clipboard
Web Push library for PHP
Não estou conseguindo implantar n meu sistema, alguem quer receber como um freelance para fazer isso?
See https://docs.guzzlephp.org/en/stable/quickstart.html#concurrent-requests The current design will fire away all the requests at once up to `batchSize` requests, which means it's not practical to use high batch sizes because the requests...
**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)...
Hi guys, first of all thanks for this code @Minishlink and everybody involved. This is not an issue but more a help / feature request. I got this runnig on...
Sometimes this error appears on some transmissions, although it successfully sends the same message to other people What is the cause of this error and how do I correct it...
Hello, I am using the web-push-php-example library, already generated the keys via linux, but for some reason when I press the button to Send notification, I don't receive notification at...
Library works well for 90% of records, send to chrome|firefox|edge but some subscribers get this errors: `403 Forbidden` response: the key in the authorization header does not correspond to the...
Impossible to send PWA notifications in IOS. OK for Android
Related to https://github.com/web-push-libs/web-push-php/pull/397 After replacing the spooky-labs/base64url library with another one, you lost backward compatibility since the new library can't decode standard base64 (non-URL safe). Also, the new library is...
Hi, Let's say I want to send one payload to 1000 users, can I encrypte it before passing to **Subscription::create** ? I aim to reduce the sending time. Thanks.