PHPackages                             devgroup/sypex-geo-daemon - 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. devgroup/sypex-geo-daemon

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

devgroup/sypex-geo-daemon
=========================

Geo daemon on ReactPHP that resolves GEO information on given IP using SypexGeo database

1.1.0(9y ago)11233PHP

Since Sep 6Pushed 9y ago7 watchersCompare

[ Source](https://github.com/DevGroup-ru/sypex-geo-daemon)[ Packagist](https://packagist.org/packages/devgroup/sypex-geo-daemon)[ RSS](/packages/devgroup-sypex-geo-daemon/feed)WikiDiscussions master Synced 1mo ago

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

sypex-geo-daemon
================

[](#sypex-geo-daemon)

ReactPHP HTTP daemon that resolves GEO information on given IP

Usage
-----

[](#usage)

*Tip:* This daemon works extremely fast with PHP7!

Get the database file from [official SypexGEO site](https://sypexgeo.net/ru/download/). You need 'Sypex Geo City' database in UTF-8 encoding.

Install [composer](http://getcomposer.org/download/) and run `composer install` or (`php composer.phar install`).

Start the daemon:

```
php server.php --host=0.0.0.0 --port=16001
```

Make your simple requests. For example this requests `http://127.0.0.1:16001/?ip=213.180.204.3` gives the following output(prettified for better look):

```
{
    "city": {
        "id": 524901,
        "lat": 55.75222,
        "lon": 37.61556,
        "name_ru": "\u041c\u043e\u0441\u043a\u0432\u0430",
        "name_en": "Moscow"
    },
    "region": {
        "id": 524894,
        "name_ru": "\u041c\u043e\u0441\u043a\u0432\u0430",
        "name_en": "Moskva",
        "iso": "RU-MOW"
    },
    "country": {
        "id": 185,
        "iso": "RU",
        "lat": 60,
        "lon": 100,
        "name_ru": "\u0420\u043e\u0441\u0441\u0438\u044f",
        "name_en": "Russia"
    },
    "time": "0.000406980515",
    "error": false
}
```

Ping / Status monitoring
------------------------

[](#ping--status-monitoring)

You can ping the daemon for html response `http://0.0.0.0:16001/?ping=1` and `http://0.0.0.0:16001/?ping-json=1` for json response.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

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

Every ~228 days

Total

3

Last Release

3441d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/19c9303caa5846f2500a35018dcbd3c7f07c74e30efc1bbf7878d54157ab9c4f?d=identicon)[bethrezen](/maintainers/bethrezen)

---

Top Contributors

[![bethrezen](https://avatars.githubusercontent.com/u/260284?v=4)](https://github.com/bethrezen "bethrezen (5 commits)")

### Embed Badge

![Health badge](/badges/devgroup-sypex-geo-daemon/health.svg)

```
[![Health](https://phpackages.com/badges/devgroup-sypex-geo-daemon/health.svg)](https://phpackages.com/packages/devgroup-sypex-geo-daemon)
```

###  Alternatives

[react/react

ReactPHP: Event-driven, non-blocking I/O with PHP.

9.1k3.6M63](/packages/react-react)[sculpin/sculpin

Static Site Generator

1.5k102.8k12](/packages/sculpin-sculpin)[jclg/php-slack-bot

Slack bot user written in PHP

16825.5k1](/packages/jclg-php-slack-bot)[niels-de-blaauw/php-doc-check

Command line tool that identifies code that needs documentation.

43236.3k4](/packages/niels-de-blaauw-php-doc-check)[llm/mcp-server

PHP SDK for building MCP servers

431.1k](/packages/llm-mcp-server)[runtime/react

ReactPHP runtime

185.3k1](/packages/runtime-react)

PHPackages © 2026

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