edamov / pushok

PHP client for Apple Push Notification Service (APNs) - Send push notifications to iOS using the new APNs HTTP/2 protocol with token-based (JWT with p8 private key)
MIT License
378 stars 121 forks source link

composer require edamov/pushok ERROR #49

Closed shnuzxw closed 5 years ago

shnuzxw commented 5 years ago
image
shnuzxw commented 5 years ago

php7.1.19

koenhoeijmakers commented 5 years ago

You're missing the gmp extension, you can install it with sudo apt install php7.1-gmp