PHPackages                             diller-loyalty/php-sdk-74 - 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. diller-loyalty/php-sdk-74

ActiveLibrary[API Development](/categories/api)

diller-loyalty/php-sdk-74
=========================

PHP SDK for Diller API

v0.0.13(1y ago)01proprietaryPHPPHP &gt;=7.4

Since Feb 21Pushed 1y agoCompare

[ Source](https://github.com/diller-loyalty/sdk-php-74)[ Packagist](https://packagist.org/packages/diller-loyalty/php-sdk-74)[ Docs](https://diller.io)[ RSS](/packages/diller-loyalty-php-sdk-74/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (8)Dependencies (5)Versions (8)Used By (0)

DillerAPI
=========

[](#dillerapi)

The official Diller Retailer API (beta version)
 Last Updated: 2024-08-12T18:08:52

This PHP package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:

- API version: v2.0
- Build package: io.swagger.codegen.v3.generators.php.PhpClientCodegen

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

[](#requirements)

PHP 7.4 and later Guzzle 6.5 and later

Installation &amp; Usage
------------------------

[](#installation--usage)

### Composer

[](#composer)

To install the bindings via [Composer](http://getcomposer.org/), add the following to `composer.json`:

```
{
  "repositories": [
    {
      "type": "composer",
      "url": "https://gitlab.com/api/v4/group/56754626/-/packages/composer/"
    }
  ],
  "require": {
    "diller-loyalty/php-sdk-74": "*@dev"
  }
}

```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
    require_once('/path/to/DillerAPI/vendor/autoload.php');
```

Tests
-----

[](#tests)

To run the unit tests:

```
composer install
./vendor/bin/phpunit

```

Getting Started
---------------

[](#getting-started)

Please follow the [installation procedure](#installation--usage) and then run the following:

```
