acquia / acquia-sdk-php

The Acquia SDK for PHP allows developers to build applications on top of Acquia services.
MIT License
25 stars 20 forks source link

Implement a pluggable XMLRPC backend #7

Open cpliakas opened 10 years ago

cpliakas commented 10 years ago

As awesome as the https://github.com/lstrojny/fxmlrpc library is, systems like Drupal have their own XMLRPC libraries which we should be able to use if available. The default should be https://github.com/lstrojny/fxmlrpc, but systems should have the option to opt-in and use their own.