Use case · PHP
Operate a PHP application as one managed stack
Instead of separate panels for nginx, PHP, databases and deployment, Sysaro links the site, runtime, data services, storage, release and health into one Application.
Verified against public version: 0.20.02026-09-15Factual boundary · roadmap is not presented as shipped
For a PHP application, Sysaro can manage an nginx Site, PHP-FPM 8.5 runtime/pool, PostgreSQL 18, Valkey, TLS, persistent storage, immutable releases, backup/restore and aggregated Application health.
Operational flow
1
Site
nginx + TLS + hosting user
2
Runtime
PHP-FPM 8.5 + bounded pool tuning
3
Data
PostgreSQL 18 + Valkey
4
Release
immutable deploy → health → rollback
What is controlled
| Area | Current boundary |
|---|---|
| Web | Site config, reverse proxy, TLS, nginx validation/reload |
| PHP | Exact runtime binding, pool profile, isolation |
| Data | Database/access/backup flows and Redis-compatible Valkey management |
| Deployment | Artifact SHA-256, safe extraction, immutable release, healthcheck and rollback |
| Backup | Application backup/restore with verification |
Why this is more than hosting CRUD
Application health aggregates multiple resources instead of assuming the app is healthy because nginx answers.
Privileged actions are executed by the Agent through known job contracts; a generic root shell is not part of the public API.