承接 jojo/gbxremote 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

jojo/gbxremote

Composer 安装命令:

composer require jojo/gbxremote

包简介

A library which enables you to connect to a Maniaplanet Server

README 文档

README

#About

This PHP library allows you to connect with a Maniaplanet Server to display e.g. the current players on your website. It´s a rewrite of the originally with the dedicated server deliverd GbxRemote.inc.php. It was a test if the php build in xmlrpc library is faster than a self written one. Some tests have shown that this isn´t the case for a small amount of requests. However if you are using this library with a servercontroller wtih frequent requests you will get better speed and workload.

#Documentation ##Install php xmlrpc extension ###Linux

apt-get install php5-xmlrpc

###Windows uncomment the following line in your php.ini (remove ; in front of the line)

;extension=php_xmlrpc.dll

##Sample Code

$client = new GBXRemote();
$client->connect("127.0.0.1", 5000);
$client->Authenticate("SuperAdmin", "SuperAdminPassword");
$version = $client->GetVersion();
$maps = $client->GetMapList(100, 0);
$client->close();

统计信息

  • 总下载量: 20
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 4
  • 点击次数: 2
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 3
  • Watchers: 1
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: proprietary
  • 更新时间: 2014-01-06

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固