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. vegekul/reporter

ActiveLibrary

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 1mo ago

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

28

—

LowBetter than 54% of packages

Maintenance52

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

367d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e6a4e750b09d7e446c6456526387f836ed19d961baebb54fbf33e50b07655693?d=identicon)[thanhtc-kozocom](/maintainers/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

[s-ichikawa/laravel-sendgrid-driver

This library adds a 'sendgrid' mail driver to Laravel.

4139.3M1](/packages/s-ichikawa-laravel-sendgrid-driver)[stechstudio/laravel-zipstream

A fast and simple streaming zip file downloader for Laravel.

4633.7M3](/packages/stechstudio-laravel-zipstream)[laravel-notification-channels/microsoft-teams

A Laravel Notification Channel for Microsoft Teams

1603.0M7](/packages/laravel-notification-channels-microsoft-teams)[spatie/laravel-export

Create a static site bundle from a Laravel app

646127.9k5](/packages/spatie-laravel-export)[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

226102.4k](/packages/erag-laravel-disposable-email)[truckersmp/steam-socialite

Laravel Socialite provider for Steam OpenID.

1516.7k](/packages/truckersmp-steam-socialite)

PHPackages © 2026

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