PHPackages                             kingga/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. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. kingga/workflow-timesheet

ActiveLibrary[Parsing &amp; Serialization](/categories/parsing)

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

Xero workflow weekly CSV parser.

1.0.0(6y ago)226[3 PRs](https://github.com/kingga/workflow-timesheet/pulls)1MITPHP

Since Jul 26Pushed 4y ago1 watchersCompare

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

READMEChangelogDependencies (4)Versions (5)Used By (1)

Xero Workflow Weekly CSV Export Parser
======================================

[](#xero-workflow-weekly-csv-export-parser)

This small package parses the CSV export function from Xero's Workflow timesheet system into a set of container classes. The format will look something like this:

```
Week: [
    getStart() => DateTime
    getEnd() => DateTime
    getTotalTime() => Float
    getDays() => [
        Day: [
            getDate() => DateTime
            getDayName() => String [Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday]
            getTotalTime() => Float
            getEntries() => [
                Entry: [
                    getClient() => String
                    getJobId() => String
                    getJob() => String
                    getTask() => String
                    getTime() => Float
                ]
            ]
        ]
    ]
]

```

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

[](#installation)

Run the command `composer require kingga/workflow-timesheet`.

Usage
-----

[](#usage)

```
$parser = new Kingga\WorkflowTimesheet\Parser;
$timesheet = $parser->parse(__DIR__ . '/Time-Sheet.csv');

dd($timesheet);
```

Testing
-------

[](#testing)

Run the command `composer test`.

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity62

Established project with proven stability

 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

2533d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/20036047?v=4)[Isaac Skelton](/maintainers/kingga)[@kingga](https://github.com/kingga)

---

Top Contributors

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

###  Code Quality

TestsCodeception

### Embed Badge

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

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

###  Alternatives

[mck89/peast

Peast is PHP library that generates AST for JavaScript code

19139.2M45](/packages/mck89-peast)[sauladam/shipment-tracker

Parses tracking information for several carriers, like UPS, USPS, DHL and GLS by simply scraping the data. No need for any kind of API access.

9843.5k](/packages/sauladam-shipment-tracker)[moonshine/layouts-field

Field for repeating groups of fields for MoonShine

108.5k](/packages/moonshine-layouts-field)[tcds-io/php-jackson

A lightweight, flexible object serializer for PHP, inspired by FasterXML/jackson

113.2k10](/packages/tcds-io-php-jackson)

PHPackages © 2026

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