Files
Chamilo/vendor/zendframework/zend-server/README.md
2025-04-10 12:24:57 +02:00

14 lines
796 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# zend-server
[![Build Status](https://secure.travis-ci.org/zendframework/zend-server.svg?branch=master)](https://secure.travis-ci.org/zendframework/zend-server)
[![Coverage Status](https://coveralls.io/repos/github/zendframework/zend-server/badge.svg?branch=master)](https://coveralls.io/github/zendframework/zend-server?branch=master)
The zend-server family of classes provides functionality for the various server
classes, including `Zend\XmlRpc\Server` and `Zend\Json\Server`.
`Zend\Server\Server` provides an interface that mimics PHP 5s SoapServer class;
all server classes should implement this interface in order to provide a standard
server API.
- File issues at https://github.com/zendframework/zend-server/issues
- Documentation is at https://docs.zendframework.com/zend-server/