programster/harvest-sdk

A PHP package for interfacing with the Harvest API.

dev-main 2021-03-24 15:20 UTC

This package is auto-updated.

Last update: 2024-03-24 21:55:30 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.