PHPackages                             vegekul/reporter - 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. [Admin Panels](/categories/admin)
4. /
5. vegekul/reporter

ActiveLibrary[Admin Panels](/categories/admin)

vegekul/reporter
================

Laravel dashboard report for Backlog Sprints

v1.0.1(1y ago)10MITPHPPHP ^8.0

Since May 7Pushed 1y ago1 watchersCompare

[ Source](https://github.com/thanhtc-kozocom/vegekul-reporter)[ Packagist](https://packagist.org/packages/vegekul/reporter)[ RSS](/packages/vegekul-reporter/feed)WikiDiscussions main Synced today

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

Vegekul Reporter
================

[](#vegekul-reporter)

`vegekul/reporter` is a Laravel package that provides a visual dashboard for tracking Sprint progress and bug statistics using data from the Backlog API.

🚀 Features
----------

[](#-features)

- List all sprints from a Backlog project
- View tasks associated with each sprint
- Display issue progress and bug distribution using charts

---

📦 Installation
--------------

[](#-installation)

### Step 1: Require the package

[](#step-1-require-the-package)

If this package is not on Packagist yet, add the GitHub repository to your `composer.json`:

```
"repositories": [
  {
    "type": "vcs",
    "url": "https://github.com/your-username/vegekul-reporter"
  }
]
```

Then run:

```
composer require vegekul/reporter
```

---

### Step 2: Publish configuration and views

[](#step-2-publish-configuration-and-views)

Run the following command to publish the package assets:

```
php artisan vendor:publish --tag=vegekul-reporter
```

This will publish:

- A config file: `config/reporter.php`
- Blade views for the dashboard UI
- Routes under `routes/vegekul-reporter.php`

---

### Step 3: Configure environment variables

[](#step-3-configure-environment-variables)

Add the following to your `.env` file:

```
BACKLOG_API_BASE_URL=https://yourdomain.backlog.com/api/v2
BACKLOG_API_KEY=your_backlog_api_key
BACKLOG_PROJECT_ID=your_project_id
```

These are required for connecting to your Backlog workspace and project.

---

📊 Usage
-------

[](#-usage)

After serving your Laravel project:

```
php artisan serve
```

Open the dashboard in your browser:

```
http://localhost:8000/vegekul-reporter/dashboard

```

You will see a list of sprints. Click a sprint to view detailed issues and a visual breakdown of their status (including bugs).

---

📄 License
---------

[](#-license)

This package is open-source software licensed under the [MIT License](LICENSE).

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance45

Moderate activity, may be stable

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity43

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

2

Last Release

423d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/141109335?v=4)[THANHTC-KOZOCOM (Eric)](/maintainers/thanhtc-kozocom)[@thanhtc-kozocom](https://github.com/thanhtc-kozocom)

---

Top Contributors

[![thanhtc-kozocom](https://avatars.githubusercontent.com/u/141109335?v=4)](https://github.com/thanhtc-kozocom "thanhtc-kozocom (2 commits)")

### Embed Badge

![Health badge](/badges/vegekul-reporter/health.svg)

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

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M3.1k](/packages/craftcms-cms)[illuminate/http

The Illuminate Http package.

11937.9M6.9k](/packages/illuminate-http)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)[simplestats-io/laravel-client

Server-side analytics for Laravel that follows the full funnel from visit to registration to payment, attributed to the channel that drove it. Revenue, MRR, churn and ad-spend profit (ROAS/CAC) per channel. GDPR compliant, ad-blocker proof.

5021.9k](/packages/simplestats-io-laravel-client)[fleetbase/core-api

Core Framework and Resources for Fleetbase API

1235.9k20](/packages/fleetbase-core-api)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)

PHPackages © 2026

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