Symfony Micro Versions Save

Use Symfony as a microframework.

1.0.5

6 years ago
  • Bump Symfony version (~3.4)

1.0.4

6 years ago
  • Bump Symfony version (~3.3)
  • Update README

1.0.3

7 years ago

Improvements

  • Bump Symfony version (~3.2)
  • Include composer.lock
  • Ignore .idea and DS_Store files

1.0.2

8 years ago

Improvements

  • Convert LICENSE to markdown file
  • Store sensitive information in parameters.yml
  • Add Insight badge

1.0.1

8 years ago

Improvements

  • Add PHPUnit testing
  • Add Travis CI

1.0.0

8 years ago

Symfony micro-framework

Use Symfony as a microframework.

MicroKernelTrait

The MicroKernelTrait allows you to create a fully-functional Symfony application in as little as one file. It allows you to start with a tiny application, and then add features and structure as you need to. Its goal to give you the power to choose your bundles and structure.