Skip to content
#

guzzlehttp

Here are 126 public repositories matching this topic...

rvanlaak
rvanlaak commented Aug 22, 2018

Another use case to document; changing the client's class, and how to autowire that to another own service definition.

Possible content

The bundle can get used as "a factory" to create an autowireable class. That way the bundle puts the middleware (like logging / error reporting / timing) in place.

<?php

namespace Acme\Infra\Shopping;

class Client extends \GuzzleHttp\Clie
Tobion
Tobion commented Jan 15, 2018

When there are special characters in the URI path that are not allowed by the filesystem (like : on Windows), the MockStorageAdapter using SubfolderNamingStrategy fails with

Symfony\Component\Filesystem\Exception\IOException: Failed to create "/vagrant/tests/fixtures/guzzle/.../transform;key=rest:api": mkdir(): Input/output error.

And unfortunately one cannot reconfigure the adapters, ma

Improve this page

Add a description, image, and links to the guzzlehttp topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the guzzlehttp topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.