PHPackages                             webhubworks/overtimely - 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. [Framework](/categories/framework)
4. /
5. webhubworks/overtimely

ActiveProject[Framework](/categories/framework)

webhubworks/overtimely
======================

A simple CLI tool that interacts with the Timely API to fetch the relevant data and calculate your overtime balance from it.

1.2.3(2w ago)08↓33.3%MITPHPPHP ^8.5

Since Jul 20Pushed 1w agoCompare

[ Source](https://github.com/webhubworks/overtimely)[ Packagist](https://packagist.org/packages/webhubworks/overtimely)[ Docs](https://webhub.de)[ RSS](/packages/webhubworks-overtimely/feed)WikiDiscussions main Synced 2w ago

READMEChangelogDependencies (24)Versions (9)Used By (0)

overtimely
==========

[](#overtimely)

A simple CLI tool that interacts with the Timely API to fetch the relevant data and calculate your overtime balance from it.

Built with [Laravel Zero](https://laravel-zero.com/).

Requirements
------------

[](#requirements)

- PHP ^8.5
- Composer
- A Timely OAuth application ([details below](#setup))

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

[](#installation)

This app is bundled into a standalone PHAR you can download via composer:

```
composer global require webhubworks/overtimely
```

Confirm installation:

```
overtimely
```

Setup
-----

[](#setup)

Your Timely accounts admin needs to configure a new OAuth2 application with an OOB redirect URI.
You'll need the following from them to use this tool:

- Application ID (Client ID)
- Application Secret (Client Secret)
- Redirect URI
- Account ID

Once you've received these details, run the following command and follow the instructions:

```
overtimely config:setup
```

Usage
-----

[](#usage)

Run `overtimely` to get a list of the available commands and use the `--help` option with a command to see its description, arguments and options.

Development
-----------

[](#development)

### Local development

[](#local-development)

To run the app locally, you have to prefix it with PHP while in the project directory:

```
php overtimely
```

You can use an `.env` file to set/override the user configuration values which are set by the `config:setup` and `config:set` commands. Have a look at the `.env.example` file to see the available environment variables.

### Releasing a build

[](#releasing-a-build)

This app is distributed as a PHAR, so you need to make a new build including your changes to actually release them.

To facilitate this, the project has a [Makefile](https://opensource.com/article/18/8/what-how-makefile). So after you have committed all of your changes (remember to [update the **changelog**](https://keepachangelog.com/en/1.1.0) as well!), you can run the following:

```
make release VERSION=
```

This will **build**, **commit**, **tag** and **push** a new PHAR all in one go.

For deciding on the correct `build_version` to use: This project adheres to [Semantic Versioning](https://semver.org).

###  Health Score

44

—

FairBetter than 90% of packages

Maintenance97

Actively maintained with recent releases

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity56

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

Total

8

Last Release

14d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/53560154?v=4)[webhub](/maintainers/webhubworks)[@webhubworks](https://github.com/webhubworks)

---

Top Contributors

[![MariusKnirk](https://avatars.githubusercontent.com/u/111346131?v=4)](https://github.com/MariusKnirk "MariusKnirk (159 commits)")

---

Tags

cliconsoleframeworklaravellaravel-zerotimelyovertime

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/webhubworks-overtimely/health.svg)

```
[![Health](https://phpackages.com/badges/webhubworks-overtimely/health.svg)](https://phpackages.com/packages/webhubworks-overtimely)
```

###  Alternatives

[laravel-zero/laravel-zero

The Laravel Zero Framework.

4.0k44.9k3](/packages/laravel-zero-laravel-zero)[laravel-zero/framework

The Laravel Zero Framework.

3521.7M512](/packages/laravel-zero-framework)

PHPackages © 2026

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