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 Platform.sh.
To install Symfony CLI, please download the appropriate version, unarchive the files, and move the binary somewhere under your path. To upgrade, download the latest version and replace the binary by the new one.
On macOS, you can use homebrew: brew install symfony-cli/tap/symfony-cli
If you discover a security vulnerability, please follow our disclosure procedure.