Download the PHP package dutchie027/apnpush without Composer
On this page you can find all versions of the php package dutchie027/apnpush. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download dutchie027/apnpush
More information about dutchie027/apnpush
Files in dutchie027/apnpush
Package apnpush
Short Description PHP client for Apple Push Notification Service (APNs)
License MIT
Homepage https://github.com/dutchie027/apnpush
Informations about the package apnpush
Apnpush
Apnpush is a simple PHP library for sending push notifications via Apple's APN Service.
Features
- [X] Uses new Apple APNs HTTP/2 connection
- [X] Supports JWT-based authentication
- [X] Supports Certificate-based authentication
- [X] Supports new iOS features such as Collapse IDs, Subtitles and Mutable Notifications
- [X] Uses concurrent requests to APNs
- [X] Tested and working in APNs production environment
Requirements
- PHP 7.4+
- lib-curl >= 7.46.0 (with http/2 support enabled)
- lib-openssl >= 1.0.2e
Install
Via Composer
Getting Started
Using Certificate (.pem). Only the initilization differs from JWT code (above). Remember to include the rest of the code by yourself.
Testing
To-Do
- Fix the tests
- Ensure they all port/move ok (pslam)
- Check to see if http/2 is installed
- Clean up the documentation
- Other things
Code of Conduct
This project adheres to a code of conduct. By participating in this project and its community, you are expected to uphold this code.
License
Apnpush is released under the MIT License. See LICENSE
for details.
Versioning
This code uses Semver. This means that versions are tagged with MAJOR.MINOR.PATCH. Only a new major version will be allowed to break backward compatibility (BC).
Classes marked as @experimental
or @internal
are not included in our backward compatibility promise.
You are also not guaranteed that the value returned from a method is always the
same. You are guaranteed that the data type will not change.
Contributing
Contributions are welcome! To contribute, please familiarize yourself with CONTRIBUTING.md.
Credits
- Thanks to the original author Arthur Edamov
- Also, to those who have contributed
All versions of apnpush with dependencies
ext-curl Version *
lib-curl Version >=7.46.0
ext-openssl Version *
lib-openssl Version >=1.0.2.5
ext-json Version *
ext-xml Version *