> ## Documentation Index
> Fetch the complete documentation index at: https://developer.upsun.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Deploy Symfony on Upsun

> Complete the last required steps to successfully deploy Symfony on Upsun.


<Info>
  Before you start, check out the [Upsun demo app](https://console.upsun.com/projects/create-project) and the main [Getting started guide](/docs/get-started/here).
  They provide all of the core concepts and common commands you need to know before using the materials below.
</Info>

## Guide

<CardGroup cols={1}>
  <Card title="1. Get started" icon="rocket" href="/docs/get-started/stacks/symfony/get-started" horizontal>
    Deploy your first Symfony app on Upsun.
  </Card>

  <Card title="2. Symfony integration" icon="puzzle" href="/docs/get-started/stacks/symfony/integration" horizontal>
    Configure the Symfony integration.
  </Card>

  <Card title="3. Environment variables" icon="key" href="/docs/get-started/stacks/symfony/environment-variables" horizontal>
    Configure environment variables for Symfony.
  </Card>

  <Card title="4. Workers" icon="cpu" href="/docs/get-started/stacks/symfony/workers" horizontal>
    Configure workers for background processing.
  </Card>

  <Card title="5. Cron jobs" icon="clock" href="/docs/get-started/stacks/symfony/crons" horizontal>
    Set up cron jobs for scheduled tasks.
  </Card>

  <Card title="6. Blackfire" icon="gauge" href="/docs/get-started/stacks/symfony/blackfire" horizontal>
    Manage continuous observability with Blackfire.
  </Card>

  <Card title="7. Local development" icon="laptop" href="/docs/get-started/stacks/symfony/local" horizontal>
    Set up your local development environment.
  </Card>

  <Card title="8. FAQ" icon="book-open" href="/docs/get-started/stacks/symfony/faq" horizontal>
    Frequently asked questions.
  </Card>

  <Card title="9. Symfony CLI Tips" icon="terminal" href="/docs/get-started/stacks/symfony/symfony-cli-tips" horizontal>
    Tips for using the Symfony CLI with Upsun.
  </Card>
</CardGroup>

## Further resources

### Documentation

* [PHP documentation](/docs/languages/php)

* [Extensions](/docs/languages/php/extensions)

* [Performance tuning](/docs/languages/php/tuning)

* [PHP-FPM sizing](/docs/languages/php/fpm)

* [Swoole on Upsun](/docs/languages/php/swoole)

* [Authenticated Composer](/docs/languages/php/composer-auth)

### Community content

* [Symfony topics](https://support.platform.sh/hc/en-us/search?utf8=%E2%9C%93\&query=symfony)

* [PHP topics](https://support.platform.sh/hc/en-us/search?utf8=%E2%9C%93\&query=php)

### Videos

* [Refactoring monolith to multi-app](https://youtu.be/5hApjWiTO1M?feature=shared)
* [Upsun: From zero to scaling hero](https://youtu.be/FEFBUomV5aY?feature=shared)
