fuzip / symfinit
Symfony docker installer
v1.0.1
2026-07-27 22:07 UTC
Requires
- php: ^8.5
- symfony/console: ^7.4
- symfony/http-client: ^7.4
- symfony/process: ^7.4
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.0
- phpstan/phpstan: ^2.0
This package is auto-updated.
Last update: 2026-07-29 23:05:26 UTC
README
A CLI installer that scaffolds a new Symfony project pre-configured with Docker, based on the dunglas/symfony-docker template.
Requirements
- Docker
Installation
Homebrew (recommended)
Be sure to have Homebrew installed then run:
brew install fuzip/symfinit
Or you can tap the repository and install the formula:
brew tap fuzip/symfinit brew install symfinit
Static binary
Download the latest release for your platform from the
Releases page and
move the binary somewhere on your $PATH:
curl -L https://github.com/Fuzip/symfinit/symfinit/releases/latest/download/symfinit-linux-x86_64 -o /usr/local/bin/symfinit chmod +x /usr/local/bin/symfinit
Composer
If you already have PHP and Composer installed:
composer global require fuzip/symfinit
The symfinit binary will be available in ~/.composer/vendor/bin.
Usage
symfinit [project-name]
You can choose the Symfony version that will be installed.
symfinit --symfony-version=7.4
License
MIT — see LICENCE.
Credits
Created by Fuzip.