PHPackages                             cybercog/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. [HTTP &amp; Networking](/categories/http)
4. /
5. cybercog/php-pushwoosh

ActiveLibrary[HTTP &amp; Networking](/categories/http)

cybercog/php-pushwoosh
======================

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

2.2.0(7mo ago)56.1k↓28.6%3[2 issues](https://github.com/cybercog/php-pushwoosh/issues)MITPHPPHP ^8.0CI passing

Since May 26Pushed 7mo ago1 watchersCompare

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

READMEChangelog (8)Dependencies (1)Versions (42)Used By (0)

PHP Pushwoosh
=============

[](#php-pushwoosh)

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

Forked [gomoob/php-pushwoosh](https://github.com/gomoob/php-pushwoosh) because original project stalled.

[![Releases](https://camo.githubusercontent.com/5c250f7d7b70149b8d85ce0a89af0032f44624ecd47c7b734bf994037c1ac7a3/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f6379626572636f672f7068702d70757368776f6f73682e7376673f7374796c653d666c61742d737175617265)](https://github.com/cybercog/php-pushwoosh/releases)[![Build](https://camo.githubusercontent.com/bb0c4d2c9ffb8e41a780b6702f58360548acce25af1f81d2b20bedc31f80fa95/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6379626572636f672f7068702d70757368776f6f73682f74657374732e796d6c3f7374796c653d666c61742d737175617265)](https://github.com/cybercog/php-pushwoosh/actions/workflows/tests.yml)[![License](https://camo.githubusercontent.com/16f3722aced5f245430efbb6ef43deb62f715d26f84e4b800dd04cd052bfe4fd/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6379626572636f672f7068702d70757368776f6f73682e7376673f7374796c653d666c61742d737175617265)](https://github.com/cybercog/php-pushwoosh/blob/master/LICENSE)

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

[](#installation)

Pull in the package through Composer.

```
composer require cybercog/php-pushwoosh
```

Usage
-----

[](#usage)

Sample of creating and sending the 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 it's ok
if ($response->isOk()) {
    print 'Great, my message has been sent !';
} else {
    print 'Oops, the sent failed :-(';
    print 'Status code : ' . $response->getStatusCode();
    print 'Status message : ' . $response->getStatusMessage();
}
```

License
-------

[](#license)

- `PHP Pushwoosh` package is open-sourced software licensed under the [MIT license](LICENSE) by [Anton Komarev](https://komarev.com).

About CyberCog
--------------

[](#about-cybercog)

[CyberCog](https://cybercog.su) is a Social Unity of enthusiasts. Research the best solutions in product &amp; software development is our passion.

- [Follow us on Twitter](https://twitter.com/cybercog)

[![CyberCog](https://cloud.githubusercontent.com/assets/1849174/18418932/e9edb390-7860-11e6-8a43-aa3fad524664.png)](https://cybercog.su)

###  Health Score

50

—

FairBetter than 96% of packages

Maintenance56

Moderate activity, may be stable

Popularity30

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity80

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 81.9% 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 ~106 days

Recently: every ~120 days

Total

40

Last Release

215d ago

Major Versions

0.1.0 → 1.0.02015-01-18

1.11.0 → 2.0.02023-10-11

1.12.0 → 2.1.02024-06-19

v1.x-dev → 2.2.02025-10-15

PHP version history (7 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

2.0.0PHP ^8.0

1.13.0PHP ^7.4 || ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/b3fddc40462126bbc119e373ed6a3f942a90a400f30c076c447c0625b841c4ef?d=identicon)[antonkomarev](/maintainers/antonkomarev)

---

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)")[![antonkomarev](https://avatars.githubusercontent.com/u/1849174?v=4)](https://github.com/antonkomarev "antonkomarev (14 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)")[![romkatsu](https://avatars.githubusercontent.com/u/1677515?v=4)](https://github.com/romkatsu "romkatsu (2 commits)")[![curtisgibby](https://avatars.githubusercontent.com/u/1086964?v=4)](https://github.com/curtisgibby "curtisgibby (2 commits)")[![krsque](https://avatars.githubusercontent.com/u/78272923?v=4)](https://github.com/krsque "krsque (1 commits)")[![FallDi](https://avatars.githubusercontent.com/u/4299295?v=4)](https://github.com/FallDi "FallDi (1 commits)")

---

Tags

notification-androidnotification-iosnotificationsphppushpush-notificationspushwooshsdkrestpushnotificationsendmobilepushwooshcybercoggomoob

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[xendit/xendit-php

Xendit PHP SDK

189730.6k6](/packages/xendit-xendit-php)[infobip/infobip-api-php-client

PHP library for consuming Infobip's API

921.8M10](/packages/infobip-infobip-api-php-client)[gomoob/php-pushwoosh

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

67212.6k8](/packages/gomoob-php-pushwoosh)[onesignal/onesignal-php-api

A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com

34170.2k2](/packages/onesignal-onesignal-php-api)

PHPackages © 2026

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