Download the PHP package gnugat/micro-framework-bundle without Composer
On this page you can find all versions of the php package gnugat/micro-framework-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package micro-framework-bundle
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.8
Then enable it in your application's kernel (e.g. app/AppKernel.php
):
new Gnugat\MicroFrameworkBundle\GnugatMicroFrameworkBundle()
More information
Features
- compatible with most third party bundles, more information
- micro framework spirit, including:
- "add what you need" philosohpy
- few dependencies
- small API
- small footprint for better performance
- more information
Want to know more?
You can see the current and past versions using one of the following:
- the
git tag
command - the releases page on Github
- the file listing the changes between versions
And finally some meta documentation:
- copyright and MIT license
- versioning and branching models
- contribution instructions
Note: Some logic has been taken from Symfony FrameworkBundle and modified, all attributions go to Fabien Potencier and the contributors.
All versions of micro-framework-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.0
symfony/config Version ^6.0
symfony/console Version ^6.0
symfony/dependency-injection Version ^6.0
symfony/error-handler Version ^6.0
symfony/event-dispatcher Version ^6.0
symfony/filesystem Version ^6.0
symfony/finder Version ^6.0
symfony/http-foundation Version ^6.0
symfony/http-kernel Version ^6.0
symfony/routing Version ^6.0
symfony/config Version ^6.0
symfony/console Version ^6.0
symfony/dependency-injection Version ^6.0
symfony/error-handler Version ^6.0
symfony/event-dispatcher Version ^6.0
symfony/filesystem Version ^6.0
symfony/finder Version ^6.0
symfony/http-foundation Version ^6.0
symfony/http-kernel Version ^6.0
symfony/routing Version ^6.0
The package gnugat/micro-framework-bundle contains the following files
Loading the files please wait ....