Download the PHP package wrep/notificato without Composer
On this page you can find all versions of the php package wrep/notificato. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download wrep/notificato
More information about wrep/notificato
Files in wrep/notificato
Package notificato
Short Description Takes care of push notifications in your PHP projects.
License MIT
Homepage https://github.com/mac-cain13/notificato
Informations about the package notificato
Notificato
Notificato takes care of push notifications in your PHP projects.
Italian: notificato è: participio passato English: notified
Why use Notificato instead of X?
Notificato has some advantages not all other PHP push libraries have:
- Supports multiple APNS certificates, so you can push to multiple Apps/Passbook Passes
- Takes excellent care of PHPs buggy SSL-sockets, handles quirks and error responses correctly
- Well tested with unit tests and nice Object-Oriented structure
Installation
Installation with Composer is recommended. Run the require command to add Notificato to your project:
composer require wrep/notificato
Suggestion: There is also a Notificato for Symfony bundle available, highly recommended for Symfony2 & Symfony3 users.
Getting started
- Take a look at the snippet below for a impression how Notificato works
- Read the documentation it will help you with common use cases
- Check out the API docs for a deeper understanding what Notificato is capable of
Contribute
We'll love contributions, read Contribute.md for some more info on what you can do and stuff that you should know if you want to help!
License & Credits
Notificato is released under the Mathijs Kadijk, so feel free to use it in commercial and non-commercial projects.
All versions of notificato with dependencies
ext-spl Version *
ext-sockets Version *
ext-openssl Version *
lib-openssl Version *
psr/log Version 1.0.*