dev-master
9999999-dev https://github.com/xiaogouxo/yii2-pushbulletpushbullet extension for yii2
BSD-3
The Requires
by Falco Lee
yii ip region
pushbullet extension for yii2
A simple pushbullet extension for yii2., (*1)
To install, either run, (*2)
$ php composer.phar require xiaogouxo/yii2-pushbullet "*"
or add, (*3)
"xiaogouxo/yii2-pushbullet": "*"
to the require
section of your composer.json
file., (*4)
============
* Add following lines into main.php
configuration file:, (*5)
'components' => array( ... 'pushBullet' => [ 'class' => '\xiaogouxo\pushbullet\PushBullet', 'apiKey' => 'XXXX', ] ... ),
$channelTagName = "myhashtag";, (*6)
Yii::$app->pushBullet->pushNote($channelTagName,"hello","welcome to my channel");, (*7)
PushBullet * Get Your access token here:https://www.pushbullet.com/account, (*8)
Requirements * PHP 5.4.0 or newer * cURL library for PHP, (*9)
SDK * This repo is a fork of joetannenbaum's phpushbullet php sdk api,see full details here:https://github.com/joetannenbaum/phpushbullet, (*10)
pushbullet extension for yii2
BSD-3
yii ip region