Symfony2 Testing: Testing Services in Request Scope

Getting into testing at work with one of our new projects, and we need to be able to test our services. The biggest problem I had here, is that we have several services not in the default scope. After a little bit of digging and testing, I came up with this

Read More

Symfony Reverse Proxy: Memcached

Basically, we wanted to be able to use a simple Reverse Proxy (not Varnish, not Squid), that used a Memcache installation, instead of the file system.

Read More

Better Symfony Environments: Large Systems

Dealing with a project where there are several development servers, a few staging servers, and hundreds of production servers. Manage your environments easily!

Read More

Symfony 2 and Memcached: A new Bundle

So, I started work on a personal project of mine that I wanted to be able to use Memcached. The project is using the Symfony2 PHP framework, so I decided to look around a little bit to see if I could find a bundle that does what I needed

Read More