pocketmine/raklib

A RakNet server implementation written in PHP

Maintainers

Details

github.com/pmmp/RakLib

Source

Issues

Installs: 329 239

Dependents: 4

Suggesters: 0

Security: 1

Stars: 76

Watchers: 14

Forks: 35

Open Issues: 11

1.1.1 2024-03-04 14:02 UTC

README

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.