Top "Symfony-components" questions

Symfony Components are standalone classes which implement common features.

How to create custom event in symfony2

I want to create custom events called user_logged so that i can attach my listeners to those events. I …

php symfony events observer-pattern symfony-components
Generating a PHAR for a simple application

I'm experimenting in building CLI tools using the Symfony2 console library. I've got something basic working and now I want …

php packaging composer-php phar symfony-components
Can Goutte/Guzzle be forced into UTF-8 mode?

I'm scraping from a UTF-8 site, using Goutte, which internally uses Guzzle. The site declares a meta tag of UTF-8, …

php web-scraping guzzle goutte symfony-components