spryker / zed-request
ZedRequest module
3.22.0
2024-11-04 14:07 UTC
Requires
- php: >=8.2
- 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.
- 3.22.0
- 3.21.1
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.1
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.1
- 3.15.0
- 3.14.6
- 3.14.5
- 3.14.4
- 3.14.3
- 3.14.2
- 3.14.1
- 3.14.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.1
- 3.10.0
- 3.9.1
- 3.9.0
- 3.8.1
- 3.8.0
- 3.7.0
- 3.6.0
- 3.5.3
- 3.5.2
- 3.5.1
- 3.5.0
- 3.4.4
- 3.4.3
- 3.4.2
- 3.4.1
- 3.4.0
- 3.3.0
- 3.2.1
- 3.2.0
- 3.1.5
- 3.1.4
- 3.1.3
- 3.1.2
- 3.1.1
- 3.1.0
- dev-master / 3.0.x-dev
- 3.0.3
- 3.0.2
- 3.0.1
- 3.0.0
- 2.5.0
- 2.4.1
- 2.4.0
- 2.3.0
- 2.2.1
- 2.2.0
- 2.1.0
- 2.0.0
- 2.0.0-RC2
- 2.0.0-RC1
- 1.0.0
- 0.20.0
- dev-beta/frw-8430/master-enable-sniffers-for-3rd-party-modules
- dev-beta/app-store/develop
- dev-hotfix/testing-propel
- dev-beta/lazy_table_map_instantiation
- dev-beta/poc-contract-tests
- dev-beta/apps-2942/apps-2978-message-broker-has-jwt-auth-inside-each-message
- dev-beta/spryker-mini-api-framework
- dev-beta/glue-backend-prototype
- dev-beta/glue-backend-prototype-v4
- dev-beta/te-9873-backend-glue-application-plagin-context
- dev-beta/te-9901-extend-glue-application-module
- dev-beta/mp-5445-merchant-products-are-no-buyable
- dev-beta/security-to-spryker-symfony-3.3
- dev-beta/te-7948/dev-session
This package is auto-updated.
Last update: 2024-11-05 16:36:23 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