php-ga-measurement-protocol icon indicating copy to clipboard operation
php-ga-measurement-protocol copied to clipboard

Decouple from Guzzle by using HTTPlug interfaces.

Open mekras opened this issue 8 years ago • 7 comments

HTTPlug allows to write reusable libraries and applications that need an HTTP client without binding to a specific implementation. More about HTTPlug.

mekras avatar Oct 26 '16 12:10 mekras

Coverage Status

Coverage remained the same at 100.0% when pulling 9971fc5883a872127781d24b7a37a185b6036b61 on mekras:php-http into 9c3ffce31a65811a0511c2f70471961996dc242c on theiconic:master.

coveralls avatar Oct 26 '16 12:10 coveralls

Coverage Status

Coverage remained the same at 100.0% when pulling 9971fc5883a872127781d24b7a37a185b6036b61 on mekras:php-http into 9c3ffce31a65811a0511c2f70471961996dc242c on theiconic:master.

coveralls avatar Oct 26 '16 12:10 coveralls

hey @mekras, thanks for the PR. It might take some time for this to merged since this is a big change and so it will most likely be released in Version 3. I also want to make v3 use a lot of PHP 7 new features, I'm currently working on these refactors.

jorgeborges avatar Dec 19 '16 00:12 jorgeborges

@jorgeborges how is v3 progressing? Can we create a milestone for that and write tasks (issues) for the bits that would need refactoring? Maybe the community can help with this.

ddinchev avatar Mar 03 '18 16:03 ddinchev

@jorgeborges did you plan a v3? I will be happy to contribute :)

qdequippe avatar Oct 19 '19 11:10 qdequippe

Implementing this PR would be perfect to remove guzzle dependency, I am having to abandon the use of this project due to this.

andrekutianski avatar Feb 15 '21 02:02 andrekutianski

why not psr-18?

alberto-bottarini avatar Feb 22 '21 13:02 alberto-bottarini