Tag Archives: Symfony

Using the Symfony Validator as a standalone component

It’s easy to think of Symfony as just being a huge full-stack PHP framework, that you either base your entire project around or ignore completely, but in fact, the individual Symfony components can be surprisingly easy to slot into an existing project. This … Continue reading

Posted in PHP | Tagged , , | Comments Off on Using the Symfony Validator as a standalone component

Why is my Symfony 2 app crashing with an out of memory error?

I’ve recently run into an issue where a data-processing task in a Symfony app would crash with a PHP ‘Out of memory’ fatal error. The task in question was using Doctrine to retrieve some rows from the database, updating some … Continue reading

Posted in PHP | Tagged , | Comments Off on Why is my Symfony 2 app crashing with an out of memory error?