Search by

feliz / qpushme

Feliz

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: 2026-08-27 04:44:54 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