safaksaylam / symfony-starterkit

Symfony 4 Starter Kit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:PHP 94.3%Language:HTML 5.7%