horde / rpc
RPC library
v3.0.0beta2
2026-04-08 00:00 UTC
Requires
- php: ^8.2
- horde/core: ^3 || dev-FRAMEWORK_6_0
- horde/dav: ^2 || dev-FRAMEWORK_6_0
- horde/exception: ^3 || dev-FRAMEWORK_6_0
- horde/horde-installer-plugin: dev-FRAMEWORK_6_0 || ^3 || ^2
- horde/perms: ^3 || dev-FRAMEWORK_6_0
- horde/serialize: ^3 || dev-FRAMEWORK_6_0
- horde/support: ^3 || dev-FRAMEWORK_6_0
- horde/translation: ^3 || dev-FRAMEWORK_6_0
- horde/util: ^3 || dev-FRAMEWORK_6_0
- horde/xml_element: ^3 || dev-FRAMEWORK_6_0
- psr/event-dispatcher: ^1.0
- psr/http-client: ^1.0
- psr/http-factory: ^1.0
- psr/http-message: ^1.1 || ^2.0
- psr/http-server-handler: ^1.0
- psr/http-server-middleware: ^1.0
Requires (Dev)
- horde/activesync: ^3 || dev-FRAMEWORK_6_0
- horde/http: ^3 || dev-FRAMEWORK_6_0
Suggests
- ext-soap: *
- ext-xmlrpc: *
- horde/activesync: ^3 || dev-FRAMEWORK_6_0
- horde/eventdispatcher: ^3 || dev-FRAMEWORK_6_0
- horde/http: ^3 || dev-FRAMEWORK_6_0
- horde/lock: ^3 || dev-FRAMEWORK_6_0
- horde/syncml: ^3 || dev-FRAMEWORK_6_0
This package is auto-updated.
Last update: 2026-04-08 18:25:37 UTC
README
Various RPC-like adapters into Horde's API system
- SOAP
- XMLRPC (relies on xmlrpc language extension, probably not usable in PHP 8.x until we re-implement it in pure PHP)
- json-rpc
- PHPGroupware flavoured XMLRPC (deprecated, probably useless by now)
- syncml (deprecated, delegates to horde/syncml)
- activesync (delegates to horde/activesync)
- webdav, caldav, carddav (delegates to horde/dav)