2017 © Pedro Peláez
 

library yii2-pushbullet

pushbullet extension for yii2

image

xiaogouxo/yii2-pushbullet

pushbullet extension for yii2

  • Monday, October 31, 2016
  • by xiaogouxo
  • Repository
  • 0 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

yii2-pushbullet

A simple pushbullet extension for yii2., (*1)

  • All kinds of push like note link file & etc.. supported.
  • Easy to use in 5 secs
  • Any push from your yii2

Installation

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',
        ]
        ...
    ),

Simple Usage

$channelTagName = "myhashtag";, (*6)

Yii::$app->pushBullet->pushNote($channelTagName,"hello","welcome to my channel");, (*7)

  • Channel push has alreadly tested.Others not yet ~_~

More

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)

The Versions

31/10 2016

dev-master

9999999-dev https://github.com/xiaogouxo/yii2-pushbullet

pushbullet extension for yii2

  Sources   Download

BSD-3

The Requires

 

by Falco Lee

yii ip region