2017 © Pedro Peláez
 

library builder

An object-oriented approach to server modification

image

theory/builder

An object-oriented approach to server modification

  • Saturday, July 9, 2016
  • by assertchris
  • Repository
  • 0 Watchers
  • 0 Stars
  • 36 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 3 % Grown

The README.md

Theory Builder

Build Status Version License, (*1)

An object-oriented approach to server modification., (*2)

Installation

$ composer require theory/builder

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:, (*3)

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

Versioning

This library follows Semver. 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., (*4)

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., (*5)

The Versions

09/07 2016

dev-master

9999999-dev

An object-oriented approach to server modification

  Sources   Download

MIT

The Requires

 

The Development Requires

09/07 2016

0.0.1

0.0.1.0

An object-oriented approach to server modification

  Sources   Download

MIT

The Requires

 

The Development Requires