onesignal-php-api
onesignal-php-api copied to clipboard
The official OneSignal API client for PHP
### 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...
### 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 =...
[Bug]:
### 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...
### 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...