ダウンロードリスト

プロジェクト概要

Ripcord は非常にシンプルで使いやすい API で、PHP 5 の XML-RPC サーバーとクライアント ライブラリです。1 回の呼び出しで XML-RPC (簡体字) の SOAP 1.1、SimpleRPC クライアントを作成し、クライアントのローカルのメソッドであるかのように RPC メソッドを呼び出すことができます。任意の数のオブジェクトまたはクラスのメソッドが公開され、自動的にドキュメントを渡す 1 つの呼び出しでサーバーを作成できます。

システム要件

システム要件が設定されていません
プロジェクトのリリース情報やプロジェクトリソースの情報です。
注: プロジェクトリソースの情報は Freecode.com ページからの引用です。ダウンロードそのものは、OSDNにホスティングされているものではありません。

2011-05-31 21:18
1.1

アクセス制御できるように原点ヘッダーは、直接ripcordサーバーにアクセスするには、JavaScriptおよびXmlHttpRequest2使用できるように、今追加されました。不適切なdocumentorインターフェイスの定義が修正されました。彼らは今、代替トランスポートオブジェクトをサポートするようにRipcordクライアント用のファクトリメソッドは修正されている。
タグ: 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

このリリースでは、新しく改良された自動ドキュメント生成があり、ほとんどのphpdocのスタイル情報、スポーツ、新しい新鮮なデザインを解析します。これは、いくつかのPHPのバグを回避しますし、CURL輸送層との問題が修正されます。クライアントとサーバーは、(大文字と小文字の違いを見つける)マルチコールだけでなく、マルチコールをサポートしています。
タグ: 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

このリリースでは、system.multiCallやすいAPIを追加し、あなたは現在、通常のメソッドを呼び出すかのように、コードをマルチコールキューイングを開始することができますし、マルチコールを実行してください。これは、ripcordに一度の呼び出しでsystem.multiCallを使用するかどうか選択することができます。
タグ: 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

Ripcord Serverは適切なコンテンツタイプ(text / xmlの)を送信します。 AddServiceメソッドは現在、関数やメソッドを受け付けます。
タグ: 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

ドキュメントはの問題は、RPCサーバーで静的メソッドを使用して修正されました。このAPIは、リファクタリングされた。依存関係は現在、コンストラクタとファクトリメソッドの明示的なパラメータです。
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.

プロジェクトリソース