Download the PHP package spatie/laravel-harvest-sdk without Composer
On this page you can find all versions of the php package spatie/laravel-harvest-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download spatie/laravel-harvest-sdk
More information about spatie/laravel-harvest-sdk
Files in spatie/laravel-harvest-sdk
Package laravel-harvest-sdk
Short Description A Laravel-friendly SDK to interact with the Harvest API
License MIT
Homepage https://github.com/spatie/laravel-harvest-sdk
Informations about the package laravel-harvest-sdk
A Laravel SDK for the Harvest.com API
Note: this is not a full implementation for the Harvest API, but we welcome PR's if you need anything that is still missing.
A Laravel-friendly SDK to interact with the Harvest API
Support us
We invest a lot of resources into creating best in class open source packages. You can support us by buying one of our paid products.
We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on our contact page. We publish all received postcards on our virtual postcard wall.
Installation
You can install the package via composer:
You can publish the config file with:
Add your Harvest credentials to your .env file:
Usage
To start interacting with the Harvest API, you can resolve the Harvest instance from the container or use the facade:
Users
Retrieve the authenticated user
Retrieve all users
Projects
Retrieve all projects
Time Entries
Retrieve time entries
Time entries are paginated. You must provide a from date, and optionally a to date and userId.
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Niels Vanpachtenbeke
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-harvest-sdk with dependencies
illuminate/contracts Version ^11.0||^12.0
saloonphp/pagination-plugin Version ^2.0
saloonphp/saloon Version ^3.0
spatie/laravel-package-tools Version ^1.16
