PHP Web service
Web data clipping, SOAP or XML-RPC clients and servers-
Today's Joke is a very simple class that can be used to retrieve the today's joke from the jokes2go.com Web site.Today's Joke accesses the jokes2go.com site and retrieves the today's joke page. The page contents is clipped to extract the joke text, which is returned as string.
-
EMovies can be used to retrieve information about movies exhibiting in United States theatres from Yahoo! Movies.There is one class that can retrieve and parse the listings of movies, the theatres where the movies are exhibiting and the exhibition schedules.There is also another class that can retrieve movie reviews information.
-
AHoroscope is a very simple class that retrieve today's horoscope from the astrology.com site.AHoroscope takes the name of a given Zodiac sign and returns the text of the horoscope of that sign for today.
-
Jaduka API Class can be used to access a public telephone network using the Jaduka Web services API.Jaduka API Class accesses the Jaduka API Web server with a given API user and key, and executes several types of operations like:- Create virtual phone account- Recharge the PIN balance- Set the PIN status- Set calling plan by PIN- Get rates and ...
-
vRIF can be used to validate identifier numbers of companies, individuals, government institutions and passports based in Venezuela.vRIF connects to a Venezuela government site to check whether a given identifier number is valid. It returns a message indicating what kind of identifier number it corresponds when it is valid.Limitations:The code, messages and examples are in Spanish.
-
Shoutcast Info is meant to retrieve status information from a Shoutcast streaming server. It can retrieve information like currently playing track, current DJ, listeners, etc..Shoutcast Info retrieves this information by accessing the HTTP server that provides status information in an HTML page that is retrieved and parsed by this class.
-
Enom API can be used to manipulate domain registration records using the Enom Web services API. Currently Enom API can perform the following actions:- Check availability of a domain- Register a domain- Renew a domain- Transfer a domain- Get or set the DNSof a domain- Get the expiry date of a domain- Protect the identification of the owners of a ...
-
IMDB Search is a simple class that can be used to search for movie titles in the Internet Movie Database site.IMDB Search accesses the IMDB site search page submitting a query for given search keywords.IMDB Search returns an array with title and identifiers of the movies of all found occurrences.
-
Simple OpenID PHP Class can be used to authenticate users with OpenID single sign-on Web services.Simple OpenID PHP Class can set the required and optional user profile fields that the users must provide to authenticate, establish a connection to an OpenID server, redirect the user browser to the OpenID server pages, making the browser be redirected back to a given ...
-
IMDB Parser can be used to parse and extract movie information from the respective pages of the IMDB site.IMDB Parser can extract the movie title, language, country, rating, genre, director, plot, color or black and white, tag line and poster picture URL.
-
Google Translator can be used to translate texts between idioms using the Google translation site.Google Translator takes a text in one of the supported idioms and accesses the Google translation site to perform a translation to another supported idiom.Currently Google Translator supports the idioms: English, German, French, Spanish and Italian.
-
Brazillian Weather can be used to retrieve weather forecast details for Brazilian cities.It connects to the TempoAgora site and retrieves several details about the weather forecast of a given Brazilian city, like: the city name, weather forecast description and icon, minimum and maximum temperatures, expected rain level and wind speed, sunrise and sunset time.Limitations:The code is in Portuguese.
-
IMDb Fetch can be used to fetch information about movie titles from the IMDb site.IMDb Fetch can access the page of a given movie in the IMDB site and retrieve the movie information: identifier, name, release year, director, credits, genre, user rating, duration, a comment from a random user.IMDb Fetch can also retrieve the movie poster image into a local ...
-
This little, easy to install rss script will display any rss feeds on your website. It also randomizes the order in which they are displayed, which causes search engine spiders to revisit your site more often.
-
Feed2Html is a free PHP script that converts data from RSS to HTML. If you already have an RSS feed, just install this script to your site. You will be amazed how convenient it will become to publish news. The Feed2Html script updates web-pages on-the-fly and makes sure that information from your RSS feeds is ready to be processed by ...

