Download the PHP package gnugat/symfony-empty-edition without Composer
On this page you can find all versions of the php package gnugat/symfony-empty-edition. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download gnugat/symfony-empty-edition
More information about gnugat/symfony-empty-edition
Files in gnugat/symfony-empty-edition
Package symfony-empty-edition
Short Description The "Symfony Empty Edition" distribution
License MIT
Informations about the package symfony-empty-edition
Symfony Empty Edition
A skeleton allowing you to create an empty Symfony application: it is provided without any libraries or bundles (except for Symfony's FrameworkBundle).
You can then start building on it, and install the dependencies you need.
Note: The Symfony Standard Edition provides a big set of libraries and bundles (database, email, templating, etc). If you don't feel comfortable with picking your own yet, you should probably use it.
Installation
Use Composer to create a new application:
Differences with the Standard Edition
- Only 2 bundles:
src/AppBundle
andsymfony/framework-bundle
, add the ones you really need - Only 1 front controller (
web/app.php
), change the environment using theSYMFONY_ENV
environment variable - No annotations (can be brought back by installing
sensio/framework-extra-bundle
)
Use cases
There are many real world use cases for this distribution. Here's a small selection:
- tailored made applications: for applications that require "non standard" dependencies (e.g. Propel or Pomm for the database, etc)
- micro applications: for applications that don't need database, templating or mailing systems (Symfony can be a Micro Framework)
- legacy migrations: for applications that need to depend on legacy database, templating, etc while migrating to symfony
- teaching material: better explained here
All versions of symfony-empty-edition with dependencies
symfony/console Version ^7.1.8
symfony/finder Version ^7.1.6
symfony/framework-bundle Version ^7.1.6
symfony/yaml Version ^7.1.6