PHPackages                             kingga/laravel-workflow-timesheet - 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. [Database &amp; ORM](/categories/database)
4. /
5. kingga/laravel-workflow-timesheet

ActiveLibrary[Database &amp; ORM](/categories/database)

kingga/laravel-workflow-timesheet
=================================

The laravel interface for kingga/workflow, this includes models which will store this information in the database and then add it back into the structures.

1.0.0(6y ago)07MITPHP

Since Jul 28Pushed 6y ago1 watchersCompare

[ Source](https://github.com/kingga/laravel-workflow-timesheet)[ Packagist](https://packagist.org/packages/kingga/laravel-workflow-timesheet)[ RSS](/packages/kingga-laravel-workflow-timesheet/feed)WikiDiscussions master Synced yesterday

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

Laravel Workflow Timesheet
==========================

[](#laravel-workflow-timesheet)

This is a package for Laravel which extends the base library `kingga/workflow-timesheet`. This package can be used to store the parsed file into the database and then converted back into an object from the database.

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

[](#installation)

1. Run the command `composer require kingga/laravel-workflow-timesheet`
2. Add the `Kingga\LaravelWorkflowTimesheet\WorkflowTimesheetServiceProvider` service provider to the `config/app.php` file.
3. Run the command `php artisan migrate`

Usage
-----

[](#usage)

### Storing

[](#storing)

```
use Kingga\WorkflowTimesheet\Parser;
use Kingga\LaravelWorkflowTimesheet\WorkflowWeek;

$parser = new Parser;
$week = $parser->parse(storage_path('timesheets/Time-Sheet.csv'));

// NOTE: The user must be logged in as this is assigned per user.
WorkflowWeek::create($week);
```

### Retrieving

[](#retrieving)

```
use Kingga\LaravelWorkflowTimesheet\WorkflowWeek;

dd(WorkflowWeek::first()->toObject());
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

Unknown

Total

1

Last Release

2481d ago

### Community

Maintainers

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

---

Top Contributors

[![kingga](https://avatars.githubusercontent.com/u/20036047?v=4)](https://github.com/kingga "kingga (7 commits)")

---

Tags

laraveldatabaseworkflowtimesheetkingga

### Embed Badge

![Health badge](/badges/kingga-laravel-workflow-timesheet/health.svg)

```
[![Health](https://phpackages.com/badges/kingga-laravel-workflow-timesheet/health.svg)](https://phpackages.com/packages/kingga-laravel-workflow-timesheet)
```

###  Alternatives

[nunomaduro/laravel-optimize-database

Publishes migrations that make your database production ready.

26123.0k](/packages/nunomaduro-laravel-optimize-database)[hpolthof/laravel-translations-db

A database translations implementation for Laravel 5.

545.8k](/packages/hpolthof-laravel-translations-db)[cubettech/lacassa

Cassandra based query builder for laravel.

358.5k](/packages/cubettech-lacassa)[codengine/laravel-custom-migrations

Custom Migrations for Laravel

131.3k](/packages/codengine-laravel-custom-migrations)

PHPackages © 2026

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