PHP Web service
Web data clipping, SOAP or XML-RPC clients and servers-
This class can be used to get information about browsers and robots from user-agents.org into a XML file or MySQL database table. It accesses the user-agents.org site and retrieves a XML file with information of the user agent identification of all known browsers and robots. The class can store the retrieved information into a MySQL database or a given XML ...
-
This class can be used to generate RSS feed from a list of site page files. It can scan a given directory and generates an RSS feed with the files found in the directory. Requirement: PHP 3.0
-
XMLPod is meant to retrieve the news feed from the PHP.Net site and cache news results. It does not require any XML support built-in. It only uses the PCRE library. The number of headlines to be fetched can be easily specified in the constructor call. This program is governed by Yahoo! Terms & Conditions, and the GNU GPL.
-
This class can be used to search and embed movie trailers from YouTube.It can send an HTTP request to retrieve and parse the YouTube search result pages for a trailer of a given movie.The class extracts the identifier of the first result video and generates HTML to embed that video in a Web page.
-
This class can be used to determine the URL to download the video stream of a YouTube video. It takes the URL of a page of YouTube video, parses the page and determines the URL download the Flash video stream directly.
-
This class can be used to retrieve information about videos in YouTube.It can send HTTP requests to YouTube Web services API server to retrieve information about a video given its URL in YouTube.The class can also search and retrieve information about videos that match given keywords.It can also generate HTML to embed the queried videos in Web page, as well ...
-
This class can be used to upload and download video files from YouTube.It can login in YouTube on behalf of a given registered user and upload and download video files.Downloading takes as parameters the identifier of the video to download and the name of the file to which the downloaded video will be stored.Uploading takes as parameters the name of ...
-
PHP Last.fm API is a set of classes which help you gain access to Last.fm's API using PHP. It allows you to get information on users, artists, albums, tracks, groups, events and tags. It also contains geographic API classes to get musical geo information
-
This class can be used to get access statistics from a Shoutcast server.It is a modified version of the original written by Henrik Malmberg.It sends an HTTP request to a Shoutcast server to retrieve server usage statistics.Currently it can return the current, peak, reported and maximum numbers of listeners, music genre and title, server title and URL, current stream connections, ...
-
This class can be used to retrieve information about music in Spotify site.It can send HTTP requests to the Spotify Web services API retrieve information about artists, albums and tracks.
-
This class can be used to retrieve information about music tracks on Amazon.It takes an ASIN code for a given music track and send a request to Amazon Web services API to find the ASIN code of the same music track in MP3 format.The class returns an array encoded in JSON format with title and URL of the requested track.
-
This package can be used to retrieve music information using Spotify API.It can send HTTP requests to Spotify Web services API servers to perform several queries.Currently it can perform searches (and detailed lookup by Spotify URI) for music, albums and artists, and return associated information.Please look at the external links for Google Code Project for SVN and Issue Tracker. There ...
-
This class can be used to get access statistics from an Icecast server.It sends an HTTP request to an Icecast server to retrieve server usage statistics.Currently it can return the current, peak and maximum numbers of listeners, music genre and title, server title and URL, current stream connections, status and bit rate, and played songs history.
-
This class can be used to search for guitar chords using Guitar Chord API.It can send HTTP request to the Guitar chord API Web server to find chord variations based on given data about chord by specifying the chord name, chord modification, or/and string/fret combination.
-
This class can be used to convert text to speech using Google Translate API.It may take a text string or an HTML excerpt and sends a request to Google Translate API Web servers to return an MP3 audio file with text converted into speech.The class may also generate HTML with JavaScript to play the supplied text speech audio in a ...










