Tag: Symfony2

Interesting Symfony Bundles: StatsDClientBundle

Welcome to our renewed series “Interesting Symfony Bundles“. In the past we had a series of posts in our blog about symfony 1.x plugins that we found useful and interesting. Symfony 2 has been around for quite some time. Instead of plugins, Symfony2 is extended using bundles, There are well over 1600 public bundles at [...]

October 09 / 2012
Author Pablo
Category Bundles, PHP, symfony
Comments No Comments

Configuring PHPCR and Jackrabbit to use MySQL

PHPCR (PHP Content Repository) is a Content Repository library written in PHP, based on the Java Content Repository (JCR) standard. You can read more about it here. Furthermore, PHPCR is being used in the Symfony2 CMF (Symfony2 Content Management Framework) project which aims to build a foundation for future development of CMS applications using Symfony2. [...]

August 16 / 2012

Setting up a Symfony2 project using Mamp

This might be the easiest way to setup a Symfony dev environment. Say what you want of Mamp but it makes it dead easy to setup and manage your localhost server. Mamp is an excellent development environment especially if you are a newbie just starting off, and is definitely the simplest way to setup a [...]

June 01 / 2012
Author Kim
Category PHP, symfony, Tutorials
Comments 2 Comments
Tags , , ,

Ciao Italia!

Later this week the 2012 edition of the phpDay conference will take place in Verona, Italy. We have been supporting this conference since the first one (we think), and thanks to this we have made a lot of friends from this part of the world. We are extremely excited about this year and we are [...]

May 14 / 2012

Generate URLs from within a Twig Extension with Symfony2

It’s possible to generate a URL from within a Twig extension in a Symfony2 application. To do this, you need to have access to the Router. If you have a custom Twig extension, this means that you’ll need to inject the router to the extension. Thanks to the Dependency Injection this is very easy to [...]

May 13 / 2012
Author Pablo
Category PHP, symfony, Tutorials
Comments No Comments
Tags , ,