Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

πŸ”Œ A low-level PHP implementation of the GamePanel.io API

License

Notifications You must be signed in to change notification settings

gamepanelio/api-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

12 Commits

Repository files navigation

GamePanel.io PHP API Client

This library is a basic PHP implementation of the GamePanel.io API.

Installation

This library uses the 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 that you can use with HTTPlug. To see how to use different libraries please refer to the HTTPlug documentation.

Usage

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

<?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.

About

πŸ”Œ A low-level PHP implementation of the GamePanel.io API

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /