Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 22 hours ago
JSON representation
RakNet server implementation written in PHP
- Host: GitHub
- URL: https://github.com/pmmp/raklib
- Owner: pmmp
- License: other
- Created: 2016-09-30T19:18:27.000Z (about 8 years ago)
- Default Branch: stable
- Last Pushed: 2024-12-03T14:50:51.000Z (19 days ago)
- Last Synced: 2024-12-17T09:07:33.310Z (5 days ago)
- Topics: github-actions-enabled, on-packagist, php81, php82, phpstan-l9, phpstan-strict
- Language: PHP
- Homepage:
- Size: 762 KB
- Stars: 88
- Watchers: 18
- Forks: 40
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.
```