Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pmmp/raklib

RakNet server implementation written in PHP
https://github.com/pmmp/raklib

github-actions-enabled on-packagist php81 php82 phpstan-l9 phpstan-strict

Last synced: about 24 hours ago
JSON representation

RakNet server implementation written in PHP

Awesome Lists containing this project

README

        

# RakLib
![CI](https://github.com/pmmp/RakLib/workflows/CI/badge.svg)

__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 .

## 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.
```