-
HttpRequest is a PHP script using cURL for Ajax-like HTTP requests. Programmatically, it mimics jQuery's $.ajax function. A small example is included with the download archive, to get the developer started on his own implementation. Requirements:- PHP 5 or Higher
-
Httpful is a PHP script for manipulating HTTP requests. It is lightweight and perfect for smaller projects, where quick fixes need to be made, without full HTTP client control. It practically let's the developer focus on interacting with APIs instead of sifting through curl set_opt pages and is an ideal PHP REST client. Features of Httpful:- Readable HTTP Method Support ...
-
Colossal Mind Language Detector is a script which can detect the preferred language of the user accessing the site. It can look at the HTTP request accept header and determine the preferred language of the user from a list of supported languages. The detected language can fallback to a language associated to the user country in case the Accept header ...
-
This is a port to PHP of Python's httplib, which is a comprehensive HTTP client library for manipulating HTTP packets. Current source allows HTTP connections (no SSL) with GET or POST requests.
-
This script can be used to retrieve search results from Google. It can send an HTTP request to Google search site Web server to perform a search for given keywords. The request can be sent using an HTTP proxy.The script can also parse the retrieved results page and extract the URLs of the result links.
-
This PHP script can be used to translate text using the Google Translate API. It can take a text and send an HTTP request to Google Translate API Web servers to translate the text between two given idioms.Supports Arabic, Bulgarian, Simplified Chinese, Traditional Chinese, Croatian, Czech, Danish, Dutch, English, Finnish, French, German, Greek, Hindi, Italian, Japanese, Korean, Polish, Portuguese, Romanian, ...
-
This script can retrieve the current HTTP request variables. It can retrieve the values of HTTP POST, GET, FILES and REQUEST variables. The script also can filter request variables all at once and return an array of request variables that match a given regular expression.Requirements:- PHP 5.0 or Higher
-
This PHP script can be used to access remote servers using HTTP sockets. It is formed from different functions that creat a socket and establish a TCP connection to a remote server.The script also send and receive data from the remote server and closing the connection when done.Requirements:- PHP 5.0 or Higher
-
Page Header script was created to generate HTTP responses and HTML page headers, It renders HTTP response header for several purposes like force downloading files, avoiding page caching or adding any arbitrary headers.This PHP Script can also generate HTML for the page head section for several purposes like including CSS or JavaScript files, defining the document type, add meta tags ...
-
This is a PHP geography scripts can find places of interest near by a given location.It can send an HTTP request to the Google Maps API Web server to get the geographic coordinates of a location given by city, region and country.The script then sends another HTTP request to the GeoPlugin.net API Web server to retrieve the relevant places near ...
-
This PHP web service script can follow Twitter users ralated with a topic. It can send an HTTP request to Twitter search Web server to perform a search for users related with a given topic. The script can also send requests to a Twitter API in order to automatically make a given account follow the returned users up to a ...
-
A PHP Script designed to shorten or expand URLs with the goo.gl URL shortening web service from Google. It uses an HTTP request to Google goo.gl URL shortener web services API to reuquest a short URL for a given link. It can also send a request to expand a given shortened URL with the same Google goo.gl service.Requirements:- PHP 5.0 ...
-
This is a high performance multi-cURL PHP library which can be used to parallel HTTP web service calls.The library is currently used by projects like Twitter-async, Foursquare-async and many more.It allows developers to select responses based on a criteria.It can fire off 10 HTTP calls and retrieve results for a specific one without having to wait for all 10 to ...
-
This PHP Script is created to retrieve multiple web pages or other web resources in parallel. It sends multiple HTTP requests to different web servers and receive response data from all servers in parallel. Both regular HTTP and HTTPS requests are supported.Requirements:- PHP 5.0 or Higher
-
The output of a PHP is intercepted by setting a buffering handler that is called every time a given number of bytes are served to the user's browser.It measures the time since the last time the PHP output buffer was flushed and hold on PHP for a while if the average download speed is above a given limit. This method ...















