PHPackages                             michaeljdennis/harvest-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. michaeljdennis/harvest-php

ActiveLibrary[API Development](/categories/api)

michaeljdennis/harvest-php
==========================

A PHP package for the Harvest API.

114PHPCI failing

Since Jun 10Pushed 3w ago1 watchersCompare

[ Source](https://github.com/michaeljdennis/harvest-php)[ Packagist](https://packagist.org/packages/michaeljdennis/harvest-php)[ RSS](/packages/michaeljdennis-harvest-php/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (2)Used By (0)

Harvest PHP
===========

[](#harvest-php)

A PHP package for the [Harvest](https://www.getharvest.com/) [API](https://help.getharvest.com/api-v2/).

[![Maintainability](https://camo.githubusercontent.com/c7fdf1d67b7b9e71d963f0738156cc5afe33c8a76cd4e1ca21219c2c4d4ba9d7/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f61376532623933613664623634343430613932382f6d61696e7461696e6162696c697479)](https://codeclimate.com/github/michaeljdennis/harvest-php/maintainability)[![CircleCI](https://camo.githubusercontent.com/64fe0022e49b592e2748bd80996f580ad11a51c05624771e07c31360c03d29a7/68747470733a2f2f636972636c6563692e636f6d2f67682f6d69636861656c6a64656e6e69732f686172766573742d7068702e7376673f7374796c653d736869656c64)](https://circleci.com/gh/michaeljdennis/harvest-php)[![StyleCI](https://camo.githubusercontent.com/4893fb8825f34a37be897ee7a97ef2785a40fd01ab6a6032c21cafd74f2d1084/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3135393731323130322f736869656c643f7374796c653d666c6174266272616e63683d6d6173746572)](https://github.styleci.io/repos/159712102)[![PHP from Packagist](https://camo.githubusercontent.com/adda14a5fc7b85c5b350d55d2fa496530adae862c6cf799653b5afa5498b7ac6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f6d69636861656c6a64656e6e69732f686172766573742d7068702e737667)](https://camo.githubusercontent.com/adda14a5fc7b85c5b350d55d2fa496530adae862c6cf799653b5afa5498b7ac6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f6d69636861656c6a64656e6e69732f686172766573742d7068702e737667)[![Packagist](https://camo.githubusercontent.com/964fa37f049e53219136095226c537ea02bec96a66fc9d013b1328a3794c8f40/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d69636861656c6a64656e6e69732f686172766573742d7068702e737667)](https://packagist.org/packages/michaeljdennis/harvest-php)[![GitHub](https://camo.githubusercontent.com/7d038910022a5c9b361ebfb66020af7c221ea56bc9a4d8c0341d214108dc9a34/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6d69636861656c6a64656e6e69732f686172766573742d7068702e737667)](https://camo.githubusercontent.com/7d038910022a5c9b361ebfb66020af7c221ea56bc9a4d8c0341d214108dc9a34/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6d69636861656c6a64656e6e69732f686172766573742d7068702e737667)

Installation
------------

[](#installation)

```
composer require michaeljdennis/harvest-php

```

Usage
-----

[](#usage)

### Plain PHP

[](#plain-php)

```
use Harvest\Harvest;
use Harvest\Client;
use GuzzleHttp\Client as HttpClient;

$harvest = new Harvest(
    new Client(
        new HttpClient()
    )
);

$harvest->projects->get();

```

### Laravel

[](#laravel)

```
use Harvest;

Harvest::projects()->get();

```

Roadmap
-------

[](#roadmap)

[Check here](https://github.com/michaeljdennis/harvest-php/projects/1) for the current list of tasks.

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance63

Regular maintenance activity

Popularity7

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity13

Early-stage or recently created project

 Bus Factor1

Top contributor holds 89.3% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/157686?v=4)[Michael Dennis](/maintainers/michaeljdennis)[@michaeljdennis](https://github.com/michaeljdennis)

---

Top Contributors

[![michaeljdennis](https://avatars.githubusercontent.com/u/157686?v=4)](https://github.com/michaeljdennis "michaeljdennis (50 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (6 commits)")

---

Tags

harvestharvest-apiharvest-phppackagist

### Embed Badge

![Health badge](/badges/michaeljdennis-harvest-php/health.svg)

```
[![Health](https://phpackages.com/badges/michaeljdennis-harvest-php/health.svg)](https://phpackages.com/packages/michaeljdennis-harvest-php)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

94452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
