PHPackages                             vexura/keyhelp-api - 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. vexura/keyhelp-api

ActiveLibrary[API Development](/categories/api)

vexura/keyhelp-api
==================

A full-featured implementation of the KeyHelp API

v1.0.0(3y ago)2183GPL-3.0-or-laterPHPPHP &gt;=7.2

Since Oct 22Pushed 3y agoCompare

[ Source](https://github.com/Vexura/keyhelp-api)[ Packagist](https://packagist.org/packages/vexura/keyhelp-api)[ RSS](/packages/vexura-keyhelp-api/feed)WikiDiscussions master Synced 1mo ago

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

KeyHelp PHP API Client
======================

[](#keyhelp-php-api-client)

This **PHP 7.2+** library allows you to communicate with the KeyHelp-API.

[![Latest Stable Version](https://camo.githubusercontent.com/1fccd9540a088014c39c75b82df789be77f5f835805384aea233b842a5d11dcf/687474703a2f2f706f7365722e707567782e6f72672f7665787572612f6b657968656c702d6170692f76)](https://packagist.org/packages/vexura/keyhelp-api)[![Total Downloads](https://camo.githubusercontent.com/f88363c1bb5a54e12d634b5759625344e0e70979a0654dc3d56e8cb277c84229/687474703a2f2f706f7365722e707567782e6f72672f7665787572612f6b657968656c702d6170692f646f776e6c6f616473)](https://packagist.org/packages/vexura/keyhelp-api)[![Latest Unstable Version](https://camo.githubusercontent.com/e661bf56fa466446997c72b447dca2f1e60928301ab7b60d855a5ace1cb9d0ee/687474703a2f2f706f7365722e707567782e6f72672f7665787572612f6b657968656c702d6170692f762f756e737461626c65)](https://packagist.org/packages/vexura/keyhelp-api)[![License](https://camo.githubusercontent.com/bbc8aa86d8dc55bda4f7b8e2970de53d670a0ea9300acfbc49dda3162560d4b1/687474703a2f2f706f7365722e707567782e6f72672f7665787572612f6b657968656c702d6170692f6c6963656e7365)](https://packagist.org/packages/vexura/keyhelp-api)

> You can find the full API documentation [here](https://app.swaggerhub.com/apis-docs/keyhelp/api/2.4)!

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

[](#getting-started)

Recommended installation is using **Composer**!

In the root of your project execute the following:

```
$ composer require vexura/keyhelp-api
```

Or add this to your `composer.json` file:

```
{
    "require": {
        "vexura/keyhelp-api": "^1.0"
    }
}
```

Then perform the installation:

```
$ composer install --no-dev
```

### Examples

[](#examples)

Creating the KeyHelpAPI main object:

```
