A quick look at the analytics of the symfony website tells us a lot about what people need in addition to the symfony core. Here is the top 20 plugins based on the number of page views of the corresponding wiki pages in the last 30 days:

  1. sfSimpleCMSPlugin
  2. sfGuardPlugin
  3. sfDoctrinePlugin
  4. sfPropelActAsNestedSetBehaviorPlugin
  5. sfMediaLibraryPlugin
  6. sfSimpleBlogPlugin
  7. sfSimpleForumPlugin
  8. sfFeed2Plugin
  9. sfgWidgetsPlugin
  10. sfThumbnailPlugin
  11. sfUJSPlugin
  12. sfControlPanelPlugin
  13. sfFormValidationPlugin
  14. sfMogileFSPlugin
  15. sfLightboxPlugin
  16. sfCaptchaPlugin
  17. sfNiftyPlugin
  18. sfPrototypeWindowPlugin
  19. sfPropelLoadbalancerPlugin
  20. sfSavvyPlugin
  21. sfYzClientSideValidationPlugin

Not surprisingly, the plugins that provide ready-to-use modules for common site features (CMS, user management, media management, etc.) are among the most popular. I believe that this trend confirms that symfony plugins can be seen like an extra layer on top of the framework, making web application development an even easier task than before.

Update: Somehow the sfDoctrine plugin had been forgotten, which is bad since it is in the third place. The error is now repaired, and the top 20 is now a top 21.

Published in