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

Symfony - A baptism of fire

Tom
September 17, 2013

Symfony - A baptism of fire

A deep dive into creating a basic blog in Symfony2. The aim is to demonstrate the power of modern PHP development techniques.

Code available at https://github.com/tommygnr/phpmelb-symfony-blog

Tom

September 17, 2013
Tweet

More Decks by Tom

Other Decks in Programming

Transcript

  1. About Me • Developing for the web for 4 years

    • Developing with Symfony2 for a year and a half • Lead developer of CRS Certus • CTO Rostercloud
  2. Symfony 2 • Most popular PHP framework on GitHub •

    Over 700 committers • Doesn’t suffer from NIH • uses doctrine, twig, monolog
  3. Tonight’s plan • Creating a basic blog • Three entities

    • post • user • comment • Demonstrate power of modern php development
  4. Starting a new symfony app • Download archive with all

    dependencies • Download archive without dependencies, run composer install/update • composer create-project