With @platformatic/php-node you can run PHP applications within the same process as a Node.js application, allowing for communication between Node.js and PHP without any network connection in the ...
lab_device_system/ ├─ api/ # 用户侧 API │ ├─ login.php # 用户登录 │ ├─ register.php # 用户注册 │ ├─ device.php # 设备列表/详情 ...