Building web service clients with Guzzle
Guzzle takes the pain out of sending HTTP requests and the redundancy out of creating web service clients. In this session, we'll build a web service client from the ground up. We'll start by building a simple client that sends and receives raw HTTP messages, and work our way toward a service description powered client that utilizes various Symfony2 EventDispatcher powered events subscribers.