2017 © Pedro Peláez
 

project symfony-empty-edition

The "Symfony Empty Edition" distribution

image

gnugat/symfony-empty-edition

The "Symfony Empty Edition" distribution

  • Thursday, March 10, 2016
  • by gnupat
  • Repository
  • 7 Watchers
  • 68 Stars
  • 247 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

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

You can then start building on it, and install the dependencies you need., (*2)

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

Installation

Use Composer to create a new application:, (*4)

composer create-project gnugat/symfony-empty-edition my-project

Differences with the Standard Edition

  • Only 2 bundles: src/AppBundle and symfony/framework-bundle, add the ones you really need
  • Only 1 front controller (web/app.php), change the environment using the SYMFONY_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:, (*5)

  • 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

The Versions

10/03 2016

dev-master

9999999-dev

The "Symfony Empty Edition" distribution

  Sources   Download

MIT

The Requires

 

10/03 2016
02/12 2015
14/10 2015

v1.0.2

1.0.2.0

The "Symfony Empty Edition" distribution

  Sources   Download

MIT

The Requires

 

30/09 2015

v1.0.1

1.0.1.0

The "Symfony Empty Edition" distribution

  Sources   Download

MIT

The Requires

 

19/09 2015

v1.0.0

1.0.0.0

The "Symfony Empty Edition" distribution

  Sources   Download

MIT

The Requires