An open API service indexing awesome lists of open source software.

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

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.