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 would be great if you could add support for using psr/http-client instead of hardcoded curl calls for duing the http calls as that would make it a lot easier to write tests of code that depends on this phpcent.
Either that or at least making the request and send methods protected so that it is possible to extend them and provide our own implementation of the http handling.
Regards,
Tarjei
The text was updated successfully, but these errors were encountered:
Hello, feel free to open PR which allows extending methods and please provide an example how it's then possible to override those methods for testing. I am personally not using PHP on day to day basis – so prefer someone more experienced to do this.
Hi, thanks for this package!
I would be great if you could add support for using psr/http-client instead of hardcoded curl calls for duing the http calls as that would make it a lot easier to write tests of code that depends on this phpcent.
Either that or at least making the request and send methods protected so that it is possible to extend them and provide our own implementation of the http handling.
Regards,
Tarjei
The text was updated successfully, but these errors were encountered: