Search by

fuzip / symfinit

Fuzip

Symfony docker installer

Package info

github.com/Fuzip/symfinit

pkg:composer/fuzip/symfinit

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

v1.0.3 2026-08-12 18:08 UTC

This package is auto-updated.

Last update: 2026-09-23 07:49:53 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.