PHP Web service
Web data clipping, SOAP or XML-RPC clients and servers-
PHPPolygen accesses the Polygen Web services API server and send request to generate a phrase using rules of grammar with a given name. Currently the Polygen API provides grammars for several topics in the Italian language. The generated phrase can be retrieved and returned as text or HTML-formatted string. Requirements: PHP 5.0 or higher
-
Remote Picture Grabber can retrieve an image file from a remote site and serve for download as the current script output. The type of the image is determined by analyzing its content and the correct Content-type header is generated. Requirements: PHP 4.0 or higher
-
The feed is returned as an array so that results can be easily manipulated. SimpleXML is implemented as an alternative and TXT support for loading feeds in plain text format is also present. Requirements: PHP 5 or higher
-
CSP Filter takes a DOM Document object loaded with the structure of an HTML document and process it to find violations of the Content Security Policy definition. The document structure is changed in order to filter and enforce the policy definition, meaning the class can serve a compliant HTML document. Requirements: PHP 5.0 or higher
-
YWeather retrieves a XML document from the Yahoo! Weather Web services API server with weather forecast information for a given location. The XML document can be parsed and weather forecast condition, condition image and Yahoo URL with details, can be extracted. Requirements: PHP 5.0 or higher
-
GTranslate can send a request to Google Translate AJAX Web services API to translate given text from one idiom to another. The resulting JSON response is parsed and the translated text is extracted. Requirements: PHP 5.0 or higher
-
In order to achieve this, Twitter uses PHP's own fsockopen() function. Twitter does not require any additional modules (like cURL or HTTP). Requirements: PHP 4.4.6 or higher
-
ClickATell_SMS_API accesses the ClickATell Web services API server and sends authenticated requests on behalf of a given API user. Only requests to send messages via SMS can be made to the ClickATell API. Requirements:PHP 5 or higher
-
Epguides can access the epguides.com site and retrieve pages of given television shows. The retrieved pages are parsed and details about the shows and episodes are extracted. Requirements: PHP 4.0 or higher
-
Each method used for Clickatell Class is documented with PHPDoc. Clickatell is the world's #1 Mobile Messaging Provider to businesses, communities and governments anywhere in the world.
-
IMDB Grabber retrieves the page of a given movie or show from the IMDB site to parse the page HTML and extract several details into class variables. Currently IMDB Grabber extracts follow details of the movie or show: identifier, name, score, director, released date, writing credits, genre, tag lines, plot, awards, also known as name, run time, country, language, aspect ...
-
Several functions of FBToolbox, that aim at simplifying the development of Facebook applications, are provided. Currently FBToolbox provides functions for getting information from the users' profile, getting the user's list of friends, sending an e-mail or notification message, and publishing a news feed in the user's profile. Requirements: PHP 5.0 or higher
-
TextBin can send requests to the textbin.com site to submit text that will be made available to that site's users. Access to the submitted text can also be restricted by password. Requirements: PHP 4 or higher
-
Mediaset TV can access the Mediaset network site to retrieve the pages about television programs for a given day and time in one of the available network channels like Italia 1, Canale 5, Rete 4. An array containing the name of the program, start and end time, date and channel, is returned. Requirements: PHP 3.0 or higher
-
When given the URL of a video page, Megavideo Downloader is able to retrieve an XML document with the details of the video. Megavideo Downloader can extract several types of information about the video including its download URL.

