All Projects → pmmp → RakLib

pmmp / RakLib

Licence: other
RakNet server implementation written in PHP

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to RakLib

Math
PHP library containing math related code used in PocketMine-MP
Stars: ✭ 35 (-39.66%)
Mutual labels:  on-packagist, phpstan-strict, php81, github-actions-enabled, phpstan-l9
BedrockProtocol
An implementation of the Minecraft: Bedrock Edition protocol in PHP
Stars: ✭ 59 (+1.72%)
Mutual labels:  on-packagist, phpstan-strict, php81, github-actions-enabled, phpstan-l9
SPL
[deprecated] Miscellaneous PHP library files required by PocketMine-MP and related projects
Stars: ✭ 13 (-77.59%)
Mutual labels:  on-packagist, github-actions-enabled
Pocketmine Mp
A server software for Minecraft: Bedrock Edition in PHP
Stars: ✭ 2,594 (+4372.41%)
Mutual labels:  phpstan-strict, phpstan-l9
ext-chunkutils2
PHP extension in C++ implementing the modern Minecraft: Bedrock subchunk format for PocketMine-MP 4.0
Stars: ✭ 26 (-55.17%)
Mutual labels:  php81, github-actions-enabled
BuilderTools
🪓 Powerful World Editor plugin for PocketMine servers
Stars: ✭ 74 (+27.59%)
Mutual labels:  phpstan-l9
ExamplePlugin
Example PocketMine-MP plugin, showing some basic features of the API
Stars: ✭ 26 (-55.17%)
Mutual labels:  phpstan-strict
magento2-fast-vm
Optimal vagrant developer box for Magento2. Folders synced by nfs/rsync. This box includes Magento developer utilities.
Stars: ✭ 89 (+53.45%)
Mutual labels:  php81
framework
FEAST Framework
Stars: ✭ 66 (+13.79%)
Mutual labels:  php81
mdserver-web
Simple Linux Panel
Stars: ✭ 1,064 (+1734.48%)
Mutual labels:  php81
ext-encoding
High-performance specialized replacements for PHP's pack() and unpack() functions
Stars: ✭ 13 (-77.59%)
Mutual labels:  php81
DevTools
Development tools plugin for PocketMine-MP
Stars: ✭ 79 (+36.21%)
Mutual labels:  github-actions-enabled

RakLib

CI

UDP network library that follows the RakNet protocol for PHP

This library is very lightweight on actual implementation - it provides the bare minimum to get a Minecraft Pocket Edition server functional. It only currently provides server functionality, and does not support most RakNet features.

This project is not affiliated with Jenkins Software LLC nor RakNet.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

## Exceptions
The usage of this library with PocketMine-MP will allow the creation
of derivated non open-source works, without direct usage of RakLib.
Only PocketMine-MP and their plugins will be able to use the library
without license restrictions.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].