PHPackages                             upbase-package/jobtracking - 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. upbase-package/jobtracking

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

upbase-package/jobtracking
==========================

Track job processed

1.0.10(3y ago)0563MITPHP

Since Mar 21Pushed 3y ago2 watchersCompare

[ Source](https://github.com/UpBase-Production/job-tracking)[ Packagist](https://packagist.org/packages/upbase-package/jobtracking)[ RSS](/packages/upbase-package-jobtracking/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (9)DependenciesVersions (10)Used By (0)

Job tracking log
================

[](#job-tracking-log)

[![GitHub Actions Status](https://github.com/UpBase-Production/job-tracking)](https://github.com/UpBase-Production/job-tracking)

Contents
--------

[](#contents)

- [Installation](#installation)
- [Usage](#usage)
    - [Examples](#examples)
    - [Default Values](#default-values)

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

[](#installation)

1. Install using Composer: `composer require upbase-package/jobtracking`.
2. Run publish vendor and migration, config `php artisan vendor:publish --provider="Upbase\Jobtracking\JobtrackingServiceProvider"`.

Usage
-----

[](#usage)

create instance

```
\Upbase\Jobtracking\Models\JobTracking::createJobTracking('type', ['sme_id'=>0,
                                                                           'store_id'=>0,
                                                                           'total_job'=>0,
                                                                           'processed_job'=>0,
                                                                           'success_job'=>0,
                                                                           'failed_job'=>0])
```

increment job processed, add success

```
\Upbase\Jobtracking\Models\JobTracking::incrementProcessedJob(1,true, true);
```

increment job success

```
\Upbase\Jobtracking\Models\JobTracking::incrementSuccessProccesed(1);
```

increment job fail

```
\Upbase\Jobtracking\Models\JobTracking::incrementFailProccesed(1);
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity51

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

9

Last Release

1155d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/35d52e8902802b97e2fdefff0f43c912f1a811c44081cb312d576c0aa317029d?d=identicon)[phamlinh0208](/maintainers/phamlinh0208)

---

Top Contributors

[![phamlinh020889](https://avatars.githubusercontent.com/u/39764532?v=4)](https://github.com/phamlinh020889 "phamlinh020889 (10 commits)")

### Embed Badge

![Health badge](/badges/upbase-package-jobtracking/health.svg)

```
[![Health](https://phpackages.com/badges/upbase-package-jobtracking/health.svg)](https://phpackages.com/packages/upbase-package-jobtracking)
```

###  Alternatives

[nutsweb/laravel-prerender

Laravel middleware for prerendering javascript-rendered pages on the fly for SEO

279165.5k1](/packages/nutsweb-laravel-prerender)[openskill/datatable

This is a Laravel 5 package for the server and client side of DataTables (http://datatables.net/)

5511.2k1](/packages/openskill-datatable)[fruitstudios/searchit

Configure powerful custom filters for an enhanced search experience in the Craft CMS control panel.

2840.6k](/packages/fruitstudios-searchit)[t3sbs/t3sbootstrap

Startup extension to use bootstrap 5 classes, components and more out of the box. Example and info: www.t3sbootstrap.de

2315.4k](/packages/t3sbs-t3sbootstrap)

PHPackages © 2026

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