katsana / allianz-motor-insurance
PHP Agnostic library for working with Allianz Motor Insurance
v1.0.0
2020-08-28 09:30 UTC
Requires
- php: >=7.1
- laravie/codex: ^5.1
Requires (Dev)
- mockery/mockery: ^1.3
- php-http/curl-client: ^2.0
- phpunit/phpunit: ^8.4
This package is auto-updated.
Last update: 2024-11-08 10:08:22 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"