PHPackages                             jay-nay/ost-kit-php-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. jay-nay/ost-kit-php-client

ActiveLibrary[API Development](/categories/api)

jay-nay/ost-kit-php-client
==========================

OST KIT - PHP Wrapper for the OST KIT REST API

v0.9.2(7y ago)2282MITPHPPHP &gt;=5.3.4

Since May 19Pushed 7y ago1 watchersCompare

[ Source](https://github.com/realJayNay/ost-kit-php-client)[ Packagist](https://packagist.org/packages/jay-nay/ost-kit-php-client)[ Docs](https://github.com/realJayNay/ost-kit-php-client)[ RSS](/packages/jay-nay-ost-kit-php-client/feed)WikiDiscussions master Synced 2mo ago

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

OST KIT - PHP Wrapper for the OST KIT API
=========================================

[](#ost-kit---php-wrapper-for-the-ost-kit-api)

[![Build Status](https://camo.githubusercontent.com/7ee238222108766648908ece1e60304bb6688ccc9bd99af16e9739ecc1f5d2b8/68747470733a2f2f7472617669732d63692e6f72672f7265616c4a61794e61792f6f73742d6b69742d7068702d636c69656e742e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/realJayNay/ost-kit-php-client)[![codecov](https://camo.githubusercontent.com/806f6747111ed11ffdc91648e47900dd672bc46c4ae5dfdb29c8833ebbed93e9/68747470733a2f2f636f6465636f762e696f2f67682f7265616c4a61794e61792f6f73742d6b69742d7068702d636c69656e742f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/realJayNay/ost-kit-php-client)

An unofficial PHP wrapper for the [REST API v1.x](https://dev.ost.com) of [OST KIT](https://kit.ost.com).

Older versions of this wrapper can be found in the [releases](https://github.com/realJayNay/ost-kit-php-client/releases) overview.

[![Screenshot](ostkit.png)](ostkit.png)

A Branded Token economy must be setup first in order to use the API, see  for more information.

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

[](#installation)

Install the latest version with

```
$ composer require jay-nay/ost-kit-php-client
```

This package is on [packagist](https://packagist.org/packages/jay-nay/ost-kit-php-client). To get the latest version add the following dependency to your `composer.json`.

```
require": {
    "jay-nay/ost-kit-php-client": "dev-master"
}

```

How to use the client
---------------------

[](#how-to-use-the-client)

The [API documentation](https://realjaynay.github.io/ost-kit-php-client/classes/ostkit.OstKitClient.html) is automatically generated and deployed to GitHub Pages after every succesful build.

Create the OST KIT client using your Branded Token economy's `API key` and `API secret`.

```
