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.

One-Click
Deploy
PHP 8.4
Support
MySQL
Included
AU
Hosted
Cloud Application

Enterprise PHP Hosting

Deploy Symfony with Doctrine ORM, Twig templating, and the full ecosystem of Symfony components.

Recommended

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

Included

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

GitHub Actions

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
.github/workflows/deploy.yml
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: production
Starter Template

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

One-click deploy
MySQL included
Australian hosted
30-day free trial