Symfony's Console can be used in any non-Symfony project to develop command line apps. Learn about console helpers in this tutorial by Claudio Ribeiro!
Tag: symfony2

We focus on Behat now to further extend Sylius in true TDD fashion. We write stories, we test against them, and then we develop features to make them pass!

Deji extends the core of Sylius by adding some back end features via true TDD: writing PhpSpec tests first, seeing that they fail, and then making them pass

We look at Sylius - a fully tested and super-robuts e-commerce platform/framework, and use it to learn some proper Test Driven Development!

Andrew explains how to perform database-related tests in a Symfony app much faster - with a disposable in-memory SQLite database, avoiding any bulky mocks

In this tutorial, we go through some effective performance hacks for developing Symfony apps on Vagrant virtual machines
Shameer quickly explains the gargantuan user management plugin for Symfony2: FOSUserBundle. Learn how to register, log in, and more!
Taylor Ren shows you how easy it is to build a custom Symfony2 Twig filter, all while using PHPUnit to respect TDD practices.
Taylor Ren continues his series about Symfony2 Authentication and Authorization by adding Registration and Login
Learn about authorization and authentication in Symfony2 with Taylor Ren's tutorial - covering an invite system, verification, and more.
Danny Sipos explores UserApp - a user management and authentication web service letting you add logins easily to any app - by implementing it into Symfony2
Rafie Younes introduces Silex, the microframework from Sensiolabs, the makers of Symfony. What is it good for? Is it better than Symfony? Find out!
Nicolas Scolari will explain how to get started with Symfony2 Route Annotations for routing in your controllers rather than using YML config files.
Hugo Giraudel steps away from SASS for a minute to show you how to build a YAML powered non-developer-friendly ad manager in Symfony 2.
Danny Sipos continues his epic series on building Drupal 8 modules, this time focusing on Event Dispatcher from Symfony and its effect on Drupal hooks
PHP Summer Camp is an annual hands-on workshop conference in Rovinj, Croatia, focusing on eZ Publish and Symfony2, taking place from September 3rd to 6th
Danny Sipos demonstrates two approaches to dealing with forms in Symfony: pure HTML, and entity based.
Taylor Ren explains how you can use Phreeze to autogenerate CRUD applications for your already existing databases - often in already existing apps.
Taylor Ren goes through a pre-deployment checklist for Symfony apps, listing things you should do before thinking about moving to production
Surendra Mohan discusses the Symfony and third-party components that have been added into the most recent version of Drupal
Learn about running functional tests with PhpUnit in a Symfony2 app, prepopulated with sample data through Doctrine's Data Fixtures
Learn how to use Doctrine's Data Fixtures in Symfony2 to provide your app with sample data
Explanation and demonstration of Symfony2 bundles and configurations, and how they work coupled with the service container
Have a look at our 2013 survey to decide what the best frameworks for 2014 are!
After bootstrapping in part 1, we continue with the series and get into heavy development of this web app - head to toe - with Symfony 2