PHP Web service
Web data clipping, SOAP or XML-RPC clients and servers-
The retrieved RSS feed is parsed to generate HTML links for all its items. The HTML is outputted as the current script output and so it can be used to generate feed item listings retrieved using AJAX requests. Requirements: PHP 5.2 or higher
-
exportPlanner2Mantisbt can take a Planner project file and parse it to extract details like the project name, manager and project tasks. The project data is exported through the Mantis SOAP API as project tasks and sub-tasks. Requirements: PHP 5.0 or higher
-
MySpace Content Grab can read a MySpace profile page from a given URL and extract several things. Currently MySpace Content Grab extracts the MySpace user name, gender, age, friends, comments, picture, location, saying, mood, last login, etc.. Requirements: PHP 4.0 or higher
-
REST Server uses a model-view-controller (MVC) design patterns implementation to route REST GET, POST, DELETE and URL to controllers classes. It also provide helpers for handling HTTP requests, response, headers, MIME types and authentication. REST Server makes use of decoration instead of inheritance, so classes do not need to be extended in order to implement servers. No configuration files, custom ...
-
Google Currency Converter takes as parameters an amount in one currency and the target currency. It sends an HTTP request to the Google search pages to retrieve the amount to the target currency. The converted amount and the conversion rate of the original currency is returned in the target currency. Requirements: PHP 5 or higher
-
Yahoo BBAuth can generate an URL in an Yahoo site that the users must visit to authenticate and authorize your site to have access to Yahoo Web services on behalf of the authenticated user. Once a site is authorized, the class retrieves the credentials and sends requests to the Yahoo APIs on behalf of the authenticated user. Requirements: PHP 5.0 ...
-
The Google GData Web Services API is used for authentication on behalf of a specified Gmail user. Requirements: PHP 5.0 or higher
-
Skype Status sends an HTTP request to the Skype Web server that returns a status widget page for a given user. It parses the status page to determine the current status of the user. The status query results are cached to avoid further server accessing for 2 minutes. Requirements: PHP 4.0 or higher
-
GarageTV Class is a handy and simple way of uploading short films and sharing them with friends. GarageTV Class is well documented with PHPDoc.
-
Inspired by the eBayAPI from Sunny Rajpal, ebay_de is technically completely different and faster. All the information is gathered in one single loop. ebay_de is for German eBay pages only (ebay.de, ebay.at). The function showdata() shows some relevant information about a given ebay auction. Caution: there are auctions that do not cooperate well with ebay_de and ebay_de will return wrong ...
-
FreecoNet API can connect to the FreecoNet Web services API server and send request to execute several operations. The balance of an account can be retrieved and a call from a given phone number can be initiated. Requirements: PHP 5.0 or higher
-
Deviantart Feed retrieves from Deviantart site the list of the latest submissions in JSON format. It decodes the list and generates a RSS feed from its information. Deviantart Feed retrieved images get cached in local files. Requirements: PHP 5 or higher
-
The DynamicRSS PHP Class supports method chaining. The DynamicRSS PHP Class is possible to generate RSS feed in just two simple PHP statements.- The first statement simply creates the DynamicRSS object.- The second statement can be any of the statements presented in the features below. Key Features of The DynamicRSS PHP Class:-The db() method is used to setup a connection ...
-
Facebook Notification Class uses the Facebook API class to access Facebook Web services server to request sending e-mail or notifications to one or more Facebook users. Some statistics about the sent messages can also be displayed. Requirements: PHP 5.0 or higher
-
Several types of operations can be executed through the eBay Web services API.Currently eBay API can search for items with given keywords and retrieve the details and picture of specific items.Requirements: PHP 5.0 or higher

