2017 © Pedro Peláez
 

library api

A PHP implementation of the GamePanel.io API

image

gamepanelio/api

A PHP implementation of the GamePanel.io API

  • Wednesday, March 29, 2017
  • by jackbentley
  • Repository
  • 3 Watchers
  • 3 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

GamePanel.io PHP API Client

This library is a basic PHP implementation of the GamePanel.io API., (*1)

Installation

This library uses the HTTPlug HTTP client abstraction library - meaning you can use your favourite HTTP library with it!, (*2)

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

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

There is also lots of different libraries that you can use with HTTPlug. To see how to use different libraries please refer to the HTTPlug documentation., (*4)

Usage

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

<?php

use GamePanelio\GamePanelio;
use GamePanelio\AccessToken\PersonalAccessToken;

$accessToken = new PersonalAccessToken("my-personal-access-token");
$gamepanelio = new GamePanelio("cool-name.mypanel.io", $accessToken);

$gamepanelio->createServer([
    /* ... required parameters ... */
]);

License

This library is licensed under the MIT license. See the LICENSE file for more info., (*6)

The Versions

29/03 2017

dev-master

9999999-dev

A PHP implementation of the GamePanel.io API

  Sources   Download

MIT

The Requires

 

The Development Requires

by CraftSRV Ltd.

29/03 2017

dev-develop

dev-develop

A PHP implementation of the GamePanel.io API

  Sources   Download

MIT

The Requires

 

The Development Requires

by CraftSRV Ltd.