2017 © Pedro Peláez
 

project framework-standard-edition

The "Symfony Standard Edition" distribution

image

symfony/framework-standard-edition

The "Symfony Standard Edition" distribution

  • Wednesday, August 1, 2018
  • by fabpot
  • Repository
  • 148 Watchers
  • 1524 Stars
  • 1,483,598 Installations
  • PHP
  • 17 Dependents
  • 1 Suggesters
  • 1287 Forks
  • 2 Open issues
  • 100 Versions
  • 2 % Grown

The README.md

Symfony Standard Edition

WARNING: This distribution does not support Symfony 4. See the [Installing & Setting up the Symfony Framework][15] page to find a replacement that fits you best., (*1)

Welcome to the Symfony Standard Edition - a fully-functional Symfony application that you can use as the skeleton for your new applications., (*2)

For details on how to download and get started with Symfony, see the Installation chapter of the Symfony Documentation., (*3)

What's inside?

The Symfony Standard Edition is configured with the following defaults:, (*4)

  • An AppBundle you can use to start coding;, (*5)

  • Twig as the only configured template engine;, (*6)

  • Doctrine ORM/DBAL;, (*7)

  • Swiftmailer;, (*8)

  • Annotations enabled for everything., (*9)

It comes pre-configured with the following bundles:, (*10)

  • FrameworkBundle - The core Symfony framework bundle, (*11)

  • SensioFrameworkExtraBundle - Adds several enhancements, including template and routing annotation capability, (*12)

  • DoctrineBundle - Adds support for the Doctrine ORM, (*13)

  • TwigBundle - Adds support for the Twig templating engine, (*14)

  • SecurityBundle - Adds security by integrating Symfony's security component, (*15)

  • [SwiftmailerBundle][10] - Adds support for Swiftmailer, a library for sending emails, (*16)

  • [MonologBundle][11] - Adds support for Monolog, a logging library, (*17)

  • WebProfilerBundle (in dev/test env) - Adds profiling functionality and the web debug toolbar, (*18)

  • SensioDistributionBundle (in dev/test env) - Adds functionality for configuring and working with Symfony distributions, (*19)

  • [SensioGeneratorBundle][13] (in dev env) - Adds code generation capabilities, (*20)

  • [WebServerBundle][14] (in dev env) - Adds commands for running applications using the PHP built-in web server, (*21)

  • DebugBundle (in dev/test env) - Adds Debug and VarDumper component integration, (*22)

All libraries and bundles included in the Symfony Standard Edition are released under the MIT or BSD license., (*23)

Enjoy!, (*24)

The Versions