laminas/laminas-server
Laminas Server provides server-side components for building web service APIs in PHP, including SOAP and JSON-RPC. Define services, handle requests, and generate responses with flexible dispatching and integration options for legacy and modern applications.
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.
How can I help you explore Laravel packages today?