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.3k↓46.4%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 yesterday

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 66% of packages

Maintenance32

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity49

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

703d 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

[mollie/mollie-api-php

Mollie API client library for PHP. Mollie is a European Payment Service provider and offers international payment methods such as Mastercard, VISA, American Express and PayPal, and local payment methods such as iDEAL, Bancontact, SOFORT Banking, SEPA direct debit, Belfius Direct Net, KBC Payment Button and various gift cards such as Podiumcadeaukaart and fashioncheque.

60216.0M85](/packages/mollie-mollie-api-php)[telnyx/telnyx-php

Official Telnyx PHP SDK — APIs for Voice, SMS, MMS, WhatsApp, Fax, SIP Trunking, Wireless IoT, Call Control, and more. Build global communications on Telnyx's private carrier-grade network.

35789.4k2](/packages/telnyx-telnyx-php)[retailcrm/api-client-php

PHP client for RetailCRM API

681.1M1](/packages/retailcrm-api-client-php)[claude-php/claude-php-sdk

A universal, framework-agnostic PHP SDK for the Anthropic Claude API with PSR compliance

14650.3k2](/packages/claude-php-claude-php-sdk)[amazon-php/sp-api-sdk

Amazon Selling Partner API - PHP SDK

134423.0k1](/packages/amazon-php-sp-api-sdk)[voku/httpful

A Readable, Chainable, REST friendly, PHP HTTP Client

16185.7k1](/packages/voku-httpful)

PHPackages © 2026

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