PHPackages                             theory/builder - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. theory/builder

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

theory/builder
==============

An object-oriented approach to server modification

0.0.1(9y ago)067MITPHPPHP ^5.6|^7.0CI failing

Since Jul 9Pushed 6y agoCompare

[ Source](https://github.com/theorymc/builder)[ Packagist](https://packagist.org/packages/theory/builder)[ RSS](/packages/theory-builder/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (1)Dependencies (3)Versions (2)Used By (0)

Theory Builder
==============

[](#theory-builder)

[![Build Status](https://camo.githubusercontent.com/2fb75f077ba4d1f539a04d6d98af4f31bd5bf6f4ddfeac8e187431c609b91ce1/687474703a2f2f696d672e736869656c64732e696f2f7472617669732f7468656f72796d632f6275696c6465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/theorymc/builder)[![Version](https://camo.githubusercontent.com/3ad05dfb31bd19ae101791761938b2dddd81daf510735ef86ce820de8a0fdca8/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7468656f72792f6275696c6465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/theory/theory-builder)[![License](https://camo.githubusercontent.com/5ee052026f8efc047b0f3b9e9533d12585d5b882cbcfb7aacf3b96a73ea5bff2/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f7468656f72792f6275696c6465722e7376673f7374796c653d666c61742d737175617265)](license.md)

An object-oriented approach to server modification.

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

[](#installation)

```
$ composer require theory/builder
```

Examples
--------

[](#examples)

```
$builder = new Client("127.0.0.1", 25575, "password");
$builder->exec("/say hello world");
```

You need the following settings in your `server.properties` file:

```
enable-query=true
enable-rcon=true
query.port=25565
rcon.port=25575
rcon.password=password
```

Versioning
----------

[](#versioning)

This library follows [Semver](http://semver.org). According to Semver, you will be able to upgrade to any minor or patch version of this library without any breaking changes to the public API. Semver also requires that we clearly define the public API for this library.

All methods, with `public` visibility, are part of the public API. All other methods are not part of the public API. Where possible, we'll try to keep `protected` methods backwards-compatible in minor/patch versions, but if you're overriding methods then please test your work before upgrading.

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

3645d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/00089084814b5b79cd35b9f501bcc48d74c5afb2cb4703562a82e081f31c843c?d=identicon)[assertchris](/maintainers/assertchris)

---

Top Contributors

[![assertchris](https://avatars.githubusercontent.com/u/200609?v=4)](https://github.com/assertchris "assertchris (8 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/theory-builder/health.svg)

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

###  Alternatives

[qcloud/cos-sdk-v4

PHP SDK for QCloud COS

4022.4k3](/packages/qcloud-cos-sdk-v4)

PHPackages © 2026

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