PHPackages                             coderovich/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. [Mail &amp; Notifications](/categories/mail)
4. /
5. coderovich/pushover

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

coderovich/pushover
===================

A PHP library for easy PushOver service use: send real-time notifications to your Android and iOS devices.

1.1(7y ago)04711MITPHP

Since Jan 25Pushed 7y ago1 watchersCompare

[ Source](https://github.com/coderovich/pushover)[ Packagist](https://packagist.org/packages/coderovich/pushover)[ Docs](https://github.com/coderovich/pushover)[ RSS](/packages/coderovich-pushover/feed)WikiDiscussions master Synced 4d ago

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

PushOver library
================

[](#pushover-library)

This repository is a fork of  because it looks like dead :(

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

[](#requirements)

- PHP 5.3+
- A [PushOver](https://pushover.net) account
- Have installed PushOver app on your phone ([iPhone](http://itunes.apple.com/us/app/pushover-notifications/id506088175?mt=8) or [Android](https://play.google.com/store/apps/details?id=net.superblock.pushover&hl=fr))

Once you've been registered and after having installed the mobile application, [click this link](https://pushover.net/apps/build) to create your own API application and get back your personal token/key.

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

[](#installation)

### Add to your project Composer packages

[](#add-to-your-project-composer-packages)

Just add `coderovich/pushover` package to the requirements of your Composer JSON configuration file, and run `php composer.phar install` to install it.

### Install from GitHub

[](#install-from-github)

Clone this library from Git with `git clone https://github.com/coderovich/pushover.git`.

Goto to the library directory, get Composer phar package and install vendors:

```
curl -s https://getcomposer.org/installer | php
php composer.phar install

```

You're ready to go.

Example
-------

[](#example)

```
