This is a class that you can’t miss in your developer toolbox. These days almost every website or application uses API ’s to get or store data, and that’s were this class is created for. It helps you to communicate with all types of API ’s. Even if you don’t have CURL on your server the class will fallback to an implementation that uses “fopen” without loosing any functionality. You will still be able to choose headers, request methods, timeou...