katsana / etiqa-motor-insurance
PHP Agnostic library for working with Etiqa Motor Insurance
Installs: 3 417
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 5
Forks: 0
Open Issues: 0
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"