Skip to content
This repository was archived by the owner on Feb 4, 2020. It is now read-only.
/ symfify Public archive

Sets up a basic Symfony project in a code base that did not start as a Symfony project

License

Notifications You must be signed in to change notification settings

jakzal/symfify

Repository files navigation

Symfify composer plugin

Build Status Scrutinizer Code Quality Build Status

This composer plugin will set up a basic Symfony project in a code base that did not start as a Symfony project. It's useful when you're test driving your application from zero, starting in the center, and adding infrastructure (like the framework) later.

At the moment this is a simple proof of concept, setting up a basic front controller with an application micro kernel.

Installation

Install the plugin globally to access it from anywhere:

composer global require zalas/symfify

Usage

composer symfify .

Demo

Symfify demo

About

Sets up a basic Symfony project in a code base that did not start as a Symfony project

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published