PHPackages                             xiaogouxo/yii2-pushbullet - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. xiaogouxo/yii2-pushbullet

ActiveLibrary

xiaogouxo/yii2-pushbullet
=========================

pushbullet extension for yii2

08PHP

Since Oct 31Pushed 9y agoCompare

[ Source](https://github.com/falcolee/yii2-pushbullet)[ Packagist](https://packagist.org/packages/xiaogouxo/yii2-pushbullet)[ RSS](/packages/xiaogouxo-yii2-pushbullet/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

yii2-pushbullet
===============

[](#yii2-pushbullet)

A simple pushbullet extension for yii2.

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

Installation
------------

[](#installation)

To install, either run

```
$ php composer.phar require xiaogouxo/yii2-pushbullet "*"

```

or add

```
"xiaogouxo/yii2-pushbullet": "*"

```

to the `require` section of your `composer.json` file.

============

- Add following lines into `main.php` configuration file:

    ```
      'components' => array(
      	...
          'pushBullet' => [
              'class' => '\xiaogouxo\pushbullet\PushBullet',
              'apiKey' => 'XXXX',
          ]
      	...
      ),

    ```

Simple Usage
============

[](#simple-usage)

$channelTagName = "myhashtag";

Yii::$app-&gt;pushBullet-&gt;pushNote($channelTagName,"hello","welcome to my channel");

- Channel push has alreadly tested.Others not yet \_

More
====

[](#more)

PushBullet

- Get Your access token here:

Requirements

- PHP 5.4.0 or newer
- cURL library for PHP

SDK

- This repo is a fork of joetannenbaum's phpushbullet php sdk api,see full details here:

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/8fbbc85f969923e58bd033c9ec59e20eba3258ac5fdc6bdb8f3b6f098ffc2e8e?d=identicon)[xiaogouxo](/maintainers/xiaogouxo)

---

Top Contributors

[![falcolee](https://avatars.githubusercontent.com/u/4252835?v=4)](https://github.com/falcolee "falcolee (4 commits)")

### Embed Badge

![Health badge](/badges/xiaogouxo-yii2-pushbullet/health.svg)

```
[![Health](https://phpackages.com/badges/xiaogouxo-yii2-pushbullet/health.svg)](https://phpackages.com/packages/xiaogouxo-yii2-pushbullet)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
