https://github.com/laminas/laminas-server
Create Reflection-based RPC servers
https://github.com/laminas/laminas-server
rpc rpc-server
Last synced: 9 months ago
JSON representation
Create Reflection-based RPC servers
- Host: GitHub
- URL: https://github.com/laminas/laminas-server
- Owner: laminas
- License: bsd-3-clause
- Created: 2020-01-01T17:44:17.000Z (about 6 years ago)
- Default Branch: 2.19.x
- Last Pushed: 2025-06-02T04:24:13.000Z (10 months ago)
- Last Synced: 2025-06-02T14:08:13.511Z (10 months ago)
- Topics: rpc, rpc-server
- Language: PHP
- Homepage: https://docs.laminas.dev/laminas-server/
- Size: 2.26 MB
- Stars: 24
- Watchers: 14
- Forks: 15
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# laminas-server
[](https://github.com/laminas/laminas-server/actions?query=workflow%3A"Continuous+Integration")
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/