PHPackages                             grow-services/growclient-php - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. grow-services/growclient-php

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

grow-services/growclient-php
============================

GROW-Services.net client library for PHP

v1.0(11y ago)02.7k↑216.7%MITPHP

Since Sep 30Pushed 11y ago10 watchersCompare

[ Source](https://github.com/grow-services/growclient-php)[ Packagist](https://packagist.org/packages/grow-services/growclient-php)[ RSS](/packages/grow-services-growclient-php/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

growclient-php
==============

[](#growclient-php)

Official GROW-Services.net client library for PHP

Install
-------

[](#install)

You can install the through the composer.

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

```

Usage
-----

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

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 62.5% of commits — single point of failure

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

Unknown

Total

1

Last Release

4295d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1db66b320db18b8036ea68211b7d8a39e7c6da97e6fd29f59a50380ebb69d0bb?d=identicon)[joostfaassen](/maintainers/joostfaassen)

![](https://avatars.githubusercontent.com/u/3470061?v=4)[Erik Scheepers](/maintainers/erikscheepers)[@erikscheepers](https://github.com/erikscheepers)

![](https://www.gravatar.com/avatar/52f9b730ce98de8e74ed7f2a9e9e9151f50e07893d27bb28e278e70a653736ce?d=identicon)[congpeijun](/maintainers/congpeijun)

---

Top Contributors

[![congpeijun](https://avatars.githubusercontent.com/u/881552?v=4)](https://github.com/congpeijun "congpeijun (10 commits)")[![geoffreyhanneman](https://avatars.githubusercontent.com/u/8694535?v=4)](https://github.com/geoffreyhanneman "geoffreyhanneman (3 commits)")[![joostfaassen](https://avatars.githubusercontent.com/u/411113?v=4)](https://github.com/joostfaassen "joostfaassen (3 commits)")

---

Tags

growpregnancyperinatalIUGR

### Embed Badge

![Health badge](/badges/grow-services-growclient-php/health.svg)

```
[![Health](https://phpackages.com/badges/grow-services-growclient-php/health.svg)](https://phpackages.com/packages/grow-services-growclient-php)
```

###  Alternatives

[friendsoftypo3/content-blocks

TYPO3 CMS Content Blocks - Content Types API | Define reusable components via YAML

103519.9k53](/packages/friendsoftypo3-content-blocks)[phel-lang/phel-lang

Phel is a functional programming language that compiles to PHP

5186.0k18](/packages/phel-lang-phel-lang)[dagger/dagger

Dagger PHP SDK

261.1k](/packages/dagger-dagger)

PHPackages © 2026

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