PHPackages                             pcs/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. [Mail &amp; Notifications](/categories/mail)
4. /
5. pcs/pushbullet

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

pcs/pushbullet
==============

Push notifications to devices and browsers via Pushbullet

v4.0.2(1y ago)012MITPHPPHP &gt;= 5.4.0

Since May 22Pushed 1y agoCompare

[ Source](https://github.com/Pasquale-CS/Pushbullet-for-PHP)[ Packagist](https://packagist.org/packages/pcs/pushbullet)[ Docs](https://github.com/Pasquale-CS/Pushbullet-for-PHP)[ GitHub Sponsors](https://github.com/LukeTowers)[ RSS](/packages/pcs-pushbullet/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)DependenciesVersions (4)Used By (0)

Pushbullet for PHP
==================

[](#pushbullet-for-php)

[![](https://camo.githubusercontent.com/6195c1ece9cb0121578101b0d8caad7b3a38436cd00a330b853af8d8863f32fe/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7063732f7075736862756c6c65742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/pcs/pushbullet)[![](https://camo.githubusercontent.com/d2fa499df8eeb84128bd0cc29e75e8b449cd882c2146c9caac2661fd9ab28e77/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7063732f7075736862756c6c65742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/pcs/pushbullet)[![](https://camo.githubusercontent.com/b485ac047a440f49a7a25c8209638cfd658da1a7da9bea13f64031e55f37a3df/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f7063732f7075736862756c6c65742e7376673f7374796c653d666c61742d737175617265)](LICENSE)

Description
-----------

[](#description)

A PHP library for the **[Pushbullet](https://www.pushbullet.com)** API allowing you to send all supported push notification types, manage contacts, send SMS messages, create/delete channels, and manage channel subscriptions.

For more information, you can refer to these links:

- **Official website**:
- **API reference**:
- **Blog**:
- **Apps**:

Requirements
------------

[](#requirements)

- PHP 5.4.0 or newer
- Composer
- cURL library for PHP
- Your Pushbullet access token:

Install
-------

[](#install)

Create a `composer.json` file in your project root:

```
{
    "require": {
        "pcs/pushbullet": "4.*"
    }
}
```

Run `php composer.phar install` to download the library and its dependencies.

Quick Documentation
-------------------

[](#quick-documentation)

Add this line to include Composer packages:

```
