Download the PHP package biologis/hv-raw-connector without Composer
On this page you can find all versions of the php package biologis/hv-raw-connector. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download biologis/hv-raw-connector
More information about biologis/hv-raw-connector
Files in biologis/hv-raw-connector
Package hv-raw-connector
Short Description Simple PHP library to connect to Microsoft® HealthVault® using raw XML.
License GPL-2.0+
Homepage https://github.com/mkalkbrenner/HVRawConnectorPHP
Informations about the package hv-raw-connector
HVRawConnectorPHP
Simple low level PHP library to connect to Microsoft HealthVault.
Installation
HVRawConnectorPHP depends on some PHP libraries. But you can simply use composer to install HVRawConnectorPHP and it's dependencies.
To add HVRawConnectorPHP as a library in your project, add something like that to
the 'require' section of your composer.json
:
If composer complains about an unknown pear channel, add this to your composer.json
:
Usage
Due to the fact that HVRawConnectorPHP is a low level libary, we don't want to provide brief instructions here. But if you're interested you can have a look at the demo_app source code that comes with the lib.
To develop HealthVault applications using PHP we recommend to use the HVClientLib instead which has been created on top of HVRawConnectorPHP.
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".
Licence
Sponsor
bio.logis offers users of pgsbox.de to upload diagnostic reports to HealthVault.
All versions of hv-raw-connector with dependencies
php Version >=5.3.2
psr/log Version 1.0.0
querypath/querypath Version >=3.0.0