pocketmine / raklib
PHP 编写的 RakNet 服务器实现
1.1.1
2024-03-04 14:02 UTC
Requires
- php: ^8.1
- 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
- dev-stable
- 1.1.1
- 1.1.0
- 1.0.0
- 0.15.1
- 0.15.0
- 0.14.6
- 0.14.5
- 0.14.4
- 0.14.3
- 0.14.2
- 0.14.1
- 0.14.0
- 0.13.1
- 0.13.0
- 0.12.12
- 0.12.11
- 0.12.10
- 0.12.9
- 0.12.8
- 0.12.7
- 0.12.6
- 0.12.5
- 0.12.4
- 0.12.3
- 0.12.2
- 0.12.1
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- dev-more-flexibility
- dev-client-reliable-buffer
- dev-major-next
- dev-dependabot/composer/phpstan/phpstan-1.10.15
- dev-dependabot/github_actions/shivammathur/setup-php-2.25.1
- dev-legacy/0.14
- dev-per-session-channels
This package is auto-updated.
Last update: 2024-08-23 14:37:03 UTC
README
UDP 网络库,遵循 RakNet 协议,用于 PHP
此库在实现上非常轻量级 - 提供了使 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 <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.