zalas / symfify
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
Requires
- php: ^5.5||^7.0
- composer-plugin-api: ^1.0
- symfony/console: ^2.8||^3.0
- symfony/filesystem: ^2.7||^3.0
Requires (Dev)
- composer/composer: ^1.2
- tm/tooly-composer-script: ^1.0
This package is auto-updated.
Last update: 2020-02-05 08:52:24 UTC
README
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 .