PHPackages                             fireless/php-pushwoosh - 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. fireless/php-pushwoosh

ActiveLibrary

fireless/php-pushwoosh
======================

A PHP Library to easily work with the Pushwoosh REST Web Services.

1.1.2(10y ago)031MITPHPPHP &gt;=5.4

Since May 26Pushed 10y ago2 watchersCompare

[ Source](https://github.com/diegocasetti/php-pushwoosh)[ Packagist](https://packagist.org/packages/fireless/php-pushwoosh)[ RSS](/packages/fireless-php-pushwoosh/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (2)Dependencies (8)Versions (20)Used By (0)

php-pushwoosh
=============

[](#php-pushwoosh)

> A PHP Library to easily work with the Pushwoosh REST Web Services.

[![Total Downloads](https://camo.githubusercontent.com/1e5e9896898f534de0c0481beaf8b13af3f68caaccab42035d0c1d8fe78c45ae/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f676f6d6f6f622f7068702d70757368776f6f73682e7376673f7374796c653d666c6174)](https://packagist.org/packages/gomoob/php-pushwoosh)[![Latest Stable Version](https://camo.githubusercontent.com/c1e2d864fc2749ef51cf873e62f4e99783b25c35faefb65b035b2c5ba0a87d0f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f676f6d6f6f622f7068702d70757368776f6f73682e7376673f7374796c653d666c6174)](https://packagist.org/packages/gomoob/php-pushwoosh)[![Build Status](https://camo.githubusercontent.com/d9453f81e9782480294f0cd65a742cd8916ac72afd0d2105fd6e71856d5e4ff2/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f676f6d6f6f622f7068702d70757368776f6f73682e7376673f7374796c653d666c6174)](https://travis-ci.org/gomoob/php-pushwoosh)[![Coverage](https://camo.githubusercontent.com/710ce71c8fb2358402fb0eaf402eb61d2b1234c9f9867b832f25a7acf3702bee/68747470733a2f2f696d672e736869656c64732e696f2f636f766572616c6c732f676f6d6f6f622f7068702d70757368776f6f73682e7376673f7374796c653d666c6174)](https://coveralls.io/r/gomoob/php-pushwoosh?branch=master)[![Code Climate](https://camo.githubusercontent.com/9a78fb1a29f481ad872a5c7f600d1f6fa5e047d8dd51011a9bb88d8ffbc3ceb8/68747470733a2f2f696d672e736869656c64732e696f2f636f6465636c696d6174652f6769746875622f676f6d6f6f622f7068702d70757368776f6f73682e7376673f7374796c653d666c6174)](https://codeclimate.com/github/gomoob/php-pushwoosh)[![License](https://camo.githubusercontent.com/59070c7b3342caf4cf2885a8abcbe1887e201d1fe4e93d4227aba4ad27de6437/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f676f6d6f6f622f7068702d70757368776f6f73682e7376673f7374796c653d666c6174)](https://packagist.org/packages/gomoob/php-pushwoosh)

First sample, creating a Pushwoosh message
------------------------------------------

[](#first-sample-creating-a-pushwoosh-message)

```
// Create a Pushwoosh client
$pushwoosh = Pushwoosh::create()
    ->setApplication('XXXX-XXX')
    ->setAuth('xxxxxxxx');

// Create a request for the '/createMessage' Web Service
$request = CreateMessageRequest::create()
    ->addNotification(Notification::create()->setContent('Hello Jean !'));

// Call the REST Web Service
$response = $pushwoosh->createMessage($request);

// Check if its ok
if($response->isOk()) {
    print 'Great, my message has been sent !';
} else {
    print 'Oups, the sent failed :-(';
    print 'Status code : ' . $response->getStatusCode();
    print 'Status message : ' . $response->getStatusMessage();
}
```

Easy, isn't it ?

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

[](#documentation)

- [Documentation](http://gomoob.github.io/php-pushwoosh)
- [How to Contribute](http://gomoob.github.io/php-pushwoosh/contribute.html)

Framework Integrations
----------------------

[](#framework-integrations)

- **Laravel** -

If you have integrated Pushwoosh into a popular PHP framework let us know!

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 85.5% 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.

###  Release Activity

Cadence

Every ~31 days

Recently: every ~7 days

Total

18

Last Release

3831d ago

Major Versions

0.1.0 → 1.0.02015-01-18

PHP version history (2 changes)0.1.0-alpha1PHP &gt;=5.3.3

1.1.0PHP &gt;=5.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/9d866a82444a7284603aea460017641672f2b1d33698a3a1a6df2711c5da4b3a?d=identicon)[diego.casetti](/maintainers/diego.casetti)

---

Top Contributors

[![bgaillard](https://avatars.githubusercontent.com/u/1327782?v=4)](https://github.com/bgaillard "bgaillard (136 commits)")[![simonbaudry](https://avatars.githubusercontent.com/u/4026832?v=4)](https://github.com/simonbaudry "simonbaudry (13 commits)")[![diegocasetti](https://avatars.githubusercontent.com/u/2302664?v=4)](https://github.com/diegocasetti "diegocasetti (8 commits)")[![curtisgibby](https://avatars.githubusercontent.com/u/1086964?v=4)](https://github.com/curtisgibby "curtisgibby (1 commits)")[![vinkla](https://avatars.githubusercontent.com/u/499192?v=4)](https://github.com/vinkla "vinkla (1 commits)")

---

Tags

pushpushwooshfireless

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/fireless-php-pushwoosh/health.svg)

```
[![Health](https://phpackages.com/badges/fireless-php-pushwoosh/health.svg)](https://phpackages.com/packages/fireless-php-pushwoosh)
```

###  Alternatives

[pusher/pusher-php-server

Library for interacting with the Pusher REST API

1.5k94.8M293](/packages/pusher-pusher-php-server)[symfony/web-link

Manages links between resources

1.4k99.0M251](/packages/symfony-web-link)[minishlink/web-push

Web Push library for PHP

1.9k12.0M53](/packages/minishlink-web-push)[symfony/mercure

Symfony Mercure Component

43915.1M28](/packages/symfony-mercure)[symfony/mercure-bundle

Symfony MercureBundle

30813.5M53](/packages/symfony-mercure-bundle)[gomoob/php-pushwoosh

A PHP Library to easily send push notifications with the Pushwoosh REST Web Services.

67212.6k8](/packages/gomoob-php-pushwoosh)

PHPackages © 2026

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