PHPackages                             devedge/xmlrpc-server - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. devedge/xmlrpc-server

ActiveLibrary[API Development](/categories/api)

devedge/xmlrpc-server
=====================

A PHP Library to create XML-RPC Servers

0.1.1(11y ago)226MITPHP

Since Sep 7Pushed 11y ago1 watchersCompare

[ Source](https://github.com/ppetermann/devedge-xmlrpc-server)[ Packagist](https://packagist.org/packages/devedge/xmlrpc-server)[ RSS](/packages/devedge-xmlrpc-server/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (5)Versions (3)Used By (0)

devedge/xmlrpc-server
=====================

[](#devedgexmlrpc-server)

[![Latest Stable Version](https://camo.githubusercontent.com/996c26f5fb019f2b8c9624f13022478128fb0637e2de07580bc210cdedebc689/68747470733a2f2f706f7365722e707567782e6f72672f646576656467652f786d6c7270632d7365727665722f762f737461626c652e706e67)](https://packagist.org/packages/devedge/xmlrpc-server)[![License](https://camo.githubusercontent.com/932a8694fd87d8e8144e9dcf006929accd63dc37ee7a41a8911bd3e4609ff512/68747470733a2f2f706f7365722e707567782e6f72672f646576656467652f786d6c7270632d7365727665722f6c6963656e73652e706e67)](https://packagist.org/packages/devedge/xmlrpc-server)[![Total Downloads](https://camo.githubusercontent.com/8390227589e09df767eecfd78863fc28b5f5d4bcf6578265b308c7f0882c0075/68747470733a2f2f706f7365722e707567782e6f72672f646576656467652f786d6c7270632d7365727665722f646f776e6c6f6164732e706e67)](https://packagist.org/packages/devedge/xmlrpc-server)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/a6da1295735c65fd8ef823e264e8a7678299c3d36c56b8273717247168490025/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7070657465726d616e6e2f646576656467652d786d6c7270632d7365727665722f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/ppetermann/devedge-xmlrpc-server/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/c2bb4174c853d6dbbfd67810a0d66a5c10d9c9452d7c519b2b9c40e546c36d14/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7070657465726d616e6e2f646576656467652d786d6c7270632d7365727665722f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/ppetermann/devedge-xmlrpc-server/?branch=master)[![SensioLabsInsight](https://camo.githubusercontent.com/df050f255c0d02a0bdd9ba51a61eb8d894d4d84959e9fefa3d94bf94cca15c48/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f62313265336334662d386263662d343032662d613734652d3066306537363632366663312f6d696e692e706e67)](https://insight.sensiolabs.com/projects/b12e3c4f-8bcf-402f-a74e-0f0e76626fc1)

A library to provide services through xml-rpc

License
-------

[](#license)

MIT Style, see LICENSE.txt

Notes
-----

[](#notes)

currently this requires the current Psr DRAFT for a caching standard, this is supposed to be replaced by using the interface provided once php-fig has released the real standard. Until then this package will depend on devedge/stubs, which includes a copy of the psr interface as well as a null implementation of that and psr/log.

Usage
-----

[](#usage)

Right now this library is pretty limited in what it can do - which also means that usage is extremly easy. This package will give you the tools that you need to integrate and xmlrpc service into your application.

an simple example script, that could be run by any webserver would be:

```
