https://github.com/klevu/api-request
Klevu module to replace Zend HTTP Client with Laminas
https://github.com/klevu/api-request
Last synced: 5 months ago
JSON representation
Klevu module to replace Zend HTTP Client with Laminas
- Host: GitHub
- URL: https://github.com/klevu/api-request
- Owner: klevu
- Created: 2024-02-16T11:06:46.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-05-14T15:52:27.000Z (about 1 year ago)
- Last Synced: 2026-01-02T18:23:35.021Z (6 months ago)
- Language: PHP
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Magento 2 Module Api Request
Klevu module to replace `Zend\Http\Client` with `Laminas\Http\Client`
This is a sub package to the klevu-smart-search-M2 repository.
---
Compatible with:
- Magento Open Source (CE) `2.3.7-p4`, `2.4.6-p4`
- Magento Commerce (EE) `2.3.7-p4`, `2.4.6-p4`
If you are running Klevu 3.x on Magento 2.3.0 - 2.3.4 you will need to remove this new package.
Add the following to your composer.json
```json
"replace": {
"klevu/module-api-request": "*"
},
```
---
Change Log
Visit the Releases page to see the latest changes and download previous versions.