katsana/etiqa-motor-insurance

PHP Agnostic library for working with Etiqa Motor Insurance

v1.2.0 2019-10-11 13:35 UTC

This package is auto-updated.

Last update: 2024-04-17 10:37:03 UTC


README

Build Status Latest Stable Version Total Downloads Latest Unstable Version License Coverage Status

Installation

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

{
    "require": {
        "katsana/etiqa-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/etiqa-motor-insurance=^1.0"