Welcome Guest, Not a member yet? Register   Sign In
Push Notifications with Pushover
#1

(This post was last modified: 06-30-2020, 06:59 PM by MGatner.)

Hi all- I've been working evening this week to get this one out. If you've never used Pushover, it's an awesome service that brings Push Notifications to any platform. They have a really accessible API that I use for everything from user notifications to server outage reports. Today I bring you:

Tatter\Pushover
Pushover integration for CodeIgniter 4

Quick Start

1. Install with Composer: > composer require tatter/pushover
2. Add credentials to .env or Config/Pushover.php
3. Send an alert: service('pushover')->message(['message' => 'Hello world'])->send();



That easy! This module also supports Pushover's latest API addition, image attachments. More endpoints will be added as there is interest.
As always I welcome any feedback, suggestions, questions. Please submit formal issues or requests on GitHub.

Packagist: https://packagist.org/packages/tatter/pushover
GitHub: https://github.com/tattersoftware/codeigniter4-pushover

I should probably have supplied these as well:

Pushover - https://pushover.net
Pushover API docs - https://pushover.net/api
Reply


Messages In This Thread
Push Notifications with Pushover - by MGatner - 06-30-2020, 06:34 PM
RE: Push Notifications with Pushover - by Chroma - 07-01-2020, 01:38 AM
RE: Push Notifications with Pushover - by MGatner - 07-01-2020, 04:12 AM
RE: Push Notifications with Pushover - by Inc33 - 07-01-2020, 10:45 AM
RE: Push Notifications with Pushover - by MGatner - 07-06-2020, 05:06 PM
RE: Push Notifications with Pushover - by Leo - 07-06-2020, 11:39 PM
RE: Push Notifications with Pushover - by Chroma - 07-08-2020, 02:07 AM



Theme © iAndrew 2016 - Forum software by © MyBB