prolic / HumusAmqp

PHP 7.4 AMQP library
https://humusamqp.readthedocs.io/
MIT License
76 stars 17 forks source link

Add XML-RPC #65

Open oqq opened 6 years ago

oqq commented 6 years ago

The current implementation for RPC server / client allows only the json schema. How about to add the possibility to use the XML-RPC schema and translate it to php objects?

So that the underlying application code does not need to know which schema is actual used for rpc requests.