Open enrise-mbraam opened 1 year ago
I'm terribly sorry, I somehow missed the notification that you opened an issue. The library has become useless as universal analytics data collection has been stopped by google. Let me know if you still need the fix applied.
https://github.com/8ctopus/php-ga-measurement-protocol/blob/master/src/Network/HttpClient.php#L51
Line 51 in
src/Network/HttpClient.php
callsunwrap()
. This method is removed in the PromiseInterface of guzzlehttp/promises v2.There are two ways out:
Require
guzzlehttp/promises ^1.5
Apply this fix. https://github.com/theiconic/php-ga-measurement-protocol/issues/109#issuecomment-1590153733