mkalkbrenner / HVClientLibPHP

An easy to use PHP library to connect to Microsoft HealthVault on top of HVRawConnectorPHP. It adds a nicer object oriented programming interface and hides (most) of the complicated XML parts in the HealthVault protocol.
GNU General Public License v2.0
7 stars 8 forks source link

autoload.php error #4

Closed aneeshasokan13 closed 10 years ago

aneeshasokan13 commented 10 years ago

Hi, I downloaded HVRawConnectorPHP library for access data from Microsoft HealthVault. I added this library source code in htdocs and run demo_app/index.php in browser. But it shows error like this

Warning: require(../vendor/autoload.php) [function.require]: failed to open stream: No such file or directory in C:\xampp\htdocs\HVRawConnectorPHP-master\demo_app\index.php on line 13

Fatal error: require() [function.require]: Failed opening required '../vendor/autoload.php' (include_path='.;\xampp\php\PEAR') in C:\xampp\htdocs\HVRawConnectorPHP-master\demo_app\index.php on line 13

How it can solve? By using default library files, can i access any data/xml from health vault?

Thanks.