Integrate Wordpress into symfony
I was looking for a nice blogging solution for symfony, and all I found was a very simple plugin and a lot of people encouraging me to build my own blog. Even though it is a nice exercise, my philosophy is to not reinvent the wheel. Wordpress is surely the best free blogging tool available, so I preferred to spend time integrating it into my symfony application than to create yet another sfVeryEasyBlogPlugin.Integrating Wordpress into symfony can be done in three steps :
- integrating the blog into the application and its layout
- merging the authentification system
- integrating the blogging information into the symfony application
To be able to use WordPress inside a Symfony project, with an integrated login system, amounts to being able to extend WordPress with the infinite range allowed by Symfony – and that amounts to a major expansion of WordPress. The potential is great.
December 20th, 2009 at 9:13 pm
I’m using symfony 1.4 and i’m been looking for a solution to this. how did you get about it
December 21st, 2009 at 4:58 pm
Patrick, check here:
http://www.theodo.fr/blog/2009/03/integrate-wordpress-into-symfony/comment-page-1/
January 20th, 2010 at 8:25 pm
Hi Great post thanks for sharing. I’m going to try it out!