bedrockplaymc / raklib
用PHP编写的RakNet服务器实现
dev-stable
2023-11-22 12:31 UTC
Requires
- php: ^8.0
- php-ipv6: *
- php-64bit: *
- ext-sockets: *
- pocketmine/binaryutils: ^0.2.0
- pocketmine/log: ^0.3.0 || ^0.4.0
Requires (Dev)
- phpstan/phpstan: 1.10.1
- phpstan/phpstan-strict-rules: ^1.0
This package is auto-updated.
Last update: 2024-08-22 14:14:33 UTC
README
遵循RakNet协议的PHP UDP网络库
此库在实现上非常轻量 - 它提供了让Minecraft Pocket Edition服务器运行的最基本功能。它目前只提供服务器功能,不支持大多数RakNet特性。
本项目与Jenkins Software LLC和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 <https://gnu.ac.cn/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.