web-push-php
web-push-php copied to clipboard
Can I encrypte the same payload once then use it ?
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.