push() ->setPlatform('all') ->addAllAudience() ->setNotificationAlert('Hi, JPush'); try { $response = $push_payload->send(); print_r($response); } catch (\JPush\Exceptions\APIConnectionException $e) { // try something here print $e; } catch (\JPush\Exceptions\APIRequestException $e) { // try something here print $e; }