2017 © Pedro Peláez
 

library growclient-php

GROW-Services.net client library for PHP

image

grow-services/growclient-php

GROW-Services.net client library for PHP

  • Friday, January 30, 2015
  • by joostfaassen
  • Repository
  • 10 Watchers
  • 0 Stars
  • 279 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

growclient-php

Official GROW-Services.net client library for PHP, (*1)

Install

You can install the through the composer., (*2)

{
    "require": {
        "grow-services/growclient-php": "dev-master"
    }
}    

Usage

    use GrowClient;
    use GrowChart\Common\Pregnancy;


    // This factory can get all client. rest xml and soap.
    $client = ClientFactory::getInstance()->getClient('rest', $apikey, $apisecret);

    $preg = new Pregnancy();

    $preg->setEdd($edd);
    $preg->setEthnicity($eoc->client->spirit_ethnicity->toString());
    $preg->setParity($para);
    $preg->setMaternalheight($length);
    $preg->setMaternalweight($weight);
    $preg->setGrowchartversion($version);
    $preg->setGrowchartid($growchartid);

    $chart = $client->registerPregnancy($preg);

    print_r($chart);

The Versions

30/01 2015

dev-master

9999999-dev

GROW-Services.net client library for PHP

  Sources   Download

MIT

The Requires

 

grow pregnancy perinatal iugr

30/09 2014

v1.0

1.0.0.0

GROW-Services.net client library for PHP

  Sources   Download

MIT

The Requires

 

grow pregnancy perinatal iugr