PHPackages                             timwassenburg/filament-timesheets - 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. timwassenburg/filament-timesheets

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

timwassenburg/filament-timesheets
=================================

Filament Timesheets is a package for Filament that allows you to track time spent on projects and tasks.

v1.0.3(2y ago)471.1k11[2 issues](https://github.com/timwassenburg/filament-timesheets/issues)1MITPHP

Since Nov 19Pushed 2y ago3 watchersCompare

[ Source](https://github.com/timwassenburg/filament-timesheets)[ Packagist](https://packagist.org/packages/timwassenburg/filament-timesheets)[ Docs](https://github.com/timwassenburg/filament-timesheets)[ RSS](/packages/timwassenburg-filament-timesheets/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)Dependencies (3)Versions (6)Used By (1)

Laravel Timesheets for Filament
===============================

[](#laravel-timesheets-for-filament)

[![Logo](https://raw.githubusercontent.com/timwassenburg/filament-timesheets/main/img/banner.png)](https://raw.githubusercontent.com/timwassenburg/filament-timesheets/main/img/banner.png)

[![Latest Version on Packagist](https://camo.githubusercontent.com/c3932b0e03d9c77bd2212e340ad135b0764ab95f7d7343990ee53fc9c62c68bc/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f74696d77617373656e627572672f66696c616d656e742d74696d657368656574732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/timwassenburg/filament-timesheets)[![Total Downloads](https://camo.githubusercontent.com/6f5c77af22423d36bf96014f5da92c382210bc0ea7968dbeca71816e4fbc0e70/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f74696d77617373656e627572672f66696c616d656e742d74696d657368656574732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/timwassenburg/filament-timesheets)[![License](https://camo.githubusercontent.com/5fd9bb8bd613fd118c83d2d2ae064eb035916d35da7da518e20bbbdd2871ed3d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f74696d77617373656e627572672f66696c616d656e742d74696d65736865657473)](https://packagist.org/packages/timwassenburg/filament-timesheets)

---

This Laravel package integrates seamlessly with Filament, providing a straightforward way to manage and track time spent on various projects. Checkout the **demo** on .

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

[](#installation)

Install the package with composer.

```
composer require timwassenburg/filament-timesheets
```

Then open `app/Providers/Filament/AdminPanelProvider.php` and add the plugin to the `plugin()` function.

```
namespace App\Providers\Filament;

use Filament\Panel;
use Filament\PanelProvider;
use TimWassenburg\FilamentTimesheets\FilamentTimesheetsPlugin;

class AdminPanelProvider extends PanelProvider
{
    public function panel(Panel $panel): Panel
    {
        return $panel
            ->plugin(FilamentTimesheetsPlugin::make())
            ...
```

Translations
------------

[](#translations)

You can customize the language of the package by publishing the language files.

```
php artisan vendor:publish --tag=filament-timesheet
```

After publishing the language files, you can edit the translations in `resources/lang/vendor/filament-timesheet`.

Contributing
------------

[](#contributing)

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity29

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

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

###  Release Activity

Cadence

Every ~9 days

Total

4

Last Release

878d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/18ef476c8a9d76d44ab65724fb4be330c1c4ce90e2be793bc4628b85bd0d5ba5?d=identicon)[timwass](/maintainers/timwass)

---

Top Contributors

[![timwassenburg](https://avatars.githubusercontent.com/u/75377381?v=4)](https://github.com/timwassenburg "timwassenburg (12 commits)")[![tonypartridge](https://avatars.githubusercontent.com/u/1400982?v=4)](https://github.com/tonypartridge "tonypartridge (1 commits)")

---

Tags

phplaravelfilamenttimesheets

###  Code Quality

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/timwassenburg-filament-timesheets/health.svg)

```
[![Health](https://phpackages.com/badges/timwassenburg-filament-timesheets/health.svg)](https://phpackages.com/packages/timwassenburg-filament-timesheets)
```

###  Alternatives

[tapp/filament-google-autocomplete-field

Filament plugin that provides a Google Autocomplete field

3098.1k](/packages/tapp-filament-google-autocomplete-field)[dotswan/filament-map-picker

Easily pick and retrieve geo-coordinates using a map-based interface in your Filament applications.

124139.3k2](/packages/dotswan-filament-map-picker)[tomatophp/filament-icons

Picker &amp; Table Column &amp; Icons Provider for FilamentPHP

3598.2k13](/packages/tomatophp-filament-icons)[jibaymcs/filament-tour

Bring the power of DriverJs to your Filament panels and start a tour !

12247.8k](/packages/jibaymcs-filament-tour)[asosick/filament-layout-manager

Allow users to create &amp; customize their own FilamentPHP pages composed of Livewire components

5718.8k2](/packages/asosick-filament-layout-manager)[aymanalhattami/filament-context-menu

context menu (right click menu) for filament

9838.0k](/packages/aymanalhattami-filament-context-menu)

PHPackages © 2026

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