Skip to content

Natorator/micro-framework-bundle

 
 

Repository files navigation

Symfony Micro Framework Bundle

A replacement of the official FrameworkBundle allowing Symfony to be used as a micro-framework which follows the "add what you need" philosophy.

Installation

First install it using Composer:

composer require gnugat/micro-framework-bundle:^0.1

Then enable it in your application's kernel (e.g. app/AppKernel.php):

new Gnugat\MicroFrameworkBundle\GnugatMicroFrameworkBundle()

Features

  • compatible with third party bundles
  • better performance than FrameworkBundle (faster autoloading, lighter DIC)

Want to know more?

You can see the current and past versions using one of the following:

And finally some meta documentation:

About

Symfony Micro Framework Bundle

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 97.6%
  • Shell 2.4%