663 shaares
2 results
tagged
httpclient
<blockquote>Symfony has a HTTP client which differ from other clientslike Guzzle, Buzz or clients from the HTTPlug organization. Symfony’s HTTP client is asynchronous by default. Using asynchronous anything is strange in PHP but there is no magic. The asynchronous part in any PHP HTTP client is achieved with help from cURL.</blockquote>