Skip to content
Logo Theodo

Articles for Symfony

Load Previous Posts

Ansible and Vagrant stack for Symfony2 projects

Maxime Thoonsen1 min read

I made a talk at one London Symfony2 meetup about how you can easily build up a nice DevOps environment with Vagrant and Ansible. The slides and the video are available. Feedback is very much appreciated. As we work more and…

Continue reading →

De retour du Symfony Live Paris 2014

Benjamin Grandfond3 min read

This blog post is in French as the event it relates to is French-only. De retour du Symfony Live Paris 2014 Ces lundi et mardi nous étions au sixième Symfony Live Paris qui se tenait à la Cité Internationale Universitaire de Paris.

Continue reading →

Theodo at the SymfonyCon 2013 in Warsaw

Antoine Haguenauer2 min read

A year ago, 14 brave Theodoers were in Berlin for the Symfony Live 2012. This time, 42(!) of us joined the very best of the Symfony Community at the SymfonyCon 2013 in Warsaw during which we didn't have any time…

Continue reading →

Theodo en force au SymfonyCon Varsovie 2013

Antoine Haguenauer2 min read

Après le Symfony Live de Berlin 2012, où quatorze Theodoers avaient fièrement porté nos couleurs dans le temple de la communauté Symfony pendant les trois jours de l’événement, ce sont cette année quarante-deux (42 !) d’entre nous qui avons déferlé…

Continue reading →

New events doctrine 2.4

Simon Constans3 min read

Here is an introduction to events in Doctrine and the changes brought by Doctrine 2.4. You will find all the code in this article on the following github repository. Events in doctrine Doctrine launches many events during the lifecycle of an entity. The…

Continue reading →

How to manage fixtures in a PHP project

Benjamin Grandfond6 min read

Dealing with data developing a new application is a real challenge for the development team. You often need them to develop and then test your app. For example, for a login system, you would need different users with roles and…

Continue reading →

Sharing session between Symfony1 and Symfony2 using Memcache

Nicolas Thal2 min read

Not long ago, Theodo released it's SessionBundle which aim is to share the session between a symfony1x and a Symfony2 website. On a local server, very little configuration is needed to use this bundle. The sharing is available after a few…

Continue reading →

Theodo spoke at sfPot Paris

Simon Constans1 min read

Tuesday, May 14 was held on the monthly Symfony community meetings - sfPot. We were invited to Pépinière 27 by Yoopies. As usual two talks were given and the discussions have continued in a bar. The first lecture was a request…

Continue reading →

How to use lesscss without NodeJs in Symfony2 with Assetic?

Jonathan Beurel2 min read

Today, we will talk about a little trick: How to use Less when node.js is not available on your server? We will use the latest version of lessphp available at the time of writing this article. You can find the full…

Continue reading →

Integrate legacy session into Symfony2

Pierre-Henri Cumenge2 min read

We are happy to anounce that the first Theodo Evolution Bundle has been open-sourced. The SessionBundle integrates transparently Legacy PHP Sessions into Symfony2 Our team has been working for a while on the growing issue of migrating legacy applications to Symfony2,

Continue reading →
Load Next Posts