PHPackages                             xenji/prowlphp - 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. xenji/prowlphp

AbandonedArchivedLibrary[API Development](/categories/api)

xenji/prowlphp
==============

PHP library to access the webserives of Prowl (http://www.prowlapp.com/)

1.0.4(9y ago)4918.7k17[1 PRs](https://github.com/xenji/ProwlPHP/pulls)2Apache 2.0PHPPHP &gt;=5.3.0

Since Mar 13Pushed 8y agoCompare

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

READMEChangelog (1)DependenciesVersions (2)Used By (2)

ProwlPHP
========

[](#prowlphp)

[![Build Status](https://camo.githubusercontent.com/ea7c640d69632b67202c0a254397b403181ec9601a2e93e02140bb0b43ebb74b/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f78656e6a692f50726f776c5048502e706e67)](http://travis-ci.org/xenji/ProwlPHP)[![endorse](https://camo.githubusercontent.com/c427f0d5e9061c24ccf026bfb37aa3baaf3b005bf62b52847e05cb0cf90180e4/687474703a2f2f6170692e636f64657277616c6c2e636f6d2f78656e6a692f656e646f727365636f756e742e706e67)](http://coderwall.com/xenji)

License
-------

[](#license)

The project source forked from Fenric had no license information. My modifications, which is a rewrite of 80-90% of the original source, are published under Apache 2.0 License. Read the LICENSE file for further information.

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

[](#requirements)

- PHP 5.3
- cURL with SSL support.

Important
---------

[](#important)

Versions below 1.0.0 support PHP 5.2, from release 1.0.0 on PHP 5.3 will be supported exclusively. You can use the 0.3.3 branch, if you really need support for PHP 5.2, but I will only handle bug related issues on that branch, no feature requests.

Using Composer
--------------

[](#using-composer)

To install ProwlPHP with composer you simply need to create a *composer.json* in your project root and add:

```
{
    "require": {
        "xenji/ProwlPHP": ">=1.0.2"
    }
}
```

Then run

```
$ wget -nc http://getcomposer.org/composer.phar
$ php composer.phar install
```

You have now ProwlPHP installed in *vendor/xenji/ProwlPHP*

And an handy autoload file to include in you project in *vendor/.composer/autoload.php*

PEAR Channel
------------

[](#pear-channel)

ProwlPHP can be installed from PEAR.

```
xenji@xenjibook:~/pear channel-discover pear.xenji.com

xenji@xenjibook:~/pear install xenji/Prowl

```

Documentation
-------------

[](#documentation)

This project is badly documented at the moment. The wiki at Fenric's repo has been switched off so I have to write the docs from the scratch. Please visit the wiki pages from time to time to get updates. In the meantime you can take a look at the example.php, located in the examples directory. This file shows the main functionality, but no extra stuff.

**Please remember to you use your own API keys - in the examples and in the unit tests. Thank you for not spamming me.**

Changelog
---------

[](#changelog)

See the issues tab and the corresponding milestones for changelog information.

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity39

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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.

###  Release Activity

Cadence

Every ~1663 days

Total

2

Last Release

3560d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5d77dc9788d573af3137c62d314cebe11e2f5d1301bffee84cda94ae27e8da22?d=identicon)[xenji](/maintainers/xenji)

---

Top Contributors

[![altheeagle](https://avatars.githubusercontent.com/u/22564116?v=4)](https://github.com/altheeagle "altheeagle (1 commits)")[![caveman99](https://avatars.githubusercontent.com/u/25002?v=4)](https://github.com/caveman99 "caveman99 (1 commits)")[![xenji](https://avatars.githubusercontent.com/u/102154?v=4)](https://github.com/xenji "xenji (1 commits)")

---

Tags

apiwebservices

### Embed Badge

![Health badge](/badges/xenji-prowlphp/health.svg)

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

###  Alternatives

[njasm/soundcloud

Soundcloud API Wrapper written in PHP with OAuth 2.0 support

100165.4k2](/packages/njasm-soundcloud)[m165437/laravel-blueprint-docs

API Blueprint Renderer for Laravel

22879.8k](/packages/m165437-laravel-blueprint-docs)

PHPackages © 2026

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