Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 747 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 747 Bytes

ZedRequest Module

Build Status Minimum PHP Version

ZedRequest facilitates the connection between the frontend application (Yves) to the backend (Zed). The connection is a HTTP POST request with a transfer object as a payload. It provides a client that is used by almost all the other clients in order to send requests from the frontend application and get responses from the backend.

Installation

composer require spryker/zed-request

Documentation

Module Documentation