Symfony CLI
The Symfony binary is a must-have tool when developing Symfony applications on your local machine. It provides:
- The best way to create new Symfony applications;
- A powerful local web server to develop your projects with support for TLS certificates;
- A tool to check for security vulnerabilities;
- Seamless integration with Upsun (formerly Platform.sh).
Installation Instructions
Linux
Depends on:
php
Linux
Depends on:
php Download SymfonyCLI
{
"url": "{{ .SVar `.tool.symfony_cli.download.url` }}",
"destination_folder": "{{ .PDownloads }}",
"output_filename": "{{ .SVar `.tool.symfony_cli.download.filename` }}",
"overwrite": false
} Extract SymfonyCLI Release
{
"destination": "{{ .PTools }}/symfony_cli/{{ .SVar `.tool.symfony_cli.download.version` }}",
"max_file_size": 0,
"skip_symlinks": false,
"preserve_permissions": true,
"remove_existing": true,
"source": "{{ .PDownloads }}/{{ .SVar `.tool.symfony_cli.download.filename` }}"
}
MacOS
Depends on:
php
MacOS
Depends on:
php Download SymfonyCLI
{
"url": "{{ .SVar `.tool.symfony_cli.download.url` }}",
"destination_folder": "{{ .PDownloads }}",
"output_filename": "{{ .SVar `.tool.symfony_cli.download.filename` }}",
"overwrite": false
} Extract SymfonyCLI Release
{
"destination": "{{ .PTools }}/symfony_cli/{{ .SVar `.tool.symfony_cli.download.version` }}",
"max_file_size": 0,
"skip_symlinks": false,
"preserve_permissions": true,
"remove_existing": true,
"source": "{{ .PDownloads }}/{{ .SVar `.tool.symfony_cli.download.filename` }}"
} Binaries
- symfony