programster/harvest-sdk

A PHP package for interfacing with the Harvest API.

Installs: 4

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:sdk

pkg:composer/programster/harvest-sdk

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

This package is auto-updated.

Last update: 2025-09-25 01:10:40 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.