katsana/allianz-motor-insurance

PHP Agnostic library for working with Allianz Motor Insurance

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

This package is auto-updated.

Last update: 2024-04-08 08:57:30 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"