From: gggeek Date: Wed, 18 Jan 2023 23:39:58 +0000 (+0000) Subject: docs X-Git-Tag: 4.10.0~125 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=1a08adea636f74a2a37f4cfa17e07fd0e54ebaf4;p=plcapi.git docs --- diff --git a/doc/manual/phpxmlrpc_manual.adoc b/doc/manual/phpxmlrpc_manual.adoc index c068366e..2745f47e 100644 --- a/doc/manual/phpxmlrpc_manual.adoc +++ b/doc/manual/phpxmlrpc_manual.adoc @@ -1385,6 +1385,13 @@ auto-completion for it, nor for security-minded developers to be able to examine recommended to always use the `return_source` option when using the Wrapper methods, and save to disk the generated code instead of executing it directly. +==== Other tools + +Other tools exist which share the same goal of generating php code implementing xml-rpc clients or server, starting +from either an Interface Definition Language or existing php code. + +One such project, not affiliated with this library, can be found at: https://github.com/mumitr0ll/xrdl + == Performances [[performances]]