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

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

leonardoteixeira/pushover
=========================

A simple PHP library for the Pushover service

v1.2(9y ago)1827.7k↓50%6[1 PRs](https://github.com/LeonardoTeixeira/pushover/pulls)3MITPHPPHP &gt;=5.4.0

Since Jun 2Pushed 7y ago4 watchersCompare

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

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

Pushover for PHP
================

[](#pushover-for-php)

[![Build Status](https://camo.githubusercontent.com/d4ea56fcdf96149a6d62ede7f9a2caa7e766d6b7e9a6ae64257d7c88f823e3e3/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f4c656f6e6172646f54656978656972612f707573686f7665722e7376673f7374796c653d666c6174)](https://travis-ci.org/LeonardoTeixeira/pushover)[![Version](https://camo.githubusercontent.com/129e4e9215192b50ce73be3e5246d86ccf7e9bc63effbd4c3e0479bd2f607432/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6c656f6e6172646f74656978656972612f707573686f7665722e7376673f7374796c653d666c6174)](https://packagist.org/packages/leonardoteixeira/pushover)[![Total Downloads](https://camo.githubusercontent.com/49fadc5d82b7b5d82e7ef28aafc7dd576b77e3eb4f7dc9c71e6b66bbf8ec7a71/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c656f6e6172646f74656978656972612f707573686f7665722e7376673f7374796c653d666c6174)](https://packagist.org/packages/leonardoteixeira/pushover)[![License](https://camo.githubusercontent.com/c6633377809b1c62e0471f355c65caa42efb54145908575b8bc44f2858f4def3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6c656f6e6172646f74656978656972612f707573686f7665722e7376673f7374796c653d666c6174)](https://packagist.org/packages/leonardoteixeira/pushover)

A simple PHP library for the [Pushover](https://pushover.net) service.

This library was written using the [PSR-4](http://www.php-fig.org/psr/psr-4/) standards.

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

[](#installation)

Use the [Composer](https://getcomposer.org/) to install.

### composer.json

[](#composerjson)

```
{
	"require": {
		"leonardoteixeira/pushover": "1.*"
	}
}
```

### Running the composer

[](#running-the-composer)

```
composer install

```

Usage
-----

[](#usage)

### Basic Example

[](#basic-example)

```
