From 1a08adea636f74a2a37f4cfa17e07fd0e54ebaf4 Mon Sep 17 00:00:00 2001 From: gggeek Date: Wed, 18 Jan 2023 23:39:58 +0000 Subject: [PATCH] docs --- doc/manual/phpxmlrpc_manual.adoc | 7 +++++++ 1 file changed, 7 insertions(+) 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]] -- 2.47.0