Skip to content

coldfrontlabs/drupal-pushover

 
 

Repository files navigation

Pushover

This is a Drupal 8 module that allows you to send push notification through Pushover service.

Code Sample

Signature

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

Simple example

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

Full example

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

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

About

Pushover integration for Drupal 8

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%