PHPackages                             alibekkrona/gettimescript - 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. alibekkrona/gettimescript

ActiveLibrary

alibekkrona/gettimescript
=========================

Get time from World Time Api

02PHP

Since Jul 16Pushed 4y ago1 watchersCompare

[ Source](https://github.com/alibekkrona/timezone)[ Packagist](https://packagist.org/packages/alibekkrona/gettimescript)[ RSS](/packages/alibekkrona-gettimescript/feed)WikiDiscussions main Synced 6d ago

READMEChangelogDependenciesVersions (1)Used By (0)

timezone
========

[](#timezone)

Installation

composer install

"require": { "alibekkrona/gettimescript": "dev-main" },

Using

```
use Timezone\WorldTimeApiClient;
use Timezone\Exceptions\TimezoneException;

$client = new WorldTimeApiClient();
try {
    $res = $client->getTime('46.160.91.118');
    var_dump($res->getTimezone());
} catch (TimezoneException $e) {
    $errorMessage = $e->getMessage();
}
```

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity29

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/8b3a96a030d2acd2fd85c1bd1a815d10412ccc8a128a0dec84bdfe8f512a7b68?d=identicon)[arsenabduraimov](/maintainers/arsenabduraimov)

---

Top Contributors

[![alibekkrona](https://avatars.githubusercontent.com/u/56386591?v=4)](https://github.com/alibekkrona "alibekkrona (1 commits)")

### Embed Badge

![Health badge](/badges/alibekkrona-gettimescript/health.svg)

```
[![Health](https://phpackages.com/badges/alibekkrona-gettimescript/health.svg)](https://phpackages.com/packages/alibekkrona-gettimescript)
```

PHPackages © 2026

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