PHPackages                             lsv/timeharvest-sdk - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. lsv/timeharvest-sdk

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

lsv/timeharvest-sdk
===================

PHP SDK for timeharvest

0.0.2(2y ago)073[1 PRs](https://github.com/lsv/timeharvest-sdk/pulls)MITPHPPHP &gt;=8.2

Since Oct 13Pushed 2y ago1 watchersCompare

[ Source](https://github.com/lsv/timeharvest-sdk)[ Packagist](https://packagist.org/packages/lsv/timeharvest-sdk)[ RSS](/packages/lsv-timeharvest-sdk/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (18)Versions (5)Used By (0)

Timeharvest PHP SDK
===================

[](#timeharvest-php-sdk)

[![Workflow status](https://github.com/lsv/timeharvest-sdk/actions/workflows/ci.yml/badge.svg)](https://github.com/lsv/timeharvest-sdk)[![Coverage](https://camo.githubusercontent.com/ed449b88943b598a6d9f1d5c26032fb73c352b0aa7dc88ad9fafaf611b8ce2c3/68747470733a2f2f636f6465636f762e696f2f67682f6c73762f74696d65686172766573742d73646b2f67726170682f62616467652e7376673f746f6b656e3d595764674a58526c5848)](https://codecov.io/gh/lsv/timeharvest-sdk)[![Mutation testing badge](https://camo.githubusercontent.com/5cc0d4fc790d460a58b612ee2bd66ae880ddea3abb72b404d3b67c0b8026bc99/68747470733a2f2f696d672e736869656c64732e696f2f656e64706f696e743f7374796c653d666c61742675726c3d687474707325334125324625324662616467652d6170692e737472796b65722d6d757461746f722e696f2532466769746875622e636f6d2532466c737625324674696d65686172766573742d73646b2532466d6173746572)](https://dashboard.stryker-mutator.io/reports/github.com/lsv/timeharvest-sdk/master)[![SymfonyInsight](https://camo.githubusercontent.com/5aef3ed43f9c0d9d3d454b8fbf40f277bc3fed9bc9652b4a60dde744d659d425/68747470733a2f2f696e73696768742e73796d666f6e792e636f6d2f70726f6a656374732f66316566333834372d303365632d346234622d623562622d6636373037633134653334382f6d696e692e737667)](https://insight.symfony.com/projects/f1ef3847-03ec-4b4b-b5bb-f6707c14e348)

PHP SDK for [Timeharvest](https://help.getharvest.com/api-v2/)

### Install

[](#install)

```
composer require lsv/timeharvest-sdk
```

### Example usage

[](#example-usage)

```
$factory = new \Lsv\TimeharvestSdk\RequestFactory(
    new \Lsv\TimeharvestSdk\TimeharvestClient($accessToken,$accountId)
);

$response = $factory->clients()->listClients($isActive, $updatedSince, $page, $perPage);
foreach ($response['data'] as $client) {
    // $client instanceof \Lsv\TimeharvestSdk\Response\Client\ClientResponse
}
```

### [Documentation](https://lsv.github.io/timeharvest-sdk/)

[](#documentation)

### License

[](#license)

The MIT License (MIT)

Copyright (c) 2023 Martin Aarhof

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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.

###  Release Activity

Cadence

Every ~62 days

Total

2

Last Release

881d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ff9304e6a7caa208d631a1529240a97dff2f47dadde7bff153e8a90818047168?d=identicon)[lsv](/maintainers/lsv)

---

Top Contributors

[![lsv](https://avatars.githubusercontent.com/u/20708?v=4)](https://github.com/lsv "lsv (15 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan, Psalm

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/lsv-timeharvest-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/lsv-timeharvest-sdk/health.svg)](https://phpackages.com/packages/lsv-timeharvest-sdk)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[craftcms/cms

Craft CMS

3.6k3.6M2.6k](/packages/craftcms-cms)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[web-auth/webauthn-framework

FIDO2/Webauthn library for PHP and Symfony Bundle.

50570.7k1](/packages/web-auth-webauthn-framework)[symfony/ai-agent

PHP library for building agentic applications.

30536.7k44](/packages/symfony-ai-agent)

PHPackages © 2026

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