Download the PHP package hytale-game/hytale-api-sdk-php without Composer
On this page you can find all versions of the php package hytale-game/hytale-api-sdk-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download hytale-game/hytale-api-sdk-php
More information about hytale-game/hytale-api-sdk-php
Files in hytale-game/hytale-api-sdk-php
Package hytale-api-sdk-php
Short Description Hytale API PHP SDK
License MIT
Homepage https://hytale.game
Informations about the package hytale-api-sdk-php
Hytale API - PHP SDK
Created by mTxServ and Hytale.game. With this SDK, you can consume the official Hytale API in PHP.
API Documentation: https://app.swaggerhub.com/apis/sdieunidou/hytale-api/1.0
Requirements
PHP 5.5 and later
Installation & Usage
Composer
To install the bindings via Composer, add the following to composer.json
:
Then run composer install
Manual Installation
Download the files and include autoload.php
:
Tests
To run the unit tests:
Getting Started
Please follow the installation procedure and then run the following:
Documentation for API Endpoints
All URIs are relative to http://hytale.com/api
Class | Method | HTTP request | Description |
---|---|---|---|
ArticlesApi | getArticleBySlug | GET /blog/post/slug/{slug} | |
ArticlesApi | getArticles | GET /blog/post/published | |
ArticlesApi | getArticlesOfMonthAndYear | GET /blog/post/archive/{year}/{month}/ | |
JobsApi | getJobs | GET /job/listing |
Documentation For Models
- Article
- CoverImage
- Job
Documentation For Authorization
All endpoints do not require authorization.
All versions of hytale-api-sdk-php with dependencies
ext-curl Version *
ext-json Version *
ext-mbstring Version *
guzzlehttp/guzzle Version ^6.2