PHPackages                             sly/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. sly/pushover

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

sly/pushover
============

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

1.0.4(12y ago)3431.6k↓40.6%15[4 PRs](https://github.com/Ph3nol/PushOver/pulls)2MITPHP

Since Jul 26Pushed 6y ago3 watchersCompare

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

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

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

[](#pushover-library)

[![Continuous Integration status](https://camo.githubusercontent.com/f43536c9229910f5fa8e02a0812c341f4d01c7976e4123f6814b656365691131/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f5068336e6f6c2f507573684f7665722e706e67)](http://travis-ci.org/Ph3nol/PushOver)

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 `sly/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/Ph3nol/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)

```
