spryker / zed-request
ZedRequest module
3.26.1
2026-06-03 08:02 UTC
Requires
- php: >=8.3
- psr/http-message: ^1.0.0
- spryker/application-extension: ^1.1.0
- spryker/config: ^3.0.0
- spryker/error-handler: ^2.1.0
- spryker/event-dispatcher-extension: ^1.0.0
- spryker/guzzle: ^2.1.0
- spryker/health-check-extension: ^1.0.0
- spryker/kernel: ^3.52.0
- spryker/locale: ^3.0.0 || ^4.0.0
- spryker/messenger: ^3.0.0
- spryker/symfony: ^3.5.0
- spryker/util-encoding: ^2.0.0
- spryker/util-network: ^1.1.0
- spryker/util-text: ^1.1.0
- spryker/web-profiler-extension: ^1.0.0
- spryker/zed-request-extension: ^1.1.0
Requires (Dev)
Suggests
- spryker/container: Add this module when you want to use the Container.
- spryker/event-dispatcher: Add this module when you want to use the EventDispatcher.
- spryker/log: Required for using the Log middleware.
- spryker/silex: Add this when you still want to use the abandoned Silex.
This package is auto-updated.
Last update: 2026-06-10 08:08:05 UTC
README
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