PHPackages                             shakahl/pharover - 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. shakahl/pharover

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

shakahl/pharover
================

Command line tool to send push notifications through the Pushover service.

15PHP

Since Nov 12Pushed 2y ago1 watchersCompare

[ Source](https://github.com/shakahl/pharover)[ Packagist](https://packagist.org/packages/shakahl/pharover)[ RSS](/packages/shakahl-pharover/feed)WikiDiscussions master Synced 5d ago

READMEChangelogDependenciesVersions (2)Used By (0)

Pharover
========

[](#pharover)

Command line tool to send push notifications through the [Pushover](https://pushover.net/) service.

Table of contents
-----------------

[](#table-of-contents)

- [Features overview](#features-overview)
- [Requirements](#requirements)
- [Installation](#installation)
- [Configuration](#configuration)
- [Usage example](#usage-example)
    - [Usage under Windows](#usage-under-windows)
    - [Usage under Linux](#usage-under-linux)
    - [Building](#building)
- [Unit testing with PHPUnit](#unit-testing-with-phpunit)
- [Known Bugs](#known-bugs)
- [Contributing](#contributing)
- [Credits](#credits)
- [Donation](#donation)
- [License](#license)

Features overview
-----------------

[](#features-overview)

- DRY concept
- Unit testing with [PHPUnit](https://phpunit.de/)\*\* CLI commands with [Symphony Console Component](http://symfony.com/doc/current/components/console/introduction.html)

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

[](#requirements)

The following versions of PHP are supported by this version.

- PHP 5.5
- PHP 5.6
- HHVM

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

[](#installation)

Add `shakahl/pharover` as a requirement to `composer.json`:

```
{
    "require": {
        "shakahl/pharover": "dev-master"
    }
}
```

Update your packages with `composer update` or install with `composer install`.

You can also add the package using `composer require shakahl/pharover` and later specifying the version you want (for now, `dev-master` is your best bet).

Configuration
-------------

[](#configuration)

You must specify your Pullover API credentials in a `.pharover.json` file.

```
{
    "user-key" : "",
    "token-key" : ""
}
```

The file can be placed:

- To your HOME directory.
- To the current working directory.
- To the directory containing the `pharover.phar`.

Usage example
-------------

[](#usage-example)

```
$ php pharover.phar notification:send "test message" --title="Pharover" --url="https://github.com/shakahl/pharover" --url-title="Pharover on GitHub"
```

Unit testing with PHPUnit
-------------------------

[](#unit-testing-with-phpunit)

Make sure about all composer dependencies are installed already.

```
$ composer install
```

### Usage under Windows

[](#usage-under-windows)

```
$ vendor/bin/phpunit​.bat
```

### Usage under Linux

[](#usage-under-linux)

```
$ vendor/bin/phpunit
```

### Building

[](#building)

Pharover can be built with the [Box2](http://box-project.github.io/box2/)

```
$ composer install --no-dev
$ box build
```

Known Bugs
----------

[](#known-bugs)

There aren't any known issues yet.

Contributing
------------

[](#contributing)

See `CONTRIBUTING.md` file.

Credits
-------

[](#credits)

This package was originally created by [Soma Szélpál](https://github.com/shakahl/).

Donation
--------

[](#donation)

You can support [contributors](https://github.com/shakahl/pharover/graphs/contributors) of this project individually. Every contributor is welcomed to add his/her line below with any content. Ordering shall be alphabetically by GitHub username.

- [@shakahl](https://github.com/shakahl): [![[paypal]](https://camo.githubusercontent.com/648ad6f048733f167bf65e11a4fd759eef14da88db61ad078bbd5ddea5d57133/68747470733a2f2f7777772e70617970616c6f626a656374732e636f6d2f656e5f55532f692f62746e2f62746e5f646f6e6174655f4c472e676966)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=3PWPWKLHMBSCU&lc=US&item_name=Open%20Source%20Development&item_number=opensource&currency_code=EUR&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHostedGuest)

License
-------

[](#license)

This project is released under the [MIT License](http://www.opensource.org/licenses/MIT).

###  Health Score

20

—

LowBetter than 12% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5264395?v=4)[Soma Szelpal](/maintainers/shakahl)[@shakahl](https://github.com/shakahl)

---

Top Contributors

[![shakahl](https://avatars.githubusercontent.com/u/5264395?v=4)](https://github.com/shakahl "shakahl (6 commits)")

### Embed Badge

![Health badge](/badges/shakahl-pharover/health.svg)

```
[![Health](https://phpackages.com/badges/shakahl-pharover/health.svg)](https://phpackages.com/packages/shakahl-pharover)
```

###  Alternatives

[bigbharatjain/laravel-clickatell

This package makes it easy to send sms using clickatell.com with Laravel 5.

1435.2k](/packages/bigbharatjain-laravel-clickatell)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
