0% found this document useful (0 votes)
29 views2 pages

Symfony

The document discusses how to install the Symfony CLI tool to create and manage Symfony applications from the terminal. It describes downloading the CLI tool directly or using package managers, then using the CLI to generate new Symfony projects and components.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
29 views2 pages

Symfony

The document discusses how to install the Symfony CLI tool to create and manage Symfony applications from the terminal. It describes downloading the CLI tool directly or using package managers, then using the CLI to generate new Symfony projects and components.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

sponsored by

About Documentation Services Blog Download

Download Symfony

Step 1. Install Symfony CLI


The Symfony CLI is a developer tool to help you build, run, and manage your Symfony applications directly from
your terminal. It's Open-Source, works on macOS, Windows, and Linux, and you only have to install it once in
your system.

You can use the Symfony CLI to:

Create new Symfony applications

Develop applications with a local web server with TLS support

Check for security vulnerabilities

Get seamless integration with Platform.sh

Linux macOS Windows Source Code Changelog

Choose one of the following installation methods:

Scoop install Scoop

Copy

Binaries
Download binaries from GitHub: 386, amd64.

Step 2. Create New Symfony Applications


Use the binary provided by the Symfony CLI to create new applications:

If you are building a traditional web application:

Copy

If you are building a microservice, console application or API:

Copy

You can also read Symfony Docs to learn about installing Symfony with Composer.
Install Symfony Components
You can also enjoy Symfony features without creating new applications. Symfony Components, a set of
decoupled and reusable libraries, work on any existing PHP application.

Install Composer and run this command to add a Symfony component in your app:

Copy

Additional Resources

Symfony Source Code is hosted on GitHub and released


under MIT license, which is friendly for developers and safe
for companies.

Subscribe now to receive an email when a new Symfony


version is published or when a Symfony version reaches its
end of life.

Symfony Demo: a reference application to learn how to


develop applications following the Symfony Best Practices.

Symfony™ is a trademark of Symfony SAS. All rights reserved.

You might also like