Download the PHP package napp/aerogear-push without Composer
On this page you can find all versions of the php package napp/aerogear-push. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package aerogear-push
AeroGearPush
A library which integrates with the the Redhat Aerogear Unified Push restful API.
Installation
Composer
$ composer require napp/aerogear-push
Keycloak oauth token usage
All, but SenderPushRequest(), have a OAuthToken dependency, and to generate the token, look in examples/oauth-keycloak.md
An example on how to set the token.
Usage
Example on how to use this library.
Available Request/Response methods.
For information about how to format the single methods which is accepting arrays, please take a look at the AeroGear Unified Push API documentation.
CreateApplicationRequest()
Required methods
Optional methods
Response
The response is handled by
Return type
json
UpdateApplicationRequest()
Required methods
Optional methods
Response
The response is handled by
Return type
json
DeleteApplicationRequest($pushAppId)
Required methods
Optional methods
Response
The response is handled by
Return type
json
CreateIosVariantRequest($pushAppId)
Required methods
Optional methods
Response
The reponse is handled by
Return type
json
CreateSimplePushVariantRequest($pushAppId)
Required methods
Optional methods
Response
The response is handled by
Return type
json
CreateAndroidVariantRequest($pushAppId)
Required methods
Optional methods
Response
The response is handled by
Return type
json
SenderPushRequest()
Aerogear Unified Push documentation
Required methods
Optional methods
Response
The response is handled by
Return type
json
GetApplicationInstallationRequest()
Required methods
Optional methods
Response
The response is handled by
Return type
json
GetApplicationRequest()
Required methods
Optional methods
Response
The reponse is handled by
Return type
json
GetMetricsMessagesRequest()
Required methods
Optional methods
Response
The response is handled by
Return type
json
GetMetricsDashboardRequest()
Required methods
Optional methods
Response
The response is handled by
Return type
json
GetSysInfoHealthRequest()
Required methods
Optional methods
Response
The response is handled by
Return type
json
Changelog
-
1.0.2
- Added bulk import of device tokens
- Bugfix: typo
-
1.0.1
- Fixed wrong casing for
AbstractApplicationRequest
- Fixed wrong casing for
- 1.0
- init
License
MIT, see LICENSE.