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.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.