2017 © Pedro Peláez
 

project symfony-micro-framework

Symfony Micro Framework based on MicroKernelTrait

image

fnayou/symfony-micro-framework

Symfony Micro Framework based on MicroKernelTrait

  • Monday, August 14, 2017
  • by fnayou
  • Repository
  • 1 Watchers
  • 2 Stars
  • 17 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

Symfony MicroFramework

Scrutinizer Code Quality Build Status SensioLabsInsight Build Status, (*1)

Symfony Micro Framework based on MicroKernelTrait, (*2)

Small and tiny and easy to configure, this build is perfect for : - console based project - POC - light web project - development playground - etc., (*3)

How to use ?

You can create a new project using composer :, (*4)

$ php composer.phar create-project fnayou/symfony-micro-framework

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, (*5)

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., (*6)

Don't waste time configuring, start coding !, (*7)

Included packages ?

    "require": {
        "php": ">=5.6.0",
        "incenteev/composer-parameter-handler": "^2.1",
        "sensio/distribution-bundle": "^5.0",
        "sensio/framework-extra-bundle": "^3.0",
        "symfony/symfony": "^3.2",
        "twig/twig": "^1.0||^2.0"
    },
    "require-dev": {
        "escapestudios/symfony2-coding-standard": "^2.10",
        "fnayou/standards": "^1.2",
        "friendsofphp/php-cs-fixer": "^2.3",
        "phpunit/phpunit": "^5.7",
        "sensio/generator-bundle": "^3.1"
    }

Note

If you want to clean up your project, don't forget to uncomment content of .gitattributes., (*8)

Credits

License

license Please see License File for more information., (*9)

The Versions