zalas/symfify

This package is abandoned and no longer maintained. No replacement package was suggested.

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

Installs: 15

Dependents: 0

Suggesters: 0

Security: 0

Stars: 7

Watchers: 3

Forks: 0

Open Issues: 0

Type:composer-plugin

v1.0.0 2016-10-05 14:57 UTC

This package is auto-updated.

Last update: 2020-02-05 08:52:24 UTC


README

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