PHPackages                             duckydan/drupal-pushover - 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. duckydan/drupal-pushover

ActiveDrupal-module

duckydan/drupal-pushover
========================

Pushover integration

06PHP

Since Dec 12Pushed 6y agoCompare

[ Source](https://github.com/duckydan/drupal-pushover)[ Packagist](https://packagist.org/packages/duckydan/drupal-pushover)[ RSS](/packages/duckydan-drupal-pushover/feed)WikiDiscussions 8.x-1.x Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Pushover
========

[](#pushover)

This is a Drupal 8 module that allows you to send push notification through [Pushover](https://pushover.net) service.

Code Sample
===========

[](#code-sample)

Signature
---------

[](#signature)

```
\Drupal::service('pushover.sender')->sendNotification($title, $message, $url = NULL, $url_title = NULL);

```

Simple example
--------------

[](#simple-example)

```
\Drupal::service('pushover.sender')->sendNotification('Test config', 'Hello world !');

```

Full example
------------

[](#full-example)

```
\Drupal::service('pushover.sender')->sendNotification($title, $description, $url, $url_label);

```

Module download
===============

[](#module-download)

This module is not (yet ?) on drupal.org, but you can download it with composer :

```
composer config repositories.drupal-pushover vcs https://github.com/kgaut/drupal-pushover
composer require drupal/pushover

```

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity35

Early-stage or recently created project

 Bus Factor1

Top contributor holds 88.2% 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://avatars.githubusercontent.com/u/798164?v=4)[Dan Eveland](/maintainers/duckydan)[@duckydan](https://github.com/duckydan)

---

Top Contributors

[![kgaut](https://avatars.githubusercontent.com/u/736910?v=4)](https://github.com/kgaut "kgaut (15 commits)")[![duckydan](https://avatars.githubusercontent.com/u/798164?v=4)](https://github.com/duckydan "duckydan (2 commits)")

### Embed Badge

![Health badge](/badges/duckydan-drupal-pushover/health.svg)

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

PHPackages © 2026

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