PHPackages                             biologis/hv-raw-connector - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. biologis/hv-raw-connector

ActiveLibrary[Parsing &amp; Serialization](/categories/parsing)

biologis/hv-raw-connector
=========================

Simple PHP library to connect to Microsoft HealthVault using raw XML.

1.3.1(12y ago)11843[2 issues](https://github.com/mkalkbrenner/HVRawConnectorPHP/issues)2GPL-2.0+PHPPHP &gt;=5.3.2

Since Apr 8Pushed 12y ago2 watchersCompare

[ Source](https://github.com/mkalkbrenner/HVRawConnectorPHP)[ Packagist](https://packagist.org/packages/biologis/hv-raw-connector)[ Docs](https://github.com/mkalkbrenner/HVRawConnectorPHP)[ RSS](/packages/biologis-hv-raw-connector/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (3)Versions (4)Used By (2)

HVRawConnectorPHP
=================

[](#hvrawconnectorphp)

Simple low level PHP library to connect to [Microsoft HealthVault](https://www.healthvault.com/).

Installation
------------

[](#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`:

```
{
  "require": {
    "biologis/hv-raw-connector": "dev-master"
  }
}
```

If composer complains about an unknown pear channel, add this to your `composer.json`:

```
{
  "repositories": [
    {
      "type": "pear",
      "url": "http://pear.php.net"
    }
  ]
}
```

Usage
-----

[](#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](http://mkalkbrenner.github.io/HVClientLibPHP/) instead which has been created on top of HVRawConnectorPHP.

Demo
----

[](#demo)

The demo\_app included in this repository queries a user's HealthVault record for all "[Things](http://developer.healthvault.com/pages/types/types.aspx)" 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
-------

[](#licence)

[GPLv2](https://raw.github.com/mkalkbrenner/HVRawConnectorPHP/master/LICENSE.txt).

Sponsor
-------

[](#sponsor)

[bio.logis](https://www.biologis.com) offers users of [pgsbox.de](https://pgsbox.de) to upload diagnostic reports to HealthVault.

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity60

Established project with proven stability

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~48 days

Total

4

Last Release

4687d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2bc8e4b2a585cedae1909fc72a3a9f2808bdcd92e61189d20b9e613a8dc52f82?d=identicon)[mkalkbrenner](/maintainers/mkalkbrenner)

---

Tags

xmlhealthvault

### Embed Badge

![Health badge](/badges/biologis-hv-raw-connector/health.svg)

```
[![Health](https://phpackages.com/badges/biologis-hv-raw-connector/health.svg)](https://phpackages.com/packages/biologis-hv-raw-connector)
```

###  Alternatives

[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.6k38.2k](/packages/matomo-matomo)[wikimedia/parsoid

Parsoid, a bidirectional parser between wikitext and HTML5

186545.9k2](/packages/wikimedia-parsoid)[goetas-webservices/xsd2php

Convert XSD (XML Schema) definitions into PHP classes and JMS metadata

2391.7M43](/packages/goetas-webservices-xsd2php)[amabnl/amadeus-ws-client

SOAP Web Service client library for interacting with the Amadeus GDS through its SOAP interface

207261.5k](/packages/amabnl-amadeus-ws-client)[symfony/json-streamer

Provides powerful methods to read/write data structures from/into JSON streams.

17569.5k29](/packages/symfony-json-streamer)[friendsofcxml/cxml-php

PHP Implementation of cXML Standard

16131.4k7](/packages/friendsofcxml-cxml-php)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
