harvest-api
harvest-api copied to clipboard
Harvest API written in PHP, optimised for the Laravel framework.
Results
2
harvest-api issues
Sort by
recently updated
recently updated
newest added
Laravel comes bundled with https://github.com/briannesbitt/Carbon so, my suggestion, why not move away from raw DateTime to carbon? We could refactor some things like: BestIt\Harvest\Endpoints\Timesheet ```php public function all($slim = true,...
enhancement