Registry / networking / jpush-jpush

jpush-jpush

JSON →
library3.7.0phppackagistunverified

JPush API PHP Client is a PHP library for interacting with the JPush push notification service.

composer require jpush/jpush
INSTALL
IMPORT
SIG · JPUSH-JPUSH
J
jpush-jpush
networkingphpv3.7.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Client
✓ use JPush\Client;

Initialize the JPush client and send a push notification to all platforms.

use JPush\Client; $client = new Client('app_key', 'master_secret'); $response = $client->push()->setPlatform('all')->addAllAudience()->setNotificationAlert('Hello, JPush!')->send();
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.7.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
14
Resources
jpush-jpush — pip install jpush-jpush · libregistry