libcurlemu – a pure PHP curl implementation (libcurl emulator)
|
|
Have you came across a situation where you need to use php libcurl extension and it was not enabled on your webserver? Then, try libcurlemu, apure-PHP implementation to PHP cURL. It emulates all of the curl_* functions normally provided by the native cURL extension itself.
libcurlemu works transparently regardless of the availability of PHP cURL extensions, thus making your script even more portable across web server that does not have PHP cURL extensions.
What is libcurl / cURL?
cURL is a command-line tool that supports transfering files with URL syntax. It supports many protocols like FTP, FTPS, TFTP, HTTP, HTTPS, TELNET, DICT, FILE and LDAP.
libcurl is a library based on cURL that helps you to connect and communicate with different type of protocols. libcurl currently supports the http, https, ftp, gopher, telnet, and ldap protocols.
For HTTP/HTTPS protocol, libcurl supports POST, PUT, GET and DELETE method, making it suitable for writing web services, particularly REST-like services.
Stay tune for code examples on how to use libcurl to emulate a browser submitting POST request to a server.
libcurlemu is written by Steve Blinch, and can be downloaded at his website : http://code.blitzaffe.com
Keep updated with the latest posts, be a part of over 1,000 subscribers! :
Subscribe to your email
You might also want to read...
- Sending HTTP POST with php cURL
- PHP – Generate PDF on-the-fly with FPDF
- Example Code: How to Send SMS from PHP (via Clickatell)
- j2meshitheap.com – a list of the world’s worst J2ME-enabled phones
- Javascript PC Emulator that runs Linux!
- Optimise your openoffice files with KJar
- DOSBox: How to play DOS games in Ubuntu Linux


February 22nd, 2006 at 3:55 am
What IS good in life? … libcurlemu – a pure PHP curl implementation (libcu… Feb 21, 2006 12:01 AM – Mypapit’s blog @ Computers Have you came across a situation where you need to use php libcurl extension where it was not enabled on your webserver? Then, try
February 22nd, 2006 at 3:55 am
What IS good in life? … libcurlemu – a pure PHP curl implementation (libcu… Feb 21, 2006 12:01 AM – Mypapit’s blog @ Computers Have you came across a situation where you need to use php libcurl extension where it was not enabled on your webserver? Then, try