qade/master-server
Composer 安装命令:
composer require qade/master-server
包简介
Master Server to GoldSrc and Source engine
README 文档
README
This class was created to make a Master Server for the game engine to GoldSrc and Source.
Prerequisites
- PHP version (5.4 or newer)
- Lib php_sockets (4.3 or newer)
- Server must allow UDP connections
Installation
The Master Server can be installed using Composer by running the following command:
composer require qade/master-server
Functions
| create(string $address, int $port = 27010) | Create server |
| close() | Close server |
| listen() | Accepts the request from the client and processes it |
| addServer(string $server) | Add a server to the server list |
| addServers(array $servers) | Adds a servers to the server list |
| clearServers() | Cleaning the server list |
| removeServer(string $server) | Remove a server to the server list |
统计信息
- 总下载量: 41
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 6
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-08-16