PHPackages                             radic/bukkit-console - 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. [CLI &amp; Console](/categories/cli)
4. /
5. radic/bukkit-console

ActiveLibrary[CLI &amp; Console](/categories/cli)

radic/bukkit-console
====================

Laravel package providing remote access to a Bukkit server console using JS/PHP/Laravel and the SwiftAPI Bukkit plugin

v1.0.1(11y ago)052GNU General Public License version 3 (GPLv3)JavaScriptPHP &gt;=5.3.0

Since Jul 8Pushed 11y ago1 watchersCompare

[ Source](https://github.com/RobinRadic/laravel-bukkit-console)[ Packagist](https://packagist.org/packages/radic/bukkit-console)[ Docs](https://github.com/RobinRadic/laravel-bukkit-console)[ RSS](/packages/radic-bukkit-console/feed)WikiDiscussions master Synced 6d ago

READMEChangelogDependencies (2)Versions (3)Used By (0)

Laravel Bukkit Console
----------------------

[](#laravel-bukkit-console)

[![Build Status](https://camo.githubusercontent.com/03ffed45ea8a0c1e40900ea8eabc39da5cd800b1c0f0afbdce28cc4330c575ee/68747470733a2f2f7472617669732d63692e6f72672f526f62696e52616469632f62756b6b69742d636f6e736f6c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/RobinRadic/bukkit-console)[![Latest Stable Version](https://camo.githubusercontent.com/ba90b010ef4607d4c0ac89b2b0eb3c1e882293f9838cef0868245ccaed6cd063/68747470733a2f2f706f7365722e707567782e6f72672f72616469632f62756b6b69742d636f6e736f6c652f762f737461626c652e737667)](https://packagist.org/packages/radic/bukkit-console)[![License](https://camo.githubusercontent.com/93c74770a552860ba9f30e9df0afca02be42c6e412950b05334cee914a69bf7a/68747470733a2f2f706f7365722e707567782e6f72672f72616469632f62756b6b69742d636f6e736f6c652f6c6963656e73652e737667)](https://packagist.org/packages/radic/bukkit-console)

Laravel package providing remote access to a Bukkit server console using JS/PHP/Laravel and the SwiftAPI Bukkit plugin.

##### Preview screenshots

[](#preview-screenshots)

[![Screen 1](https://camo.githubusercontent.com/dccd7b64da2a875ff8573b1569d1b33a11dbd07ea2e79d0ce8cba8838a1747a1/687474703a2f2f692e696d6775722e636f6d2f75456b447a6d67732e6a7067)](https://github.com/RobinRadic/laravel-bukkit-console/raw/master/ss1.jpg)[![Screen 2](https://camo.githubusercontent.com/a60044c4d4bcb4b0cf3e0f2261a72adc0fea77f016fe70c7bc3e5c819c7b8650/687474703a2f2f692e696d6775722e636f6d2f44346e55505933732e6a7067)](https://github.com/RobinRadic/laravel-bukkit-console/raw/master/ss2.jpg)[![Screen 3](https://camo.githubusercontent.com/40841077e26bc55165c7532de49f42551366fe6a2b26d7d5320a941c14b9eb0c/687474703a2f2f692e696d6775722e636f6d2f534d4c50486635732e6a7067)](https://github.com/RobinRadic/laravel-bukkit-console/raw/master/ss3.jpg)

### Version 1.0.1

[](#version-101)

[View changelog and todo](https://github.com/RobinRadic/laravel-bukkit-console/blob/master/changelog.md)

##### Requirements

[](#requirements)

- PHP &gt; 5.3
- Laravel &gt; 4.0
- [Laravel Bukkit SwiftApi](https://github.com/RobinRadic/laravel-bukkit-swiftapi)

##### Installation

[](#installation)

Add to composer.json requirements:

```
"requires": {
    "radic/bukkit-swift-api": "dev-master",
    "radic/bukkit-console": "dev-master",
}
```

Register Laravel service providers:

```
'providers' => array(
    'Radic\BukkitSwiftApi\BukkitSwiftApiServiceProvider',
    'Radic\BukkitConsole\BukkitConsoleServiceProvider',
)
```

Publish all zeh stuff:

```
php artisan config:publish radic/bukkit-console
php artisan asset:publish radic/bukkit-console
php artisan view:publish radic/bukkit-console
```

##### Using

[](#using)

The standard route is (')

##### Configuration

[](#configuration)

There's hardly any config, accept for the JS terminal. Will write something here later on

###### Routing

[](#routing)

```
// config.php
array(
    'view' => array('bukkit-console', 'Radic\BukkitConsole\Controllers\ConsoleController@index'),
    'cmd' => array('bukkit-console', 'Radic\BukkitConsole\Controllers\ConsoleController@cmd')
)
// BukkitConsoleServiceProvider.php
$routes = Config::get('radic/bukkit-console::routes');
Route::get($routes['view'][0], $routes['view'][1]);
Route::post($routes['cmd'][0], $routes['cmd'][1]);
```

##### Further reading

[](#further-reading)

- [Laravel Bukkit SwiftApi](https://github.com/RobinRadic/laravel-bukkit-swiftapi). The SwiftAPI laravel wrapper
- [Bukkit SwiftAPI](http://dev.bukkit.org/bukkit-plugins/swiftapi). The SwiftAPI Website.
- [SwiftAPI Thrift Documentation](http://willwarren.com/docs/swiftapi/latest/). The docs for SwiftAPI generated Thrift code.
- [Bukkit SwiftAPI Reposiotry](https://bitbucket.org/phybros/swiftapi). Repository for the SwiftApi Bukkit Java plugin.

### Credits

[](#credits)

- [Robin Radic](https://github.com/RobinRadic) created [Laravel Bukkit SwiftApi](https://github.com/RobinRadic/laravel-bukkit-swiftapi)
- [Phybros](http://dev.bukkit.org/profiles/phybros) created [Bukkit SwiftAPI](http://dev.bukkit.org/bukkit-plugins/swiftapi)
- [Jakub Jankiewicz](http://jcubic.pl) created [jQuery Terminal](http://terminal.jcubic.pl)

### License

[](#license)

Laravel Bukkit Console licensed [Do What the Fuck You Want to Public License](http://www.wtfpl.net/)

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

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

Every ~0 days

Total

2

Last Release

4331d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/303828383a9c2bf382436a61f4471425428b28c095c6df9a9714444cbc163538?d=identicon)[radic](/maintainers/radic)

---

Tags

consolelaravelminecraftbukkitswiftapi

### Embed Badge

![Health badge](/badges/radic-bukkit-console/health.svg)

```
[![Health](https://phpackages.com/badges/radic-bukkit-console/health.svg)](https://phpackages.com/packages/radic-bukkit-console)
```

###  Alternatives

[nunomaduro/laravel-console-menu

Laravel Console Menu is an output method for your Laravel/Laravel Zero commands.

815412.0k48](/packages/nunomaduro-laravel-console-menu)[nunomaduro/laravel-console-dusk

Laravel Console Dusk allows the usage of Laravel Dusk in Laravel/Laravel Zero artisan commands.

16255.4k7](/packages/nunomaduro-laravel-console-dusk)[rahul900day/laravel-console-spinner

Laravel Console Spinner is a spinner output for Laravel command line.

76125.4k1](/packages/rahul900day-laravel-console-spinner)

PHPackages © 2026

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