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

v0.0.3 2019-09-22 14:33 UTC

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