php-pushwoosh icon indicating copy to clipboard operation
php-pushwoosh copied to clipboard

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

Results 19 php-pushwoosh issues
Sort by recently updated
recently updated
newest added

Hello. Is there any plans for compatibility with php 8 in the near future?

We are implementing pushwoosh in production and I don't know how to send push messages only to test devices. That's why I have to be careful doing tests. Looking in...

Documentation for /createMessage allows for use of 'ios_title' and 'ios_subtitle'. Added this to the IOS model. See: http://docs.pushwoosh.com/docs/createmessage

Add support for chrome_duration option

Let me know if the tests are mandatory or just optional.

Add support ``` “chrome_button_text1”: “1“, // optional “chrome_button_url1”: “button1_url“, // optional, ignored if chrome_button_text1 is not set “chrome_button_text2”: “2“, // optional “chrome_button_url2”: “button2_url”, // optional, ignored if chrome_button_text2 is not...

Recently Pushwoosh updated its Remote Guide API documentation, version `2.x.x` of the library should progressively implement the new requests. - [ ] `/getMessageDetails` (http://docs.pushwoosh.com/docs/getmessagedetails) - [ ] `/addTag` (http://docs.pushwoosh.com/docs/addtag) (see...

enhancement
help wanted

Pushwoosh now includes in its raw createMessage response a list of devices/tokens for which it does not know what they are (likely because [the user removed the app or the...

enhancement

Today Guzzle is used in many Web Services PHP libraries, it would be great to allow the library to use Guzzle instead of the CURL HTTP client.

enhancement

As explained in the http://docs.pushwoosh.com/docs/createmessage documentation it is possible to specify `Country` and `Language` conditions. For example. ``` "conditions": [["Country", "EQ", "BR"],["Language", "EQ", "pt"]] ``` It would be useful to...

enhancement