PHPackages                             vdbf/pushover-php - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. vdbf/pushover-php

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

vdbf/pushover-php
=================

0.0.2(11y ago)120PHP

Since Nov 5Pushed 11y ago2 watchersCompare

[ Source](https://github.com/vdbf/pushover-php)[ Packagist](https://packagist.org/packages/vdbf/pushover-php)[ RSS](/packages/vdbf-pushover-php/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (4)Versions (3)Used By (0)

pushover-php
============

[](#pushover-php)

Pushover REST API implementation in PHP

\##Installation

All you have to do is execute: `composer require vdbf/pushover-php 0.0.2`

Alternatively, you can edit `composer.json` and add the following entry to the require section:

```
    'vdbf/pushover-php' : '0.0.2'

```

\##Example usage

```
require dirname(__DIR__) . '/vendor/autoload.php';

//setup pushover client
$pusher = new \Vdbf\Pushover\Client(array('token' => $argv[1]), new \GuzzleHttp\Client());

//compose a message
$message = new \Vdbf\Pushover\Message($argv[2], $argv[3]);

//push a message
$pusher->send($message);
```

Integration
-----------

[](#integration)

At the moment of writing, integration for Laravel 4.\* is supported. A service provider and a facade class are supplied. Installation is done in 2 simple steps after the general installation steps:

1. edit `app/config/app.php` to add the service provider and the facade class

```
    'providers' => array(
      ...
      'Vdbf\Pushover\Support\Laravel\PushoverProvider'
    )

    'aliases' => array(
      ...
      'Pushover' => 'Vdbf\Pushover\Support\Laravel\PushoverFacade'
    )

```

2. edit `app/config/services.php` (supplied by default from L4.2) to add a `token` setting

```
    'pushover' => array(
      'token' => YOUR_PUSHOVER_APP_TOKEN
    )

```

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity54

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.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

4257d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1001306?v=4)[Eelke van den Bos](/maintainers/eelkevdbos)[@eelkevdbos](https://github.com/eelkevdbos)

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/vdbf-pushover-php/health.svg)

```
[![Health](https://phpackages.com/badges/vdbf-pushover-php/health.svg)](https://phpackages.com/packages/vdbf-pushover-php)
```

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M3.0k](/packages/craftcms-cms)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)[nativephp/mobile

NativePHP for Mobile

1.1k75.1k90](/packages/nativephp-mobile)[illuminate/http

The Illuminate Http package.

11937.9M6.8k](/packages/illuminate-http)[venturedrake/laravel-crm

A free open source CRM built as a package for laravel projects

43311.1k](/packages/venturedrake-laravel-crm)[flarum/core

Delightfully simple forum software.

201.4M2.3k](/packages/flarum-core)

PHPackages © 2026

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