onesignal-php-api icon indicating copy to clipboard operation
onesignal-php-api copied to clipboard

The official OneSignal API client for PHP

Results 9 onesignal-php-api issues
Sort by recently updated
recently updated
newest added

### How can we help? Hello! This library must use a private repo and also have a dev-stability level. Why don't you publish the library on Packagist? Doing so would...

### What happened? When I try to follow the tutorial for the basic set up I'm getting an internal error include(StringMap.php): Failed to open stream: No such file or directory...

bug

### How can we help? i wanted to send to a specific user with an external id . so how to change this. $config = Configuration::getDefaultConfiguration() ->setAppKeyToken(APP_KEY_TOKEN) ->setUserKeyToken(USER_KEY_TOKEN); $apiInstance =...

### What's on your mind? In doc PHP composer you have: OneSignal/onesignal-php-api by error show after composer u: require.OneSignal/onesignal-php-api is invalid, it should not contain uppercase characters. Please use onesignal/onesignal-php-api...

documentation

### What's on your mind? While the PSR declarations provide no recommendation for namespace capitalization, it is pretty standard to use PascalCase when defining namespaces as it aligns with the...

enhancement

# User Model beta release ⚠️ This release includes breaking changes. Please test before using in production. ## Changes #### Added - **Methods**: - `createAlias` - **PATCH** /apps/{app_id}/users/by/{alias_label}/{alias_id}/identity - `createAliasBySubscription`...

### How can we help? Since we no longer can acquire the user auth keys, what needs to be changed in the sdk code to allow sending push for new...

# READ AND DELETE THIS SECTION BEFORE SUBMITTING PR * **Fill out each _REQUIRED_ section** * **Fill out _OPTIONAL_ sections, remove section if it doesn't apply to your PR** *...