communitychair1/hv-raw-connector
Composer 安装命令:
composer require communitychair1/hv-raw-connector
包简介
Simple PHP library to connect to Microsoft HealthVault using raw XML.
关键字:
README 文档
README
Simple PHP library to connect to Microsoft HealthVault.
This library is a fork of HVRawConnectorPHP. Several changes have been made to the library since the fork and they are documented at the bottom of this document.
Installation
HVRawConnectorPHP depends on some PHP libraries. If you simply use the latest development version of HVRawConnectorPHP from github you have to ensure that all of them are installed. You can use pear to do so:
pear channel-discover pear.querypath.org
pear install querypath/QueryPath
pear install Log
pear install Net_URL2
HVRawConnectorPHP itself could be installed by pear, too. In that case all the dependencies mentioned above will be installed automatically:
pear channel-discover pear.biologis.com
pear channel-discover pear.querypath.org
pear install biologis/HVRawConnector
This method will install HVRawConnectorPHP as a library, but without the available demo application.
Usage
Some examples will follow later.
Meanwhile you can have a look at the demo_app source code.
Demo
The demo_app included in this repository queries a user's HealthVault record for all "Things" and dumps the content. By default it uses the US pre production instance of HealthVault.
Simply put the HVRawConnectorPHP folder on a web server and access "demo_app/index.php".
Changes and Additions
- Updated the GetThings method to be able to make both online and offline requests
Licence
统计信息
- 总下载量: 1.28k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0
- 更新时间: 2013-06-03