Symfony 4 is a small revolution in the Symfony world. Thanks to Flex, a lot of Symfony tools are becoming obsolete as they are just not needed anymore. The Symfony Installer is one of those tools.
The Symfony Installer is the best way to create a new project with Symfony 2 and Symfony 3. But as of Symfony 4, you can use Composer, plain and simple. It's more standard, more ubiquitous, and that's one less Symfony specific tool to learn.
Like other announcements we have made recently, this blog post officially announces that the Symfony Installer won't be developed anymore. Bugs will still be fixed and its end of life is scheduled for November 2020 as this is when Symfony 3.4 will not be supported anymore.
Composer for the win!
It's great to see another custom tool removed in favor of the standard Composer tool. And with the upcoming speed optimizations of Composer when using it in Symfony, the last advantage of the Symfony Installer will be history!
@Javier, that's great news! You have a link with more information about that?
@Richard see https://github.com/symfony/flex/pull/261 and https://github.com/symfony/flex/pull/286. We haven't announced it publicly a lot because we're waiting for more people to test it.