You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Call to undefined function GuzzleHttp\Promise\unwrap() theiconic/php-ga-measurement-protocol#109 (comment)
The text was updated successfully, but these errors were encountered: