feliz / qpushme
php-sdk for qpush.me,quick & easy to push notification to iPhone
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/feliz/qpushme
Requires
- guzzlehttp/guzzle: ^6.2
Requires (Dev)
- mockery/mockery: 1.2.3
- phpunit/phpunit: ^7.5
This package is auto-updated.
Last update: 2025-12-27 03:23:01 UTC
README
📲 php-sdk for qpush.me,quick & easy to push notification to iPhone
install
$ composer require "feliz/qpushme"
use
$config = ['name'=>'your name','code'=>'your code','timeout'=>5]; $QPushMe = new \Feliz\QPushMe\QPushMe($config); //send text to iPhone $QPushMe->text('new message'); //send url to iPhone $QPushMe->url('https://www.google.com','google');
License
MIT