This package allows to programmatically send request to a SOAP service using PHP classes. In order to that, this class generates each class for each request and each request parameters and each request response. Each class is stored in a hierarchical folder/sub-folder. The SOAP client is then abstracted and you only deal with objects representing the WSDL.
It uses eZ Components, ezcPhpGenerator, in order to generate php files.
MP-Suite is a client/server script that enables remote MySQL through an XML-RPC interface. This way, you can remotely access databases that are not remote-access enabled.
A PHP class for using Openbravo's REST web services. Could be useful for connecting Openbravo to other applications such as web stores. Fairly intuitive, the main class contains a "call Openbravo" function as well one function for each type of call.
Implementation of Web Processing Service OGC standard at version 1.0.0 in ASP.NET. Includes simple client (written in PHP) to communicate with service. More information about this standard can be found at http://www.opengeospatial.org/standards/wps
Infra-Red is a package of scripts designed to set up a service oriented architecture in PHP. It includes the server with an example service, a client library for the codeigniter framework and a stand alone client library.
Aura is a plug-and-play XML-RPC application framework in PHP5. It bundles an XML-RPC client and an XML-RPC server. It has simple and clean API and allows exposing already written functions and classes as web services for instant productivity.
PHP-O-Lait is a library that, in 2 boiler-plate lines of code, allows you to call server-side PHP code from client-side JavaScript. It's so easy, in fact, that you don't need to know how it does it (hint, it uses Ajax and JSON).