PHPackages                             d3vnz/issuetracker - 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. d3vnz/issuetracker

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

d3vnz/issuetracker
==================

GitHub issue tracking integration for Laravel applications using Filament 3

v1.0.1.14(2mo ago)01.4k↓100%proprietaryPHPPHP ^8.3

Since Sep 17Pushed 2mo agoCompare

[ Source](https://github.com/d3vnz/issuetracker)[ Packagist](https://packagist.org/packages/d3vnz/issuetracker)[ Docs](https://github.com/d3vnz/issuetracker)[ RSS](/packages/d3vnz-issuetracker/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (3)Versions (46)Used By (0)

D3VNZ IssueTracker
==================

[](#d3vnz-issuetracker)

This package provides a GitHub issue tracking integration for Laravel applications using Filament 3.

Requirements
------------

[](#requirements)

- PHP 8.0+
- Laravel 9.0+
- Filament 3.0+

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

[](#installation)

You can install the package via composer:

```
composer require d3vnz/issuetracker
php artisan vendor:publish --tag=d3vnz-issuetracker-migrations
php artisan migrate
php artisan vendor:publish --provider="GrahamCampbell\GitHub\GitHubServiceProvider"

```

Config
------

[](#config)

In your services.php add the following:

```

        'github' => [
            'token' => env('GITHUB_TOKEN'),
            'owner' => env('GITHUB_OWNER'),
            'repo' => env('GITHUB_REPO'),
        ],

```

Console
-------

[](#console)

Add the following to your console

```
Schedule::command('github:sync-issues')->everyThirtyMinutes();
```

###  Health Score

48

—

FairBetter than 94% of packages

Maintenance89

Actively maintained with recent releases

Popularity18

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity66

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

Every ~12 days

Recently: every ~84 days

Total

45

Last Release

88d ago

PHP version history (2 changes)v1.0.0.0PHP ^8.2

v1.0.0.1PHP ^8.3

### Community

Maintainers

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

---

Top Contributors

[![aotearoait](https://avatars.githubusercontent.com/u/33107115?v=4)](https://github.com/aotearoait "aotearoait (51 commits)")

---

Tags

laravelgithubfilamentissue-tracking

### Embed Badge

![Health badge](/badges/d3vnz-issuetracker/health.svg)

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

###  Alternatives

[jibaymcs/filament-tour

Bring the power of DriverJs to your Filament panels and start a tour !

12247.8k](/packages/jibaymcs-filament-tour)[aymanalhattami/filament-context-menu

context menu (right click menu) for filament

9838.0k](/packages/aymanalhattami-filament-context-menu)[tapp/filament-google-autocomplete-field

Filament plugin that provides a Google Autocomplete field

3098.1k](/packages/tapp-filament-google-autocomplete-field)[defstudio/filament-searchable-input

A searchable autocomplete input for Filament forms

3212.4k](/packages/defstudio-filament-searchable-input)[agencetwogether/hookshelper

Simple plugin to toggle display hooks available in current page.

2312.7k](/packages/agencetwogether-hookshelper)[marcogermani87/filament-cookie-consent

Easy cookie consent integrations for Filament

1917.0k](/packages/marcogermani87-filament-cookie-consent)

PHPackages © 2026

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