Categories
josephscott

PHP Implementation of cURL

This is just brilliant. A PHP implementation of cURL. The bottom line: with this you can use the PHP cURL functions even if the extension isn’t around. The library first checks for the extension, then the command line client and if neither of those are around then it makes use of its own code. Even works with SSL as long as the OpenSSL extension is available.

Leave a Reply

Your email address will not be published. Required fields are marked *