Top Banner
Discovering Symfony2 Noël GUILBERT
22

Discovering Symfony2 Noël GUILBERT - RMLL2010.rmll.info/IMG/pdf/exploring_sf2.pdf · symfony 1.4: released in November 2009 • Improved the usability • Removed the deprecated

Sep 28, 2018

Download

Documents

lambao
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Discovering Symfony2 Noël GUILBERT - RMLL2010.rmll.info/IMG/pdf/exploring_sf2.pdf · symfony 1.4: released in November 2009 • Improved the usability • Removed the deprecated

Discovering Symfony2 Noël GUILBERT

Page 2: Discovering Symfony2 Noël GUILBERT - RMLL2010.rmll.info/IMG/pdf/exploring_sf2.pdf · symfony 1.4: released in November 2009 • Improved the usability • Removed the deprecated

A bit of history

Page 3: Discovering Symfony2 Noël GUILBERT - RMLL2010.rmll.info/IMG/pdf/exploring_sf2.pdf · symfony 1.4: released in November 2009 • Improved the usability • Removed the deprecated

• symfony 1 started as a glue of existing open source librairies:–Prado, Propel, Mojavi

• Adopted concepts from other frameworks–Routing, I18N, Forms

• Added some new concepts:–Web debug toolbar, admin-generator

Page 4: Discovering Symfony2 Noël GUILBERT - RMLL2010.rmll.info/IMG/pdf/exploring_sf2.pdf · symfony 1.4: released in November 2009 • Improved the usability • Removed the deprecated

Symfony components, a set of standalone librairies–Templating–Dependency Injection–YAML–Routing–Output Escaper– and more…

Page 5: Discovering Symfony2 Noël GUILBERT - RMLL2010.rmll.info/IMG/pdf/exploring_sf2.pdf · symfony 1.4: released in November 2009 • Improved the usability • Removed the deprecated

symfony 1.4: released in November 2009

• Improved the usability• Removed the deprecated features• It’s the current LTS release, maintained until 2012

Page 6: Discovering Symfony2 Noël GUILBERT - RMLL2010.rmll.info/IMG/pdf/exploring_sf2.pdf · symfony 1.4: released in November 2009 • Improved the usability • Removed the deprecated

What is Symfony2?

Page 7: Discovering Symfony2 Noël GUILBERT - RMLL2010.rmll.info/IMG/pdf/exploring_sf2.pdf · symfony 1.4: released in November 2009 • Improved the usability • Removed the deprecated

It’s a major evolution of symfony 1

Page 8: Discovering Symfony2 Noël GUILBERT - RMLL2010.rmll.info/IMG/pdf/exploring_sf2.pdf · symfony 1.4: released in November 2009 • Improved the usability • Removed the deprecated

It’s based on the knowledge of symfony 1:Same concepts, only better

Page 9: Discovering Symfony2 Noël GUILBERT - RMLL2010.rmll.info/IMG/pdf/exploring_sf2.pdf · symfony 1.4: released in November 2009 • Improved the usability • Removed the deprecated

Same concepts• MVC• Full featured• Great developer tools• Configurable

Page 10: Discovering Symfony2 Noël GUILBERT - RMLL2010.rmll.info/IMG/pdf/exploring_sf2.pdf · symfony 1.4: released in November 2009 • Improved the usability • Removed the deprecated

Better•Faster•Easier•More extensible•More configurable•More interoperable•Based on the new features of PHP 5.3

Page 11: Discovering Symfony2 Noël GUILBERT - RMLL2010.rmll.info/IMG/pdf/exploring_sf2.pdf · symfony 1.4: released in November 2009 • Improved the usability • Removed the deprecated

Do not reinvent the wheel !

Page 12: Discovering Symfony2 Noël GUILBERT - RMLL2010.rmll.info/IMG/pdf/exploring_sf2.pdf · symfony 1.4: released in November 2009 • Improved the usability • Removed the deprecated

Symfony2 uses some of the bests PHP components:

•Doctrine2•Propel•PHPUnit•Zend_Log•SwiftMailer

Page 13: Discovering Symfony2 Noël GUILBERT - RMLL2010.rmll.info/IMG/pdf/exploring_sf2.pdf · symfony 1.4: released in November 2009 • Improved the usability • Removed the deprecated

Better architecture

•No more projects, applications, modules, plugins

•Everything must be implemented as a bundle

Page 14: Discovering Symfony2 Noël GUILBERT - RMLL2010.rmll.info/IMG/pdf/exploring_sf2.pdf · symfony 1.4: released in November 2009 • Improved the usability • Removed the deprecated

Developer friendly

•Better error handling• Improved Web Debug Toolbar•Profiling•Testing

Page 15: Discovering Symfony2 Noël GUILBERT - RMLL2010.rmll.info/IMG/pdf/exploring_sf2.pdf · symfony 1.4: released in November 2009 • Improved the usability • Removed the deprecated

Symfony 2 is not just about code

Page 16: Discovering Symfony2 Noël GUILBERT - RMLL2010.rmll.info/IMG/pdf/exploring_sf2.pdf · symfony 1.4: released in November 2009 • Improved the usability • Removed the deprecated

A dedicated website and documentation:www.symfony-reloaded.org

Page 17: Discovering Symfony2 Noël GUILBERT - RMLL2010.rmll.info/IMG/pdf/exploring_sf2.pdf · symfony 1.4: released in November 2009 • Improved the usability • Removed the deprecated

Symfony live:The dedicated community event

Page 18: Discovering Symfony2 Noël GUILBERT - RMLL2010.rmll.info/IMG/pdf/exploring_sf2.pdf · symfony 1.4: released in November 2009 • Improved the usability • Removed the deprecated

Open-sources bundleswww.symfony2bundles.org

Page 19: Discovering Symfony2 Noël GUILBERT - RMLL2010.rmll.info/IMG/pdf/exploring_sf2.pdf · symfony 1.4: released in November 2009 • Improved the usability • Removed the deprecated

Is Symfony 2 ready for your projects ?

Page 20: Discovering Symfony2 Noël GUILBERT - RMLL2010.rmll.info/IMG/pdf/exploring_sf2.pdf · symfony 1.4: released in November 2009 • Improved the usability • Removed the deprecated

Hum, not yet

Page 21: Discovering Symfony2 Noël GUILBERT - RMLL2010.rmll.info/IMG/pdf/exploring_sf2.pdf · symfony 1.4: released in November 2009 • Improved the usability • Removed the deprecated

A stable release is planed for late 2010

Page 22: Discovering Symfony2 Noël GUILBERT - RMLL2010.rmll.info/IMG/pdf/exploring_sf2.pdf · symfony 1.4: released in November 2009 • Improved the usability • Removed the deprecated

Questions?Noël GUILBERT

[email protected]

Sensio S.A.92-98, boulevard Victor Hugo

92 115 Clichy CedexFRANCE

Tél. : +33 1 40 99 80 80

www.sensiolabs.com - www.symfony-project.org - www.noelguilbert.com