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

ActiveLibrary[API Development](/categories/api)

gamepanelio/api
===============

A PHP implementation of the GamePanel.io API

3112PHP

Since Mar 28Pushed 9y ago3 watchersCompare

[ Source](https://github.com/gamepanelio/api-php)[ Packagist](https://packagist.org/packages/gamepanelio/api)[ RSS](/packages/gamepanelio-api/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

GamePanel.io PHP API Client
===========================

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

This library is a basic PHP implementation of the [GamePanel.io API](https://docs.gamepanel.io/api).

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

[](#installation)

This library uses the [HTTPlug](https://github.com/php-http/httplug) HTTP client abstraction library - meaning you can use your favourite HTTP library with it!

For a quick and easy way to use this library in your project, via composer, run the following:

```
  composer require php-http/curl-client guzzlehttp/psr7 php-http/message gamepanelio/api
```

There is also [lots of different libraries](https://packagist.org/providers/php-http/client-implementation)that you can use with HTTPlug. To see how to use different libraries please [refer to the HTTPlug documentation](http://docs.php-http.org/en/latest/httplug/users.html).

Usage
-----

[](#usage)

Simply instantiate a `new GamePanelio()` class, and use the methods it provides:

```
