Downloadliste

Projektbeschreibung

Ripcord is an PHP 5 XML-RPC server and client library with a very simple and easy to use API. You can create XML-RPC, (simplified) SOAP 1.1, and SimpleRPC clients with one call and then call RPC methods as if they were local methods of the client. You can create a server with one call, passing it any number of objects or classes whose methods it will publish and automatically document.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-05-31 21:18
1.1

Die Access-Control-Header erlauben Ursprungs zugesetzt, so können Sie jetzt JavaScript und XmlHttpRequest2 verwenden, um direkt auf Reißleine Servern. Die falsche Dokumentator Interface-Definition wurde behoben. Die Factory-Methoden für die Reißleine Kunden wurden behoben, so dass sie jetzt eine Alternative Unterstützung Transport-Objekt.
Tags: Minor
The access-control-allow-origin header was added, so now you can use JavaScript and XmlHttpRequest2 to directly access ripcord servers. The incorrect documentor interface definition was fixed. The factory methods for the Ripcord clients were fixed, so they now support an alternative transport object.

2010-11-17 07:50
1.0

Diese Version hat eine neue und verbesserte automatische Dokumentation Generator, analysiert die meisten phpdoc Stil Informationen und Sport ein neues frisches Design. Es funktioniert rund um ein paar PHP Bugs und behebt ein Problem mit der CURL Transportschicht. Die Client-und Server unterstützen nun MultiCall sowie MultiCall (Spot der Fall Differenz).
Tags: Major
This release has a new and improved automatic documentation generator, parses most phpdoc style information and sports a new fresh design. It works around a few PHP bugs and fixes a problem with the CURL transport layer. The client and server now support multiCall as well as multicall (spot the case difference).

2010-10-30 07:15
0.9

Diese Veröffentlichung fügt eine einfachere API für system.multicall; Sie können nun damit beginnen MultiCall Queuing, Code, als ob das Aufrufen von Methoden in der Regel, und führen Sie dann die MultiCall. So können Sie wählen, ob sie system.multicall mit einem Aufruf zu Reißleine zu verwenden.
Tags: Stable, Major
This release adds an easier API for system.multiCall; you can now start multiCall queuing, code as if calling methods normally, and then execute the multiCall. This allows you to choose whether or not to use system.multiCall with one call to ripcord.

2010-08-12 20:43
0.6

Die Reißleine Server sendet nun den richtigen Content-Type (text / xml). Die AddService-Methode akzeptiert nun auch Funktionen oder Methoden.
Tags: Minor
The Ripcord Server now sends the correct content type (text/xml). The addService method now also accepts functions or methods.

2010-03-16 23:39
0.5

Ein Problem bei der Dokumentator bei der Verwendung von statischen Methoden in der RPC-Server wurde behoben. Die API wurde Refactoring; Abhängigkeiten werden nun ausdrücklich Parameter der Konstruktoren und Factory-Methoden.
A problem in the documentor when using static methods in the RPC server was fixed. The API was refactored; dependencies are now explicit parameters of the constructors and factory methods.

Project Resources