programster / harvest-sdk
A PHP package for interfacing with the Harvest API.
Package info
github.com/programster/package-harvest-sdk
Type:sdk
pkg:composer/programster/harvest-sdk
dev-main
2021-03-24 15:20 UTC
Requires
- php: >=7.4.0
- psr/http-message: ^1.0
This package is auto-updated.
Last update: 2026-02-25 02:00:36 UTC
README
A PHP package to make it easy to interface with the Harvest API (currently v2)
This was written to make use of the PSR-7 messaging interface, so that it could use an implementation of your choice. For now, I have only implemented one driver using Guzzle, that you will probably want to use if you don't wish to use your own.