katsana / etiqa-motor-insurance
PHP Agnostic library for working with Etiqa Motor Insurance
v1.2.0
2019-10-11 13:35 UTC
Requires
- php: >=7.1
- laravie/codex: ^5.1
Requires (Dev)
- mockery/mockery: ^1.2
- php-http/curl-client: ^2.0
- phpunit/phpunit: ^7.5 || ^8.0
README
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"