Skip to content

alexevladgabriel/php-webrcon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

38 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

WebRcon

Latest Version on Packagist Tests Total Downloads

PHP library to send & receive commands from rust server based on websocket client.

Installation

You can install the package via composer:

composer require scai/php-webrcon

Usage

$rcon = new Scai\WebRcon\WebRconClass();
$rcon->connect('IP', RCON_PORT, 'RCON_PASSWORD');
$rcon->send('serverinfo');
$data = $rcon->receive();

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.

About

๐Ÿ˜ PHP library to send & receive commands from rust server based on websocket client.

Topics

Resources

License

GPL-3.0, MIT licenses found

Licenses found

GPL-3.0
LICENSE
MIT
LICENSE.md

Security policy

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages