feliz/qpushme

php-sdk for qpush.me,quick & easy to push notification to iPhone

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

This package is auto-updated.

Last update: 2025-06-27 02:20:10 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