Skip to content

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)

License

Notifications You must be signed in to change notification settings

paysera/fork-edamov-pushok

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Paysea fork Edamov Pushok

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_*.

About

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)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 99.5%
  • Lua 0.5%