PHPackages                             delphiki/toggl-plan-client - 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. delphiki/toggl-plan-client

ActiveLibrary[API Development](/categories/api)

delphiki/toggl-plan-client
==========================

A simple PHP client for the Toggl Plan API

1.0.1(4y ago)011PHPPHP &gt;=8.0

Since Jan 11Pushed 4y ago1 watchersCompare

[ Source](https://github.com/delphiki/toggl-plan-client)[ Packagist](https://packagist.org/packages/delphiki/toggl-plan-client)[ RSS](/packages/delphiki-toggl-plan-client/feed)WikiDiscussions main Synced 4w ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

Toggl Plan API client
=====================

[](#toggl-plan-api-client)

A simple PHP client for the [Toggl Plan API](https://developers.plan.toggl.com/api-v5.html).

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

[](#installation)

```
composer require delphiki/toggl-plan-client
```

Usage
-----

[](#usage)

You must register an application to retrieve your client ID &amp; secret:

```
$togglPlanClient = new TogglPlanClient(
    'USERNAME',
    'PASSWORD',
    'CLIENT ID',
    'CLIENT SECRET',
);

$togglPlanClient->getMe();
// ...
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

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 ~0 days

Total

2

Last Release

1579d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4d588e2dbc4f74fdd3ba21aad29a5d24666cc504f3f4b885d39539fcc67bcf7c?d=identicon)[delphiki](/maintainers/delphiki)

---

Top Contributors

[![delphiki](https://avatars.githubusercontent.com/u/303778?v=4)](https://github.com/delphiki "delphiki (2 commits)")

---

Tags

toggltoggl plan

### Embed Badge

![Health badge](/badges/delphiki-toggl-plan-client/health.svg)

```
[![Health](https://phpackages.com/badges/delphiki-toggl-plan-client/health.svg)](https://phpackages.com/packages/delphiki-toggl-plan-client)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[morningtrain/toggl-api

A complete native php wrapper for the Toggl API

3659.5k1](/packages/morningtrain-toggl-api)[ixudra/toggl

Custom PHP library to connect with the Toggl API - developed by Ixudra

27115.5k1](/packages/ixudra-toggl)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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