SlideShare a Scribd company logo
1 of 24
Symfony and
Content Management
Jani Tarvainen, 2015/09/17
About me
• I'm Jani Tarvainen and I've been making websites for a while
• I work for Exove, we do a lot of CMS work there with WP, Drupal and
eZ
• Please stay awake and draw your own conclusions
• Me on Twitter: @velmu
• This event on Twitter: @symfony_fi
Agenda
• What is content management
• Brands and Communities
• A closer look at Symfony and CMSes
• Bolt
• Drupal 8
• eZ Platform
• Content Management in the Future
My Agenda
• I work with (LAMP) content management
• Diversity is good
• I should do more things outside of LAMP
• Routine is good...
• ...but repeating is for robots
• PHP CMSes have strong product communities
• Try different things to gain perspective
What is Content Management
• A commodity
• Bulk of web development
• Easy to get started with
• Working with CMS
• Hard to Master
• Building a CMS
• Boring, but enables exciting things
Brands and Communities
• North America of Content Management
• Elsewhere there be dragons
• Parallel dimensions outside of LAMP
• To be a viable option, you need to be known... and used!
• Pure technical excellence is worth nothing
• To me Symfony is above all, a strong Brand
• Genuinely high quality, trusted, widespread...
About developers
• Developers gonna
• face the same basic problems
• do it themselves, because they can do it right
• have to keep learning new mad skillz
• PHP has reached the maturity level where code sharing is easy
• developers learned to share
Meanwhile in China…
1. What's the #1 Search in China?
2. What's the #1 Forum software in China?
3. What's the #1 Microblogging site in China?
4. What's the #1 CMS in China?
Meanwhile in China…
1. Baidu
2. Discuz!
3. Sina Weibo
4. DedeCMS
Symfony can be your US Dollar in the LAMP
CMS world; A universally accepted currency
• I would like a bottle of water
• That will be 4 eZ Francs, please
• Do you accept Drupal Kronor? I've got 7
• Sacrebleu! eZ Francs ONLY!
• How about 2 Symfony Bucks?
• I'm sure we can figure something out…
Symfony and Content Management
• Symfony in it's different forms are everywhere
• as Components, Silex, Full Stack
• in CMSes: Drupal, eZ, Bolt, Concrete 5, Pagekit...
• Symfony is technically capable
• Symfony did not invent / is not
• YAML, Twig, Console, Composer, modern PHP…
A closer look at Symfony and CMSes
• Bolt CMS (hobby experience)
• A CMS built from Scratch on Silex
• Drupal 8 (hobby experience)
• Uses Symfony Components for key functionalities
• eZ Platform (work experience)
• Built on Symfony 2 Framework
Bolt CMS
• https://github.com/bolt/bolt
• Installation
• Quick look at templates
• Config
Drupal 8
• https://www.drupal.org/drupal-8.0
• Quick look at internals
• Importing / Exporting configurations with YAML
• Twig templates
eZ Platform
• https://github.com/ezsystems/ezplatform
• Content, User and Media management for Symfony2
• Site configuration and mapping
• Proven multilingual concepts
• Integrated Solr search
• Semantic content model
eZ Platform features
• Integrates with Symfony2 user sessions
• Use same session for CMS and Apps
• Language mapping
• www.site.fi to fin-FI (fi)
• www.site.no to nor-NO (no)
• Extendable REST API
• Pluggable storage
• Integrate functionality with separate models
eZ Platform, key bundles
• Doctrine DBAL for DB abstraction
• Flysystem for file storage to local, AWS, etc.
• Stash for Caching with Redis, Memcached
• FOSHttpCache for cache tagging, etc. for Varnish
• Liip Imagine for image manipulation
Same skillz, different tools
• Bolt, Drupal 8, eZ Platform all share
• HttpKernel
• Twig templates
• YAML configs...
• Recycle your skills from blog to a clustered personalised news portal
• Don't forget to keep learning and looking for the best option! 
Content Management in the Future
• A melting pot of content feeds?
• Automatic personalization? Algorithm decides what _you_ see?
• Content Repositories?
• JCR is NoSQL, rising but not significant yet
• A full front end CMS?
• All logic in client, only persistence via server
• You can ever only really trust the server
• Is it any better? Is it what things just "will be”?
Graph Databases in Content Management?
• Graph DBs Rising in popularity, mainstream for some use-cases
• Neo4j was created for a CMS
• GraphQL from Facebook
• Can give you an alternative view to your data, but won't turn your
bad content to gold
• Learn more tomorrow at "Thinking in Graphs" at Fraktio HQ
Links
• Symfony and Content Management: Comparing Bolt, Drupal 8 and eZ
• Prototyping Web Apps with Structr and Neo4j
• Symfony has no model, but many
• eZ Platform and a Graph Database?
• GraphQL is SQL for Knowledge, not Data
• Thinking in Graphs video stream
• Learn Symfony with Silex, the Demo App and the Best Practices Book
• The Worst Programming Language Ever
No questions?

More Related Content

More from Jani Tarvainen

Easy Decoupled Sitebuilding with GraphQL and Next.js
Easy Decoupled Sitebuilding with GraphQL and Next.jsEasy Decoupled Sitebuilding with GraphQL and Next.js
Easy Decoupled Sitebuilding with GraphQL and Next.jsJani Tarvainen
 
Doctrine ORM with eZ Platform REST API and GraphQL
Doctrine ORM with eZ Platform REST API and GraphQLDoctrine ORM with eZ Platform REST API and GraphQL
Doctrine ORM with eZ Platform REST API and GraphQLJani Tarvainen
 
Using eZ Platform as a Headless CMS (with Vue.js)
Using eZ Platform as a Headless CMS (with Vue.js)Using eZ Platform as a Headless CMS (with Vue.js)
Using eZ Platform as a Headless CMS (with Vue.js)Jani Tarvainen
 
Performance Comparison of PHP 5.6 vs. 7.0 vs HHVM
Performance Comparison of PHP 5.6 vs. 7.0 vs HHVMPerformance Comparison of PHP 5.6 vs. 7.0 vs HHVM
Performance Comparison of PHP 5.6 vs. 7.0 vs HHVMJani Tarvainen
 
Exploring Content API Options - March 23rd 2016
Exploring Content API Options - March 23rd 2016Exploring Content API Options - March 23rd 2016
Exploring Content API Options - March 23rd 2016Jani Tarvainen
 
Isomorphic server side rendering with Twig
Isomorphic server side rendering with TwigIsomorphic server side rendering with Twig
Isomorphic server side rendering with TwigJani Tarvainen
 
Content Management Systems and Refactoring - Drupal, WordPress and eZ Publish
Content Management Systems and Refactoring - Drupal, WordPress and eZ PublishContent Management Systems and Refactoring - Drupal, WordPress and eZ Publish
Content Management Systems and Refactoring - Drupal, WordPress and eZ PublishJani Tarvainen
 

More from Jani Tarvainen (7)

Easy Decoupled Sitebuilding with GraphQL and Next.js
Easy Decoupled Sitebuilding with GraphQL and Next.jsEasy Decoupled Sitebuilding with GraphQL and Next.js
Easy Decoupled Sitebuilding with GraphQL and Next.js
 
Doctrine ORM with eZ Platform REST API and GraphQL
Doctrine ORM with eZ Platform REST API and GraphQLDoctrine ORM with eZ Platform REST API and GraphQL
Doctrine ORM with eZ Platform REST API and GraphQL
 
Using eZ Platform as a Headless CMS (with Vue.js)
Using eZ Platform as a Headless CMS (with Vue.js)Using eZ Platform as a Headless CMS (with Vue.js)
Using eZ Platform as a Headless CMS (with Vue.js)
 
Performance Comparison of PHP 5.6 vs. 7.0 vs HHVM
Performance Comparison of PHP 5.6 vs. 7.0 vs HHVMPerformance Comparison of PHP 5.6 vs. 7.0 vs HHVM
Performance Comparison of PHP 5.6 vs. 7.0 vs HHVM
 
Exploring Content API Options - March 23rd 2016
Exploring Content API Options - March 23rd 2016Exploring Content API Options - March 23rd 2016
Exploring Content API Options - March 23rd 2016
 
Isomorphic server side rendering with Twig
Isomorphic server side rendering with TwigIsomorphic server side rendering with Twig
Isomorphic server side rendering with Twig
 
Content Management Systems and Refactoring - Drupal, WordPress and eZ Publish
Content Management Systems and Refactoring - Drupal, WordPress and eZ PublishContent Management Systems and Refactoring - Drupal, WordPress and eZ Publish
Content Management Systems and Refactoring - Drupal, WordPress and eZ Publish
 

Recently uploaded

AWS Community DAY Albertini-Ellan Cloud Security (1).pptx
AWS Community DAY Albertini-Ellan Cloud Security (1).pptxAWS Community DAY Albertini-Ellan Cloud Security (1).pptx
AWS Community DAY Albertini-Ellan Cloud Security (1).pptxellan12
 
Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...
Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...
Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...Delhi Call girls
 
Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
INDIVIDUAL ASSIGNMENT #3 CBG, PRESENTATION.
INDIVIDUAL ASSIGNMENT #3 CBG, PRESENTATION.INDIVIDUAL ASSIGNMENT #3 CBG, PRESENTATION.
INDIVIDUAL ASSIGNMENT #3 CBG, PRESENTATION.CarlotaBedoya1
 
All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445
All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445
All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445ruhi
 
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024APNIC
 
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...SofiyaSharma5
 
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...Diya Sharma
 
Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.soniya singh
 
Call Girls In Saket Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Saket Delhi 💯Call Us 🔝8264348440🔝Call Girls In Saket Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Saket Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
Nanded City ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready ...
Nanded City ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready ...Nanded City ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready ...
Nanded City ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready ...tanu pandey
 
CALL ON ➥8923113531 🔝Call Girls Lucknow Lucknow best sexual service Online
CALL ON ➥8923113531 🔝Call Girls Lucknow Lucknow best sexual service OnlineCALL ON ➥8923113531 🔝Call Girls Lucknow Lucknow best sexual service Online
CALL ON ➥8923113531 🔝Call Girls Lucknow Lucknow best sexual service Onlineanilsa9823
 
VIP Model Call Girls Hadapsar ( Pune ) Call ON 9905417584 Starting High Prof...
VIP Model Call Girls Hadapsar ( Pune ) Call ON 9905417584 Starting  High Prof...VIP Model Call Girls Hadapsar ( Pune ) Call ON 9905417584 Starting  High Prof...
VIP Model Call Girls Hadapsar ( Pune ) Call ON 9905417584 Starting High Prof...singhpriety023
 
✂️ 👅 Independent Andheri Escorts With Room Vashi Call Girls 💃 9004004663
✂️ 👅 Independent Andheri Escorts With Room Vashi Call Girls 💃 9004004663✂️ 👅 Independent Andheri Escorts With Room Vashi Call Girls 💃 9004004663
✂️ 👅 Independent Andheri Escorts With Room Vashi Call Girls 💃 9004004663Call Girls Mumbai
 
VIP 7001035870 Find & Meet Hyderabad Call Girls LB Nagar high-profile Call Girl
VIP 7001035870 Find & Meet Hyderabad Call Girls LB Nagar high-profile Call GirlVIP 7001035870 Find & Meet Hyderabad Call Girls LB Nagar high-profile Call Girl
VIP 7001035870 Find & Meet Hyderabad Call Girls LB Nagar high-profile Call Girladitipandeya
 
Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...
Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...
Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...Sheetaleventcompany
 
'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...
'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...
'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...APNIC
 

Recently uploaded (20)

AWS Community DAY Albertini-Ellan Cloud Security (1).pptx
AWS Community DAY Albertini-Ellan Cloud Security (1).pptxAWS Community DAY Albertini-Ellan Cloud Security (1).pptx
AWS Community DAY Albertini-Ellan Cloud Security (1).pptx
 
Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...
Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...
Hire↠Young Call Girls in Tilak nagar (Delhi) ☎️ 9205541914 ☎️ Independent Esc...
 
Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝
 
VVVIP Call Girls In Connaught Place ➡️ Delhi ➡️ 9999965857 🚀 No Advance 24HRS...
VVVIP Call Girls In Connaught Place ➡️ Delhi ➡️ 9999965857 🚀 No Advance 24HRS...VVVIP Call Girls In Connaught Place ➡️ Delhi ➡️ 9999965857 🚀 No Advance 24HRS...
VVVIP Call Girls In Connaught Place ➡️ Delhi ➡️ 9999965857 🚀 No Advance 24HRS...
 
INDIVIDUAL ASSIGNMENT #3 CBG, PRESENTATION.
INDIVIDUAL ASSIGNMENT #3 CBG, PRESENTATION.INDIVIDUAL ASSIGNMENT #3 CBG, PRESENTATION.
INDIVIDUAL ASSIGNMENT #3 CBG, PRESENTATION.
 
All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445
All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445
All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445
 
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024
DDoS In Oceania and the Pacific, presented by Dave Phelan at NZNOG 2024
 
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...
 
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
 
Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.
 
Rohini Sector 22 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 22 Call Girls Delhi 9999965857 @Sabina Saikh No AdvanceRohini Sector 22 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 22 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
 
Call Girls In Saket Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Saket Delhi 💯Call Us 🔝8264348440🔝Call Girls In Saket Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Saket Delhi 💯Call Us 🔝8264348440🔝
 
Nanded City ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready ...
Nanded City ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready ...Nanded City ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready ...
Nanded City ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready ...
 
CALL ON ➥8923113531 🔝Call Girls Lucknow Lucknow best sexual service Online
CALL ON ➥8923113531 🔝Call Girls Lucknow Lucknow best sexual service OnlineCALL ON ➥8923113531 🔝Call Girls Lucknow Lucknow best sexual service Online
CALL ON ➥8923113531 🔝Call Girls Lucknow Lucknow best sexual service Online
 
VIP Model Call Girls Hadapsar ( Pune ) Call ON 9905417584 Starting High Prof...
VIP Model Call Girls Hadapsar ( Pune ) Call ON 9905417584 Starting  High Prof...VIP Model Call Girls Hadapsar ( Pune ) Call ON 9905417584 Starting  High Prof...
VIP Model Call Girls Hadapsar ( Pune ) Call ON 9905417584 Starting High Prof...
 
Dwarka Sector 26 Call Girls | Delhi | 9999965857 🫦 Vanshika Verma More Our Se...
Dwarka Sector 26 Call Girls | Delhi | 9999965857 🫦 Vanshika Verma More Our Se...Dwarka Sector 26 Call Girls | Delhi | 9999965857 🫦 Vanshika Verma More Our Se...
Dwarka Sector 26 Call Girls | Delhi | 9999965857 🫦 Vanshika Verma More Our Se...
 
✂️ 👅 Independent Andheri Escorts With Room Vashi Call Girls 💃 9004004663
✂️ 👅 Independent Andheri Escorts With Room Vashi Call Girls 💃 9004004663✂️ 👅 Independent Andheri Escorts With Room Vashi Call Girls 💃 9004004663
✂️ 👅 Independent Andheri Escorts With Room Vashi Call Girls 💃 9004004663
 
VIP 7001035870 Find & Meet Hyderabad Call Girls LB Nagar high-profile Call Girl
VIP 7001035870 Find & Meet Hyderabad Call Girls LB Nagar high-profile Call GirlVIP 7001035870 Find & Meet Hyderabad Call Girls LB Nagar high-profile Call Girl
VIP 7001035870 Find & Meet Hyderabad Call Girls LB Nagar high-profile Call Girl
 
Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...
Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...
Call Girls Service Chandigarh Lucky ❤️ 7710465962 Independent Call Girls In C...
 
'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...
'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...
'Future Evolution of the Internet' delivered by Geoff Huston at Everything Op...
 

Symfony and Content Management (CMS)

  • 1. Symfony and Content Management Jani Tarvainen, 2015/09/17
  • 2. About me • I'm Jani Tarvainen and I've been making websites for a while • I work for Exove, we do a lot of CMS work there with WP, Drupal and eZ • Please stay awake and draw your own conclusions • Me on Twitter: @velmu • This event on Twitter: @symfony_fi
  • 3. Agenda • What is content management • Brands and Communities • A closer look at Symfony and CMSes • Bolt • Drupal 8 • eZ Platform • Content Management in the Future
  • 4. My Agenda • I work with (LAMP) content management • Diversity is good • I should do more things outside of LAMP • Routine is good... • ...but repeating is for robots • PHP CMSes have strong product communities • Try different things to gain perspective
  • 5. What is Content Management • A commodity • Bulk of web development • Easy to get started with • Working with CMS • Hard to Master • Building a CMS • Boring, but enables exciting things
  • 6.
  • 7. Brands and Communities • North America of Content Management • Elsewhere there be dragons • Parallel dimensions outside of LAMP • To be a viable option, you need to be known... and used! • Pure technical excellence is worth nothing • To me Symfony is above all, a strong Brand • Genuinely high quality, trusted, widespread...
  • 8. About developers • Developers gonna • face the same basic problems • do it themselves, because they can do it right • have to keep learning new mad skillz • PHP has reached the maturity level where code sharing is easy • developers learned to share
  • 9. Meanwhile in China… 1. What's the #1 Search in China? 2. What's the #1 Forum software in China? 3. What's the #1 Microblogging site in China? 4. What's the #1 CMS in China?
  • 10. Meanwhile in China… 1. Baidu 2. Discuz! 3. Sina Weibo 4. DedeCMS
  • 11.
  • 12. Symfony can be your US Dollar in the LAMP CMS world; A universally accepted currency • I would like a bottle of water • That will be 4 eZ Francs, please • Do you accept Drupal Kronor? I've got 7 • Sacrebleu! eZ Francs ONLY! • How about 2 Symfony Bucks? • I'm sure we can figure something out…
  • 13. Symfony and Content Management • Symfony in it's different forms are everywhere • as Components, Silex, Full Stack • in CMSes: Drupal, eZ, Bolt, Concrete 5, Pagekit... • Symfony is technically capable • Symfony did not invent / is not • YAML, Twig, Console, Composer, modern PHP…
  • 14. A closer look at Symfony and CMSes • Bolt CMS (hobby experience) • A CMS built from Scratch on Silex • Drupal 8 (hobby experience) • Uses Symfony Components for key functionalities • eZ Platform (work experience) • Built on Symfony 2 Framework
  • 15. Bolt CMS • https://github.com/bolt/bolt • Installation • Quick look at templates • Config
  • 16. Drupal 8 • https://www.drupal.org/drupal-8.0 • Quick look at internals • Importing / Exporting configurations with YAML • Twig templates
  • 17. eZ Platform • https://github.com/ezsystems/ezplatform • Content, User and Media management for Symfony2 • Site configuration and mapping • Proven multilingual concepts • Integrated Solr search • Semantic content model
  • 18. eZ Platform features • Integrates with Symfony2 user sessions • Use same session for CMS and Apps • Language mapping • www.site.fi to fin-FI (fi) • www.site.no to nor-NO (no) • Extendable REST API • Pluggable storage • Integrate functionality with separate models
  • 19. eZ Platform, key bundles • Doctrine DBAL for DB abstraction • Flysystem for file storage to local, AWS, etc. • Stash for Caching with Redis, Memcached • FOSHttpCache for cache tagging, etc. for Varnish • Liip Imagine for image manipulation
  • 20. Same skillz, different tools • Bolt, Drupal 8, eZ Platform all share • HttpKernel • Twig templates • YAML configs... • Recycle your skills from blog to a clustered personalised news portal • Don't forget to keep learning and looking for the best option! 
  • 21. Content Management in the Future • A melting pot of content feeds? • Automatic personalization? Algorithm decides what _you_ see? • Content Repositories? • JCR is NoSQL, rising but not significant yet • A full front end CMS? • All logic in client, only persistence via server • You can ever only really trust the server • Is it any better? Is it what things just "will be”?
  • 22. Graph Databases in Content Management? • Graph DBs Rising in popularity, mainstream for some use-cases • Neo4j was created for a CMS • GraphQL from Facebook • Can give you an alternative view to your data, but won't turn your bad content to gold • Learn more tomorrow at "Thinking in Graphs" at Fraktio HQ
  • 23. Links • Symfony and Content Management: Comparing Bolt, Drupal 8 and eZ • Prototyping Web Apps with Structr and Neo4j • Symfony has no model, but many • eZ Platform and a Graph Database? • GraphQL is SQL for Knowledge, not Data • Thinking in Graphs video stream • Learn Symfony with Silex, the Demo App and the Best Practices Book • The Worst Programming Language Ever