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
Replace internal cURL calls using jabranr/php-curl package. This has to be done with caution as this will introduce a dependency which may not be ideal. On positive side it is great to have this as package has it's own internal unit tests.
The text was updated successfully, but these errors were encountered:
I would question if it's necessary to build your own cURL wrapper? There are already libraries such as Guzzle that can be used to facilitate sending HTTP messages without relying on cURL even being available.
No doubt. I already had one – jabranr/php-curl – as one of my other side projects so I thought I will keep it in the family 😄 but using Guzzle instead makes more sense!
Replace internal cURL calls using
jabranr/php-curl
package. This has to be done with caution as this will introduce a dependency which may not be ideal. On positive side it is great to have this as package has it's own internal unit tests.The text was updated successfully, but these errors were encountered: