endiorite/raklib-ipc
Channel-based protocols for inter-thread/inter-process communication with RakLib
Maintainers
1.0.0
2025-06-24 08:39 UTC
Requires
- php: ^8.0
- php-64bit: *
- endiorite/raklib: ^1.2.0
- pocketmine/binaryutils: ^0.2.0
Requires (Dev)
- phpstan/phpstan: 2.1.0
- phpstan/phpstan-strict-rules: ^2.0.0
Suggests
None
Provides
None
Conflicts
None
Replaces
None
GPL-3.0 162d553ee30a52a2c77b60419f6ec560499e2b78
This package is auto-updated.
Last update: 2026-06-24 11:18:53 UTC
README
This project provides utilities and protocols for interacting with RakLib via message-based channels.
The library defines the following interfaces which must be implemented:
InterThreadChannelReaderInterThreadChannelWriter
The method of transmitting messages is up to you - it could use sockets, pthreads Threaded objects, parallel Channel, or anything else.
