web-push-libs / web-push-php

Web Push library for PHP
MIT License
1.68k stars 295 forks source link

feat: check for openssl with all required functions #389

Closed Rotzbua closed 5 months ago

Rotzbua commented 5 months ago

Background

web-token/jwt* uses brick/math which does the math. The performance of calculations can be improved by extension gmp and/or bcmath.

Changes