PHPackages                             hytale-game/hytale-api-sdk-php - 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. hytale-game/hytale-api-sdk-php

ActiveLibrary[API Development](/categories/api)

hytale-game/hytale-api-sdk-php
==============================

Hytale API PHP SDK

1.0.1(7y ago)2141MITPHPPHP &gt;=5.5

Since Apr 26Pushed 7y ago3 watchersCompare

[ Source](https://github.com/mTxServ/hytale-api-sdk-php)[ Packagist](https://packagist.org/packages/hytale-game/hytale-api-sdk-php)[ Docs](https://hytale.game)[ RSS](/packages/hytale-game-hytale-api-sdk-php/feed)WikiDiscussions master Synced today

READMEChangelog (2)Dependencies (4)Versions (3)Used By (0)

Hytale API - PHP SDK
====================

[](#hytale-api---php-sdk)

Created by [mTxServ](https://mtxserv.com) and [Hytale.game](https://hytale.game). With this SDK, you can consume the official Hytale API in PHP.

[![Travis (.org)](https://camo.githubusercontent.com/d4a867ced9f3d4489285e58fb7ad54b6b802322f8c309d390f7397755a55d286/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6d5478536572762f687974616c652d6170692d73646b2d7068702e737667)](https://camo.githubusercontent.com/d4a867ced9f3d4489285e58fb7ad54b6b802322f8c309d390f7397755a55d286/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6d5478536572762f687974616c652d6170692d73646b2d7068702e737667)

API Documentation:

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

[](#requirements)

PHP 5.5 and later

Installation &amp; Usage
------------------------

[](#installation--usage)

### Composer

[](#composer)

To install the bindings via [Composer](http://getcomposer.org/), add the following to `composer.json`:

```
composer require hytale-game/hytale-api-sdk-php

```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
require_once(__DIR__ . '/vendor/autoload.php');
```

Tests
-----

[](#tests)

To run the unit tests:

```
composer install
./vendor/bin/phpunit

```

Getting Started
---------------

[](#getting-started)

Please follow the [installation procedure](#installation--usage) and then run the following:

```
