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.
Install the plugin globally to access it from anywhere:
composer global require zalas/symfify
composer symfify .