PHPackages                             gomoob/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. [Mail &amp; Notifications](/categories/mail)
4. /
5. gomoob/php-pushwoosh

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

gomoob/php-pushwoosh
====================

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

1.9.0(8y ago)67212.6k↓43.5%37[12 issues](https://github.com/gomoob/php-pushwoosh/issues)[3 PRs](https://github.com/gomoob/php-pushwoosh/pulls)8MITPHPPHP ^5.6 || ^7.0

Since May 26Pushed 5y ago8 watchersCompare

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

READMEChangelog (10)Dependencies (10)Versions (35)Used By (8)

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

[](#php-pushwoosh)

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

[![Total Downloads](https://camo.githubusercontent.com/5b943246d99a682acf4db6d468f943b40f4cd257059024bca23cc9808aa00f88/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f676f6d6f6f622f7068702d70757368776f6f73682e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/gomoob/php-pushwoosh)[![Latest Stable Version](https://camo.githubusercontent.com/a700d346a9c0f23329f1db10f5c97ca191dc6a98cc3401a1b96421643dd66e27/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f676f6d6f6f622f7068702d70757368776f6f73682e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/gomoob/php-pushwoosh)[![Build Status](https://camo.githubusercontent.com/5374aef9c419907e16eb0cb4164d9353c0f1ddb2122c7aef34abbaf151c32720/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f676f6d6f6f622f7068702d70757368776f6f73682e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/gomoob/php-pushwoosh)[![Coverage](https://camo.githubusercontent.com/2d39d5e46964f0eab45925ffe2a59bfbbd1a0a5a7c6467421c5d66d1bacd320a/68747470733a2f2f696d672e736869656c64732e696f2f636f766572616c6c732f676f6d6f6f622f7068702d70757368776f6f73682e7376673f7374796c653d666c61742d737175617265)](https://coveralls.io/r/gomoob/php-pushwoosh?branch=master)[![Code Climate](https://camo.githubusercontent.com/a2c307ac7931b123683533a9c5f5c7db1e6da470bb548596bdbd73adc3f2b90d/68747470733a2f2f696d672e736869656c64732e696f2f636f6465636c696d6174652f6769746875622f676f6d6f6f622f7068702d70757368776f6f73682e7376673f7374796c653d666c61742d737175617265)](https://codeclimate.com/github/gomoob/php-pushwoosh)[![License](https://camo.githubusercontent.com/6cd772d3fada57116ddbf723054c26e4b8b52346e6cc813ebff1bbcf36fdaf0b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f676f6d6f6f622f7068702d70757368776f6f73682e7376673f7374796c653d666c61742d737175617265)](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** -
- **Symfony 2** -

If you have integrated php-pushwoosh into a popular PHP framework let us know !

About Gomoob
------------

[](#about-gomoob)

At [Gomoob](https://www.gomoob.com) we build high quality software with awesome Open Source frameworks everyday. Would you like to start your next project with us? That's great! Give us a call or send us an email and we will get back to you as soon as possible !

You can contact us by email at  or by phone number (+33) 6 85 12 81 26 or (+33) 6 28 35 04 49.

Visit also  to discover more Open Source softwares we develop.

###  Health Score

44

—

FairBetter than 92% of packages

Maintenance16

Infrequent updates — may be unmaintained

Popularity48

Moderate usage in the ecosystem

Community32

Small or concentrated contributor base

Maturity70

Established project with proven stability

 Bus Factor1

Top contributor holds 87.1% 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 ~37 days

Recently: every ~89 days

Total

31

Last Release

3246d ago

Major Versions

0.1.0 → 1.0.02015-01-18

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

1.1.0PHP &gt;=5.4

1.3.0PHP &gt;=5.5

1.3.1PHP &gt;=5.5.9

1.6.0PHP ^5.6 || ^7.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/4852e6f187378c657f58d61a19e474105855a236b23255204baf14218c5c657f?d=identicon)[bgaillard](/maintainers/bgaillard)

![](https://www.gravatar.com/avatar/22dd33f77ada75e74bcd51e4a573d8ad99d13586c8220c5c5eb9228fc5eb3b03?d=identicon)[simonbaudry](/maintainers/simonbaudry)

---

Top Contributors

[![bgaillard](https://avatars.githubusercontent.com/u/1327782?v=4)](https://github.com/bgaillard "bgaillard (236 commits)")[![simonbaudry](https://avatars.githubusercontent.com/u/4026832?v=4)](https://github.com/simonbaudry "simonbaudry (16 commits)")[![anibalsanchez](https://avatars.githubusercontent.com/u/385780?v=4)](https://github.com/anibalsanchez "anibalsanchez (5 commits)")[![p-golovin](https://avatars.githubusercontent.com/u/7702213?v=4)](https://github.com/p-golovin "p-golovin (4 commits)")[![AhmedFawzy](https://avatars.githubusercontent.com/u/171846?v=4)](https://github.com/AhmedFawzy "AhmedFawzy (4 commits)")[![vinkla](https://avatars.githubusercontent.com/u/499192?v=4)](https://github.com/vinkla "vinkla (3 commits)")[![curtisgibby](https://avatars.githubusercontent.com/u/1086964?v=4)](https://github.com/curtisgibby "curtisgibby (2 commits)")[![FallDi](https://avatars.githubusercontent.com/u/4299295?v=4)](https://github.com/FallDi "FallDi (1 commits)")

---

Tags

gomoobnotificationsphpphp-apiphp-libraryphp-pushwooshpushpushwooshpushnotificationpushwooshgomoob

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

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

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

###  Alternatives

[duccio/apns-php

Apple Push Notification &amp; Feedback Provider

1.4k2.5M13](/packages/duccio-apns-php)[sly/notification-pusher

Standalone PHP library for easy devices notifications push.

1.2k2.8M15](/packages/sly-notification-pusher)[edujugon/push-notification

Laravel Package to send push notifications to Android and IOS devices. (GCM,FCM,APN)

4891.4M1](/packages/edujugon-push-notification)[guanguans/notify

Push notification SDK(AnPush、Bark、Chanify、DingTalk、Discord、Gitter、GoogleChat、IGot、Lark、Mattermost、MicrosoftTeams、NowPush、Ntfy、Push、Pushback、PushBullet、PushDeer、PushMe、Pushover、PushPlus、QQ、RocketChat、ServerChan、ShowdocPush、SimplePush、Slack、Telegram、WeWork、WPush、XiZhi、YiFengChuanHua、ZohoCliq、ZohoCliqWebHook、Zulip).

682104.9k7](/packages/guanguans-notify)[ladumor/one-signal

Laravel Wrapper for OneSignal.

125331.3k](/packages/ladumor-one-signal)[bentools/webpush-bundle

Send push notifications through Web Push Protocol to your Symfony users.

71274.3k](/packages/bentools-webpush-bundle)

PHPackages © 2026

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