PHPackages                             carlcs/craft-pushovernotificationchannel - 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. carlcs/craft-pushovernotificationchannel

ActiveCraft-plugin[Mail &amp; Notifications](/categories/mail)

carlcs/craft-pushovernotificationchannel
========================================

A Pushover notification channel for the Craft Notifications plugin

1.0.0(8y ago)13MITPHP

Since Mar 9Pushed 8y ago1 watchersCompare

[ Source](https://github.com/carlcs/craft-pushovernotificationchannel)[ Packagist](https://packagist.org/packages/carlcs/craft-pushovernotificationchannel)[ RSS](/packages/carlcs-craft-pushovernotificationchannel/feed)WikiDiscussions v1 Synced today

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

Pushover Notification Channel plugin for Craft Notifications
============================================================

[](#pushover-notification-channel-plugin-for-craft-notifications)

A Pushover notification channel for the [Craft Notifications](https://github.com/rias500/craft-notifications) plugin

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

[](#requirements)

The plugin requires Craft CMS 3.0 or later, and the Craft Notifications plugin.

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

[](#installation)

To install the plugin, follow these instructions.

1. Open your terminal and go to your Craft project:

```
cd /path/to/project

```

2. Then tell Composer to load the plugin:

```
composer require carlcs/craft-pushovernotificationchannel

```

3. In the Control Panel, go to Settings → Plugins and click the “Install” button for Pushover Notification Channel.

Usage
-----

[](#usage)

To configure a notification to be sent via Pushover, make sure your `via()` method on the Notification class returns a key with `pushover`.

```
