web-push-php
web-push-php copied to clipboard
Web Push library for PHP
As i understood, endpoint is done against browser. So what happens if 2 users use same browser ? user1 subscribe to notifications; then log out user2 use the same device...
**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)...
**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)...
I don't want to unduly get anyone's hopes up but it appears as though Safari Technology Preview (Release 137) has a number of experimental feature flags that may be interesting:...
**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...
PHP Version: 7.4.26 web-push-php Version: 7.0.0 Browser: Microsoft Edge v104.0.1271.2 php code like this : `$notification = [` ` 'subscription' => Subscription::create([` ` 'endpoint' => 'https://sg2p.notify.windows.com/...', // Edge,` ` 'publicKey'...
- [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*: CentOS 7...
# Setup > Please provide the following details, the more info you can provide the > better. * *Operating System*: * *PHP Version*: < 7.4.29 > * *web-push-php Version*: >...
same error with #338 # Setup UBUNTU 20.04 LTS PHP-FPM 7.4.3 web-push-php Version: 7.0.0 Chrome-100 - [x] gmp - [x] mbstring - [x] curl - [x] openssl # Features Used...
``` PHP Fatal error: Uncaught TypeError: Jose\Component\Core\Util\Ecc\PrivateKey::create(): Argument #1 ($secret) must be of type Brick\Math\BigInteger, GMP given, called in /home/dppop/Desktop/push/vendor/minishlink/web-push/src/Encryption.php on line 392 and defined in /home/dppop/Desktop/push/vendor/web-token/jwt-util-ecc/PrivateKey.php:57 Stack trace: #0...