PHPackages                             sdieunidou/hytale-api-client - 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. [API Development](/categories/api)
4. /
5. sdieunidou/hytale-api-client

ActiveLibrary[API Development](/categories/api)

sdieunidou/hytale-api-client
============================

A modern PHP client for the Hytale API.

v1.0.0(5mo ago)01MITPHPPHP ^8.3

Since Nov 28Pushed 5mo agoCompare

[ Source](https://github.com/sdieunidou/hytale-api-php)[ Packagist](https://packagist.org/packages/sdieunidou/hytale-api-client)[ RSS](/packages/sdieunidou-hytale-api-client/feed)WikiDiscussions main Synced 1mo ago

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

Hytale API Client (PHP 8.4)
===========================

[](#hytale-api-client-php-84)

A modern PHP client library for interacting with the (unofficial) Hytale Web API.

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

[](#requirements)

- PHP 8.4 (Compatible with 8.3)
- Composer

Installation
------------

[](#installation)

```
composer install
```

Usage
-----

[](#usage)

```
use Hytale\HytaleClient;

$client = new HytaleClient();
$posts = $client->getBlogPosts();

foreach ($posts as $post) {
    echo $post['title'] . "\n";
}
```

Features Used
-------------

[](#features-used)

- **PHP 8.2+ Readonly Classes**: The client is immutable.
- **PHP 8.3 Typed Constants**: For robust configuration.
- **Constructor Property Promotion**: For cleaner code.

Disclaimer
----------

[](#disclaimer)

This library uses unofficial endpoints found on the Hytale website. They may change at any time.

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance71

Regular maintenance activity

Popularity1

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

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

162d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/077eba6702dc23a795ee2262dff92505e3c8ead08f7cb205be80d8aae0a6b8e5?d=identicon)[sdieunidou](/maintainers/sdieunidou)

---

Top Contributors

[![sdieunidou](https://avatars.githubusercontent.com/u/570763?v=4)](https://github.com/sdieunidou "sdieunidou (2 commits)")[![google-labs-jules[bot]](https://avatars.githubusercontent.com/in/842251?v=4)](https://github.com/google-labs-jules[bot] "google-labs-jules[bot] (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/sdieunidou-hytale-api-client/health.svg)

```
[![Health](https://phpackages.com/badges/sdieunidou-hytale-api-client/health.svg)](https://phpackages.com/packages/sdieunidou-hytale-api-client)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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