PHPackages                             srleach/pushr - 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. [API Development](/categories/api)
4. /
5. srleach/pushr

AbandonedArchivedLibrary[API Development](/categories/api)

srleach/pushr
=============

Library to abstract a push notification provider to a simple interface, allowing users to switch out the provider if desired..

1.0.0(10y ago)034Apache-2.0PHP

Since Nov 23Pushed 10y ago1 watchersCompare

[ Source](https://github.com/srleach/pushr)[ Packagist](https://packagist.org/packages/srleach/pushr)[ Docs](https://github.com/srleach/pushr)[ RSS](/packages/srleach-pushr/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

pushr
=====

[](#pushr)

Modular PHP Push Notification Helper

Usage
-----

[](#usage)

#### Installation

[](#installation)

Simply require the module using composer, as normal:

```
composer require srleach/pushr
```

You're ready to get started.

#### Using pushr

[](#using-pushr)

Pushr was designed to fill a gap in a project. That gap was the need for a system to allow push notifications to be sent in a flexible manner. Using a library such as this abstracts that decision to one that can be changed with little fuss at a later date, allowing you to make a just-in-time decision over which provider you'll use without blocking development.

To create a push notification, you need to get an instance of a 'push notification'

```
