programster / harvest-sdk
A PHP package for interfacing with the Harvest API.
Installs: 3
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:sdk
Requires
- php: >=7.4.0
- psr/http-message: ^1.0
This package is auto-updated.
Last update: 2024-10-24 23:13:05 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.