Download the PHP package qade/master-server without Composer
On this page you can find all versions of the php package qade/master-server. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package master-server
Master Server
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:
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 |
All versions of master-server with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1.0
ext-sockets Version >=4.3.0
ext-sockets Version >=4.3.0
The package qade/master-server contains the following files
Loading the files please wait ....