amberstone/connector-harvest

Provides a PHP connector to read from Harvest.com

dev-main 2021-05-10 13:44 UTC

This package is auto-updated.

Last update: 2023-05-10 18:01:08 UTC


README

A PHP-based connector to read from Harvest data into a local SQLite database, ready for integration into other applications

Usage

$connector = new Connector();

To do:

  • Create a connector
  • Configure with authentication
  • Configure with options
  • Run pull
  • Flush to storage
  • auto-create sqlite database if it doesn't exist
  • command to pull data from the connector