compactinteractive / rccservicesoap08
A class to execute scripts to Roblox RCC using Soap.
v1.0.1
2026-08-05 17:57 UTC
Requires
- php: ^8.1
README
Documentation here: RCCServiceSoap08 Docs
Install:
composer require compactinteractive/rccservicesoap08
Example:
use CompactInteractive\RCCServiceSoap08; RCCServiceSoap08::init("127.0.0.1", 64989); $result = RCCServiceSoap08::execute('print("Hello")');
More examples in the Examples/ folder!