go
toolbox
v1.0 · PHP backend · Hostinger Live
Five Go tools.
Actually working.
// Real endpoints. Real SQLite. Real results. Hosted on Hostinger Business.
server online ·
checking...
live tools · 5 endpoints
GET
HTTP API Server
Pure PHP server. No framework. Returns JSON health status with timestamp.
→ GET /api/health
ping server
GET
Task Runner
Replaces Makefile. Runs build / test / run commands on the server.
→ GET /api/task?task=build
build — syntax check
test — php version
run — execute entry
run task
GET
SQLite Migration
Embedded file-based DB. Schema applied at startup. Zero server needed.
→ GET /api/migrate
check migration
GET
POST
DEL
Admin CLI → API
Create, list, delete users. Real SQLite database. No web dashboard needed.
→ /api/admin
create user
list users
delete
POST
Log Rotation
Copies app.log to timestamped archive, then clears the source file.
→ POST /api/logs/rotate
rotate logs