This package is for QUIPT API (https://www.getquipt.com/api/) integration.
Follow the instruction to install and use this package.
This is package use guzzle for requests.
You can use following command to get the package
$ composer require hkonnet/quipt-api-php
Or add it to composer.json
manually:
"require": {
"hkonnet/quipt-api-php": "^1.0"
}
Register the service provider by adding it to the providers key in config/app.php. Also register the facade by adding it to the aliases key in config/app.php. Run update composer command after that.
$ composer update