PHPackages                             toppy/tweakwise-client - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. toppy/tweakwise-client

ActiveLibrary[API Development](/categories/api)

toppy/tweakwise-client
======================

Tweakwise API. Tweakwise offers differing REST services that can be called from various URLs and separate parameters. Response in XML and JSON format is offered for all services. XML is the default format, JSON format is also possible by adding ‘format=json’ to the call. Parameters are sent along with the query string (GET Request) via the URL. --- Authentication Authentication takes place by means of a unique key valid for each instance. This key is sent along with the particular service immediately after the call and must be placed before any parameters. This key is issued by Tweakwise.

13PHP

Since Jul 30Pushed 9mo agoCompare

[ Source](https://github.com/toppynl/tweakwise-php-client)[ Packagist](https://packagist.org/packages/toppy/tweakwise-client)[ RSS](/packages/toppy-tweakwise-client/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Tweakwise PHP Client
====================

[](#tweakwise-php-client)

A PHP client library for the Tweakwise API, providing access to search, navigation, recommendations, and other e-commerce services.

Installation
------------

[](#installation)

Install the package using Composer:

```
composer require toppy/tweakwise-client
```

Requirements
------------

[](#requirements)

- PHP 8.1 or higher
- cURL extension
- JSON extension
- Mbstring extension

Quick Usage
-----------

[](#quick-usage)

```
