Standalone PHP library for easy devices notifications push.
Standalone PHP library for easy devices message notifications push.
Feel free to contribute! Thanks.
composer require sly/notification-pusher
This repository uses PSR-0 autoload.
After installation with composer please adjust you autoloading config if needed
or include vendor/autoload.php
in your index.php.
WARNING Version v3.0
would support only php 7.0+. Please, update your composer config if needed.
Old version is still available from 1.x branch, with dedicated declared tag.