HTTP Scripting Made Really Easy

Jul 4, 2009 | Tags: HTTP, PHP, Projects | del.icio.us del.icio.us | digg Digg

Last week I released my recent project about HTTP scripting with PHP. It is an advanced HTTP client that simulates a web browser, only that you use it with lines of code rather than with mouse and keyboard. Using pure PHP, no Curl or other dependencies needed.

There are cases where you find HTTP scripting is useful. Consider this: you need to send 50 different emails to 50 different groups *everyday*. Work smarter, not harder: let's hire a staff write a script that do the task for us.

Here are some sample scripts that makes use the tool:

More examples are about to come. Links related to the project:

Check it out and tell me what you think.

Related Articles

2 Comments

Psix on Oct 2, 2010:

Hi Amin (is that your firstname?), thanks for your great class phpWebHacks i found on phpClasses.org. I tried to connect to my Google-Adsense account through a script by myself to retrieve my fees, but i made nearly no progress; then i found your class and i made at once. Now the total amount of earnings will be published every morning automatically on my site. Thanks again for sharing! What about your site php-http.com? Why did you lost it?

Nash on Oct 26, 2010:

Hi, I'm rewriting the class to add persistent connection support. I'll published it on github when its done. php-http.com is no longer exist. sorry about that.

Leave a comment

Name (required)
Email (will not be published) (required)
Website

Characters left = 1000