katsana/allianz-motor-insurance

PHP Agnostic library for working with Allianz Motor Insurance

Installs: 376

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 4

Forks: 0

Open Issues: 0

pkg:composer/katsana/allianz-motor-insurance

v1.0.0 2020-08-28 09:30 UTC

This package is auto-updated.

Last update: 2025-10-08 12:21:53 UTC


README

Installation

To install through composer, simply put the following in your composer.json file:

{
    "require": {
        "katsana/allianz-motor-insurance": "^1.0",
        "php-http/guzzle6-adapter": "^2.0"
    }
}

Quick Installation

Above installation can also be simplify by using the following command:

composer require "php-http/guzzle6-adapter" "katsana/allianz-motor-insurance=^1.0"