Stars: 1179
Forks: 277
Pull Requests: 77
Issues: 124
Watchers: 55
Last Updated: 2023-09-05 08:12:02
Standalone PHP library for easy devices notifications push.
License: MIT License
Languages: PHP, Makefile, Dockerfile
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.