PHPackages                             hodokami/palrcon - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. hodokami/palrcon

ActiveLibrary

hodokami/palrcon
================

Simple Rcon class for php.

v1.0.0(2y ago)016↓50%GPL-3.0-or-laterPHP

Since Mar 19Pushed 2y agoCompare

[ Source](https://github.com/Hodokami/PHP-Palworld-Rcon)[ Packagist](https://packagist.org/packages/hodokami/palrcon)[ Docs](https://github.com/Hodokami/PHP-Palworld-Rcon)[ RSS](/packages/hodokami-palrcon/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

PHP-Minecraft-Rcon
==================

[](#php-minecraft-rcon)

Simple Rcon class for php.

Installation
------------

[](#installation)

### Using Composer

[](#using-composer)

This Rcon library may be installed by issuing the following command:

```
$ composer require hodokami/palrcon
```

### Not Using Composer

[](#not-using-composer)

If not using Composer, just place the Rcon.php file in your project and include it in your PHP script:

```
require_once('Rcon.php');
```

Example
-------

[](#example)

For this script to work, rcon must be enabled on the server, by setting `enable-rcon=true` in the server's `server.properties` file. A password must also be set, and provided in the script.

```
$host = 'server.palworld.com'; // Server host name or IP
$port = 25575;                      // Port rcon is listening on
$password = 'server-admin-password'; // rcon.password setting set in server.properties
$timeout = 3;                       // How long to timeout.

use Hodokami\Rcon;

$rcon = new Rcon($host, $port, $password, $timeout);

if ($rcon->connect())
{
  $rcon->sendCommand("say Hello World!");
}
```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 62.8% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

784d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/85207f0d487df97cbc5fefcbd9b8f6d77ac312b962ca7dbe5d412d1eddc7035e?d=identicon)[Hodokami](/maintainers/Hodokami)

---

Top Contributors

[![thedudeguy](https://avatars.githubusercontent.com/u/926132?v=4)](https://github.com/thedudeguy "thedudeguy (27 commits)")[![ricardoboss](https://avatars.githubusercontent.com/u/6266356?v=4)](https://github.com/ricardoboss "ricardoboss (3 commits)")[![scrutinizer-auto-fixer](https://avatars.githubusercontent.com/u/6253494?v=4)](https://github.com/scrutinizer-auto-fixer "scrutinizer-auto-fixer (3 commits)")[![sprl-hnakano](https://avatars.githubusercontent.com/u/238400802?v=4)](https://github.com/sprl-hnakano "sprl-hnakano (3 commits)")[![Hodokami](https://avatars.githubusercontent.com/u/40252783?v=4)](https://github.com/Hodokami "Hodokami (2 commits)")[![Wruczek](https://avatars.githubusercontent.com/u/7156344?v=4)](https://github.com/Wruczek "Wruczek (1 commits)")[![ImmanuelNL](https://avatars.githubusercontent.com/u/25136687?v=4)](https://github.com/ImmanuelNL "ImmanuelNL (1 commits)")[![kriation](https://avatars.githubusercontent.com/u/411916?v=4)](https://github.com/kriation "kriation (1 commits)")[![metroyanno](https://avatars.githubusercontent.com/u/12733387?v=4)](https://github.com/metroyanno "metroyanno (1 commits)")[![fwahlberg](https://avatars.githubusercontent.com/u/18613114?v=4)](https://github.com/fwahlberg "fwahlberg (1 commits)")

---

Tags

rconpalworld

### Embed Badge

![Health badge](/badges/hodokami-palrcon/health.svg)

```
[![Health](https://phpackages.com/badges/hodokami-palrcon/health.svg)](https://phpackages.com/packages/hodokami-palrcon)
```

###  Alternatives

[xpaw/php-source-query-class

PHP library to query and send RCON commands to servers based on "Source Engine Query" protocol

610189.9k7](/packages/xpaw-php-source-query-class)[thedudeguy/rcon

Simple Rcon class for php.

16259.4k1](/packages/thedudeguy-rcon)[nizarii/arma-rcon-class

ARC is a lightweight PHP class, that allows you connecting and sending commands easily to your BattlEye server, including Arma 3, Arma 2 and Arma 2: OA game servers.

453.9k](/packages/nizarii-arma-rcon-class)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
