previewtechs / google-pubsub-utility
Google Pub/Sub PHP 推送 webhook 接收器对象映射器
dev-master
2017-04-26 21:49 UTC
Requires
- netresearch/jsonmapper: ^1.1
This package is auto-updated.
Last update: 2024-09-06 09:24:22 UTC
README
####Google Pub/Sub Web Hook 接收器
用法
<?php require "vendor/autoload.php"; $mapper = new JsonMapper(); /** * @var $messageObject \Previewtechs\GooglePubSubUtility\WebHookReceiver\WebHook */ $messageObject = $mapper->map(json_decode($_POST), new \Previewtechs\GooglePubSubUtility\WebHookReceiver\WebHook()); var_dump($messageObject->getMessage()->getData()->getDecoded());