Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Symfony Faction

Symfony Faction

All about symfony framework by @praswicaksono

Ngalam Backend Community

August 20, 2018
Tweet

More Decks by Ngalam Backend Community

Other Decks in Technology

Transcript

  1. HISTORY  First release at October 18, 2005  Founded

    by Fabien Potencier (@fabpot)  Released as set of PHP library / component  Sponsored by SensioLabs  Current LTS version : 3.4 (expired on Nov 2020)  Latest version : 4.0
  2. PROS  Blazingly fast  Blurred line between micro-framework and

    full-framework  Automatic Dependency Injection*  Mature and proven component
  3. CONS  Configuration is little bit hard for new comer

     Must understand at least OOP basic
  4. PACKAGE SUPPORT  The most downloaded PHP components over 80

    millions download (console, event dispatcher, debug, finder, process)  Over 2000 symfony bundle ready to use (admin panel, rest api, rpc)  You can use any library that listed on packagist
  5. WHY CHOOSE THIS FRAMEWORK?  Choose this if you want

    write well-written code but not as strict as zend framework and not as magic as Laravel  Proven, used by huge opensource project (drupal 8, phpbb, api platform)