Docker or Git Deploy
Deploy a Docker image or connect a Git repository. Builds and restarts are handled automatically.
Run modern PHP applications on a Docker-based platform. Includes PostgreSQL or MySQL, persistent volumes, and isolated runtime. No cPanel. No shared hosting.
# docker-compose.yml
services:
app:
image: my-php-app
environment:
- APP_ENV=production
- DATABASE_URL=${DATABASE_URL}
db:
image: mysql:8
volumes:
- db_data:/var/lib/mysqlPHP hosting no longer means uploading files to a shared server via FTP. Modern PHP applications run as isolated services with explicit dependencies, background workers, and dedicated databases.
Frameworks like Laravel or Symfony expect full control over the runtime, environment variables, and filesystem — requirements that shared hosting was never designed to support.
A container-based platform that matches modern PHP architecture.
Deploy a Docker image or connect a Git repository. Builds and restarts are handled automatically.
Attach MySQL, PostgreSQL, or Redis without external services.
Keep uploads and application data across deployments.
Hosted in Germany for low latency and GDPR compliance.
Free PHP hosting usually means shared resources, disabled extensions, strict execution limits, and no persistent storage.
Hostim.dev provides a preview tier for testing, but focuses on stable, production-grade PHP hosting with predictable pricing.
Shared web hosting targets simple PHP scripts and CMS installs. App hosting is designed for full PHP applications with queues, workers, and controlled environments.
The practical workflow on a container-based platform.
Dockerfile. Hostim builds the image if needed.PHP on Hostim: container hosting with a managed MySQL or PostgreSQL attached.
€2.50/month
Small production stack
One app plan (sa-1-1) plus a free-tier managed database. The database only starts costing money at 1 GB (€1/month).
€0
Managed database free tier
PostgreSQL 256 MB, MySQL 256 MB, Redis 128 MB, volume 1 GB. No cap on how many free instances you create.
Included on every plan
Database high availability
PostgreSQL and MySQL run as a primary plus hot standby with automatic failover, shared plans included.
1 today (Falkenstein, Germany)
Regions
Bare metal, EU only, with more regions planned. No AWS, GCP or Azure underneath.
“A popular general-purpose scripting language that is especially suited to web development.”
— PHP.net
Yes. Any PHP framework that runs in Docker — Laravel, Symfony, WordPress, plain PHP — deploys as a long-lived container with TLS, logs and metrics included.
Whatever your image uses (php:8.3-fpm, php:8.2-apache, etc.). Hostim does not enforce a PHP version.
A typical PHP deployment on Hostim is one app container plus one managed database. The app starts at €2.50/month and the database is free on the included tier, so a small production stack runs from €2.50/month.
Managed MySQL, PostgreSQL and Redis. Credentials inject as environment variables; PDO and the framework configs read them directly.
In Germany. Hostim apps and databases run on bare-metal servers in Falkenstein, with no AWS, GCP or Azure dependency — so data stays in the EU and GDPR compliance stays simple.