magento / magento-zf-server
Create Reflection-based RPC servers
Installs: 56
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 17
pkg:composer/magento/magento-zf-server
Requires
- php: ~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0
- laminas/laminas-code: ^4.7.1
- laminas/laminas-stdlib: ^3.3.1
Requires (Dev)
- amphp/dns: ^2.2
- amphp/socket: ^2.3.1
- laminas/laminas-coding-standard: ~3.1.0
- phpunit/phpunit: ^10.5.58
- psalm/plugin-phpunit: ^0.19.0
- vimeo/psalm: ^6.13.1
Conflicts
Replaces
- laminas/laminas-server: ^2.18
This package is not auto-updated.
Last update: 2026-01-20 23:53:15 UTC
README
The laminas-server family of classes provides functionality for the various server
classes, including Laminas\XmlRpc\Server and Laminas\Json\Server.
Laminas\Server\Server provides an interface that mimics PHP 5’s SoapServer class;
all server classes should implement this interface in order to provide a standard
server API.
- File issues at https://github.com/laminas/laminas-server/issues
- Documentation is at https://docs.laminas.dev/laminas-server/