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.You can create free MySQL, PostgreSQL, Redis databases, and persistent volumes. App containers start at €2.5/month. Each user gets one 5-day trial project with everything included – apps, DBs, volumes, metrics.
Yes. Paste your Docker Compose YAML and we'll generate the services automatically. You can also deploy from a Dockerfile or Git repository (repo should have Dockerfile so our system can build the image).
On bare-metal servers located in Germany. We do not use AWS, GCP, or other large cloud providers – your data stays in the EU.
No. Hostim.dev removes Kubernetes complexity. You manage apps, databases, and resources – not clusters or YAML.
Right now, each account manages projects individually. Multi-user roles and team collaboration are planned – we're actively listening to early users to shape this.