PHPackages                             retailcrm/geohelper-php-sdk - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. retailcrm/geohelper-php-sdk

ActiveLibrary[HTTP &amp; Networking](/categories/http)

retailcrm/geohelper-php-sdk
===========================

PHP client for Geohelper API

1.0.0(1y ago)01.1k↓50%2MITPHPPHP ^7.4|^8.1

Since Jul 30Pushed 1y ago5 watchersCompare

[ Source](https://github.com/retailcrm/geohelper-php-sdk)[ Packagist](https://packagist.org/packages/retailcrm/geohelper-php-sdk)[ Docs](http://geohelper.info/)[ RSS](/packages/retailcrm-geohelper-php-sdk/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (9)Versions (2)Used By (0)

Geohelper API PHP client
========================

[](#geohelper-api-php-client)

PHP-client for [Geohelper API](http://geohelper.info/ru/doc/api).

Use [API documentation](http://geohelper.info/ru/documentation)

Requirements
------------

[](#requirements)

- PHP 7.4 and higher

Install
-------

[](#install)

1. Get [composer](https://getcomposer.org/download/)
2. Run into your project directory:

```
composer require retailcrm/geohelper-php-sdk ~1.0.0
```

If you have not used `composer` before, include autoloader into your project.

```
require 'path/to/vendor/autoload.php';
```

Usage
-----

[](#usage)

### Get countries

[](#get-countries)

```
$clientInterface = new \GuzzleHttp\Client();

$client = new RetailCrm\Geohelper\ApiClient(
    $clientInterface,
    'api_key'
);

$response = $client->countriesList();

if ($response->isSuccessful()) {
    $countries = isset($response['result']) ? $response['result'] : array();
    foreach ($countries as $country) {
        echo $country['name'];
    }
} else {
    echo sprintf(
        "Error: [HTTP-code %s] %s",
        $response->getStatusCode(),
        $response->getErrorMsg()
    );
}
```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 70% 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

649d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d384046cee70e3b28ba79669db1a244f4ff8e87aacb2094180170cba52333e95?d=identicon)[muxx](/maintainers/muxx)

---

Top Contributors

[![ripulca](https://avatars.githubusercontent.com/u/68591785?v=4)](https://github.com/ripulca "ripulca (7 commits)")[![gwinn](https://avatars.githubusercontent.com/u/477726?v=4)](https://github.com/gwinn "gwinn (3 commits)")

---

Tags

apirestGeohelper

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/retailcrm-geohelper-php-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/retailcrm-geohelper-php-sdk/health.svg)](https://phpackages.com/packages/retailcrm-geohelper-php-sdk)
```

###  Alternatives

[amazon-php/sp-api-sdk

Amazon Selling Partner API - PHP SDK

133374.1k1](/packages/amazon-php-sp-api-sdk)[retailcrm/api-client-php

PHP client for RetailCRM API

68981.8k1](/packages/retailcrm-api-client-php)[sysix/lex-office-api

Simple API Integration for Lexoffice

2370.6k](/packages/sysix-lex-office-api)

PHPackages © 2026

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