senenhermida.docs
  • Design Patterns
  • SOLID
  • PHP History
    • Late static binding
  • PHP Questions
  • Symfony
    • Service container
    • Event dispatcher
    • Security
    • Validation
    • Serializer
    • Http Kernel Component
    • Cache component
    • Symfony history
  • Algorithms
  • Leetcode
    • Codility
  • My CV
Powered by GitBook
On this page
  1. Symfony

Symfony history

  • Symfony 2:

    • bundles system

    • dependency injection container

    • twig

    • console

  • Symfony 3:

    • symfony flex

    • psr-3: logger interface

    • workflow

  • Symfony 4:

    • focus on microservice, console applications and apis

    • autowiring system

    • symfony messenger

    • httpclient

  • Symfony 5:

    • symfony notifier (sms, slack, email, push…)

  • Symfony 6:

    • attribute based configuration

PreviousCache componentNextAlgorithms