amberstone / connector-harvest
Provides a PHP connector to read from Harvest.com
This package's canonical repository appears to be gone and the package has been frozen as a result.
dev-main
2021-05-10 13:44 UTC
Requires
- php: ^7.4
- ext-curl: *
- ext-json: *
- guzzlehttp/guzzle: ^7.0
Requires (Dev)
- phpunit/phpunit: ^9
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