Download the PHP package fnayou/symfony-micro-framework without Composer
On this page you can find all versions of the php package fnayou/symfony-micro-framework. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download fnayou/symfony-micro-framework
More information about fnayou/symfony-micro-framework
Files in fnayou/symfony-micro-framework
Package symfony-micro-framework
Short Description Symfony Micro Framework based on MicroKernelTrait
License MIT
Homepage https://github.com/fnayou/symfony-micro-framework
Informations about the package symfony-micro-framework
Symfony MicroFramework
Symfony Micro Framework based on MicroKernelTrait
Small and tiny and easy to configure, this build is perfect for :
- console based project
- POC
- light web project
- development playground
- etc.
How to use ?
You can create a new project using composer
:
That's it ! you have full working project with :
.editorconfig
file- PHPCodeSniffer configuration just run command
bin\standards
- Scrutinizer configuration file
- PHPCSFixer configuration file
- and much more
Docker is ready to be used with nginx, PHP-FPM, MariaDB, Postgres, MongoDB and CouchDB. all you have to
do is to configure docker-compose.yml
. We use fnayou/oh-my-docker, so check the project for more
information.
Don't waste time configuring, start coding !
Included packages ?
Note
If you want to clean up your project, don't forget to uncomment content of .gitattributes
.
Credits
License
Please see License File for more information.
All versions of symfony-micro-framework with dependencies
incenteev/composer-parameter-handler Version ^2.1
sensio/distribution-bundle Version ^5.0
sensio/framework-extra-bundle Version ^3.0
symfony/symfony Version ^3.2
twig/twig Version ^1.0||^2.0