hkonnet / quipt-api-php
This package is used to consume quipt APIs (www.getquipt.com)
1.0.0
2020-10-12 11:57 UTC
Requires
- php: ^7.0
- guzzlehttp/guzzle: ^6.5
This package is auto-updated.
Last update: 2024-11-09 23:06:39 UTC
README
This package is for QUIPT API (https://www.getquipt.com/api/) integration.
Getting Started
Follow the instruction to install and use this package.
Prerequisites
This is package use guzzle for requests.
Installing
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