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
Requires
- php: ^7.0
- ext-curl: *
- ext-gmp: *
- ext-intl: *
- ext-openssl: *
- ext-xml: *
- lib-curl: >=7.46.0
- lib-openssl: >=1.0.2.5
- psr/log: ^1.0
- spomky-labs/jose: ^7.0.0
Requires (Dev)
- ext-xdebug: *
- phpunit/phpunit: ~4.0||~5.0
- satooshi/php-coveralls: ^2.0
- squizlabs/php_codesniffer: ^2.3
This package is auto-updated.
Last update: 2024-10-23 21:47:54 UTC
README
Original documentation can be found: https://github.com/edamov/pushok
Major changes:
Client
is stateless - no mutatingnotifications
array.- 2nd argument to
Client
constructor must beLoggerInterface
. - added
pushOne
method toClient
- uses purecurl
without anycurl_multi_*
.