fuzip/symfinit

Symfony docker installer

Maintainers

Package info

github.com/Fuzip/symfinit

pkg:composer/fuzip/symfinit

Transparency log

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 4

v1.0.1 2026-07-27 22:07 UTC

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.