Download the PHP package zalas/symfify without Composer
On this page you can find all versions of the php package zalas/symfify. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download zalas/symfify
More information about zalas/symfify
Files in zalas/symfify
Download zalas/symfify
More information about zalas/symfify
Files in zalas/symfify
Vendor zalas
Package symfify
Short Description Sets up a basic Symfony project in a code base that did not start as a Symfony project.
License MIT
Homepage https://github.com/jakzal/symfify
Package symfify
Short Description Sets up a basic Symfony project in a code base that did not start as a Symfony project.
License MIT
Homepage https://github.com/jakzal/symfify
Please rate this library. Is it a good library?
Informations about the package symfify
Symfify composer plugin
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
All versions of symfify with dependencies
PHP Build Version
Package Version
Requires
php Version
^5.5||^7.0
composer-plugin-api Version ^1.0
symfony/console Version ^2.8||^3.0
symfony/filesystem Version ^2.7||^3.0
composer-plugin-api Version ^1.0
symfony/console Version ^2.8||^3.0
symfony/filesystem Version ^2.7||^3.0
The package zalas/symfify contains the following files
Loading the files please wait ....