Skip to content

AlbertBeweb/symfony-starterkit

 
 

Repository files navigation

Symfony Starter Kit

  • FrameworkBundle - The core Symfony framework bundle

  • SensioFrameworkExtraBundle - Adds several enhancements, including template and routing annotation capability

  • DoctrineBundle - Adds support for the Doctrine ORM

  • TwigBundle - Adds support for the Twig templating engine

  • SecurityBundle - Adds security by integrating Symfony's security component

  • SwiftmailerBundle - Adds support for Swiftmailer, a library for sending emails

  • MonologBundle - Adds support for Monolog, a logging library

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

  • MakerBundle (in dev env) - Adds code generation capabilities

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

  • Console The component eases the creation of beautiful and testable command line interfaces.

  • Flex Symfony Flex automates the most common tasks of Symfony applications, like installing and removing bundles and other Composer dependencies.

  • TwigBundle A template is simply a text file that can generate any text-based format (HTML, XML, CSV, LaTeX ...).

  • Yaml The Symfony Yaml component parses YAML strings to convert them to PHP arrays. It is also able to convert PHP arrays to YAML strings.

About

Symfony 4 Starter Kit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 94.3%
  • HTML 5.7%