Symfony Integration
Deploy Symfony, One Click
Deploy Symfony applications on Quant Cloud with managed database and automatic scaling. Australian hosted with full PHP 8.4 support.
Enterprise PHP Hosting
Deploy Symfony with Doctrine ORM, Twig templating, and the full ecosystem of Symfony components.
One-Click Deploy
Deploy a Symfony starter template with GitHub Actions pre-configured. Connect your GitHub account and deploy in minutes.
- Creates repo in your GitHub account
- MySQL database provisioned automatically
- Deploys on every push to main
Deploy Symfony Now
Managed Infrastructure
Everything Symfony needs, fully managed and scaled automatically.
- MySQL with Doctrine ORM support
- S3-compatible object storage
- SMTP relay for Symfony Mailer
Learn about Quant Cloud
Automated Deployment
Push to main to build and deploy. Container images built automatically and deployed to Quant Cloud.
- Deploy on push to main
- Zero-downtime deployments
- Automatic Doctrine migrations
- Environment variable management
name: Deploy to Quant Cloud
on:
push:
branches: [main]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: quantcdn/cloud-init-action@v1
with:
customer: ${{ secrets.QUANT_CUSTOMER }}
project: ${{ secrets.QUANT_PROJECT }}
token: ${{ secrets.QUANT_TOKEN }}
- uses: quantcdn/cloud-deploy-action@v1
with:
environment: productionSymfony Starter Template
Pre-configured Symfony project with Doctrine ORM, Twig templates, and Quant Cloud deployment ready to go.
Deploy Your Symfony App
One-click deploy with managed database and storage. 30-day free trial, no credit card required.