paysera/fork-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) or certificate-based authentication

1.0.0 2018-10-01 06:46 UTC

README

Original documentation can be found: https://github.com/edamov/pushok

Major changes:

  • Client is stateless - no mutating notifications array.
  • 2nd argument to Client constructor must be LoggerInterface.
  • added pushOne method to Client - uses pure curl without any curl_multi_*.