It is only because you don't have a curl extension installed. I updated class to check for curl extension and use file_get_contents function if curl is not available.
Let me know if this will work for you! ;)
But it is recommended to use curl, because it is faster than file_get_contents.
Here is information for comparison:
code-snippets.co.cc/Site-optimizati
...