This client handles mongo side data storage (and access also)
Install dependency by running the following command composer install
Update dependency if needed by running composer update
<?php
// ...
// USAGE CODE GOES HERE
$client = new Client("dev");
....
// ...
?>
`` $ phpunit test/MeasureRecorder/ClientTest.php