{"id":17644985,"url":"https://github.com/actuallyconnor/laravel-harvest-api","last_synced_at":"2025-07-10T20:04:13.363Z","repository":{"id":243419577,"uuid":"371843543","full_name":"ActuallyConnor/laravel-harvest-api","owner":"ActuallyConnor","description":null,"archived":false,"fork":false,"pushed_at":"2021-07-02T22:02:47.000Z","size":163,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-30T07:13:48.726Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ActuallyConnor.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"ActuallyConnor"}},"created_at":"2021-05-29T00:00:29.000Z","updated_at":"2021-07-02T22:02:50.000Z","dependencies_parsed_at":"2024-06-08T19:24:44.373Z","dependency_job_id":"953748c8-248e-4524-88c8-1c9003f6de22","html_url":"https://github.com/ActuallyConnor/laravel-harvest-api","commit_stats":null,"previous_names":["actuallyconnor/laravel-harvest-api"],"tags_count":0,"template":false,"template_full_name":"spatie/package-skeleton-laravel","purl":"pkg:github/ActuallyConnor/laravel-harvest-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ActuallyConnor%2Flaravel-harvest-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ActuallyConnor%2Flaravel-harvest-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ActuallyConnor%2Flaravel-harvest-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ActuallyConnor%2Flaravel-harvest-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ActuallyConnor","download_url":"https://codeload.github.com/ActuallyConnor/laravel-harvest-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ActuallyConnor%2Flaravel-harvest-api/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264646810,"owners_count":23643484,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-23T10:44:12.835Z","updated_at":"2025-07-10T20:04:13.343Z","avatar_url":"https://github.com/ActuallyConnor.png","language":"PHP","funding_links":["https://github.com/sponsors/ActuallyConnor"],"categories":[],"sub_categories":[],"readme":"# Laravel Harvest API\n\nThis library is intended to be used within Laravel. It is an interface to the Harvest API.\n\n## Authentication\n\nThis library uses the _Personal Access Token_ to authenticate with Harvest.\n\n[Harvest Authentication](https://help.getharvest.com/api-v2/authentication-api/authentication/authentication/)\n\n## Installation\n\nYou can install the package via composer:\n\n```bash\ncomposer require actuallyconnor/laravel-harvest-api\n```\n\n### Configuration\n\n#### Publish config file\n\n```shell\nphp artisan vendor:publish\n```\n\n#### Add items to `.env` file\n\n```dotenv\nHARVEST_ACCESS_TOKEN={your-access-token}\nHARVEST_ACCOUNT_ID={your-account-id}\nHARVEST_USER_AGENT={your-user-agent}\n```\n\n### Service Provider\n\nAdd service provider to `config/app.php`\n\n```\n\\ActuallyConnor\\LaravelHarvestApi\\Providers\\HarvestServiceProvider::class,\n```\n\n## Usage\n\n### Changelog\n\nPlease see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.\n\n## Contributing\n\nPlease see [CONTRIBUTING](CONTRIBUTING.md) for details.\n\n### Security\n\nIf you discover any security related issues, please email freek@spatie.be instead of using the issue tracker.\n\n## Credits\n\n- [Connor Smyth](https://github.com/ActuallyConnor)\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Factuallyconnor%2Flaravel-harvest-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Factuallyconnor%2Flaravel-harvest-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Factuallyconnor%2Flaravel-harvest-api/lists"}