Your Symfony agency ships B2B apps. Client asks for "simple deploy". SymfonyCloud promises preview per PR and scaling. Lead dev prefers Hetzner VPS with Docker — "we control it". Project manager wants to know how much simplicity Platform.sh subscription costs.
Simplicity is not binary. It has scope and a learning curve.
What SymfonyCloud actually simplifies
| Task | SymfonyCloud | VPS + Docker DIY |
|---|---|---|
| Preview env per branch | Native | Custom script |
| Zero-downtime deploy | Platform.sh | Capistrano/Compose |
| DB/Redis services | Declarative .platform | Compose + your backups |
| SSL | Automatic | Certbot/manual |
| Horizontal scale | Plan config | Kubernetes or manual |
SymfonyCloud buys dev team simplicity — not absence of infra, but declarative configuration.
Cost of simplicity
Platform.sh / SymfonyCloud:
- Billing per active environment.
- Cron workers and consumers = billed containers.
- Forgotten preview branches = budget line.
VPS:
- Low fixed price.
- Human time for deploy, monitoring, patches.
- Incident risk if one dev "knows the server".
Calculate PaaS subscription vs VPS + X h/month ops.
Learning curve
Platform.sh requires:
- Services/relationships yaml model.
- Build hooks, env vars per branch.
- Documented disk/runtime limits.
Docker VPS requires:
- Prod compose, secrets, reverse proxy.
- DB volume backup strategy.
Both need one expertise — different. Mid-project VPS → SymfonyCloud migration costs dearly.
The climax: simplicity without environment governance costs double
Count active environments, not prod alone.
Decide and move forward without blind spots
- List preview branches needed vs nice-to-have.
- Simulate Platform.sh bill at M+6 with real team behaviour.
- Compare measured VPS deploy time over 3 months.
- Browse compare tool for EU VPS and PaaS.
Frequently asked questions
Is SymfonyCloud Symfony-only?
Platform.sh Symfony-optimised — integration differentiator.
What simplicity vs VPS Docker?
SymfonyCloud yaml build/deploy/services; VPS more flexible, more ops.
Does Platform.sh cost explode?
Preview, workers, storage — model before VPS comparison.
When to stay on VPS?
Existing ops, dedicated infra, tight budget stable load.
SymfonyCloud or VPS: buy simplicity where your team will never write Ansible — not where you already have stable prod docker-compose.
