PHPackages                             pyaesoneaung/japoe-client - 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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. pyaesoneaung/japoe-client

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

pyaesoneaung/japoe-client
=========================

A Self-Hosted Error Tracking Solution for Laravel

v0.1.2(5mo ago)0101[2 PRs](https://github.com/PyaeSoneAungRgn/japoe-client/pulls)MITPHPPHP ^8.2CI passing

Since Sep 28Pushed 1mo ago1 watchersCompare

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

READMEChangelog (3)Dependencies (13)Versions (6)Used By (0)

A Self-Hosted Error Tracking Solution for Laravel
=================================================

[](#a-self-hosted-error-tracking-solution-for-laravel)

This is a client package for [JaPoe](https://japoe.pyaesoneaung.dev), a self-hosted error tracking system that allows you to monitor and manage errors.

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

[](#requirements)

- Laravel &gt;= 11.x

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

[](#installation)

To start tracking errors with JaPoe Client, follow the steps below:

### Step 1: Install JaPoe Client

[](#step-1-install-japoe-client)

Use Composer to install the JaPoe Client package:

```
composer require pyaesoneaung/japoe-client
```

### Step 2: Register JaPoe Client

[](#step-2-register-japoe-client)

In `bootstrap/app.php`, register the `JaPoeClient` to handle exceptions in your application:

```
->withExceptions(function (Exceptions $exceptions) {
    \PyaeSoneAung\JaPoeClient\Facades\JaPoeClient::handles($exceptions);
})->create();
```

### Step 3: Update Your Environment Configuration

[](#step-3-update-your-environment-configuration)

Next, update the .env file with the following configurations:

```
JAPOE_ENABLE=true
JAPOE_HOST=your-japoe-host
JAPOE_KEY=your-japoe-key
```

Make sure to replace your-japoe-host and your-japoe-key with your actual server information and API key.

### Step 4: Test JaPoe Client

[](#step-4-test-japoe-client)

Once everything is set up, test the JaPoe Client by running:

```
php artisan japoe:test
```

If the setup is successful, your Laravel application will now begin tracking errors and sending them to your self-hosted JaPoe server.

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance83

Actively maintained with recent releases

Popularity6

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~217 days

Total

3

Last Release

158d ago

### Community

Maintainers

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

---

Top Contributors

[![PyaeSoneAungRgn](https://avatars.githubusercontent.com/u/44226349?v=4)](https://github.com/PyaeSoneAungRgn "PyaeSoneAungRgn (6 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (5 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (5 commits)")[![bilogic](https://avatars.githubusercontent.com/u/946010?v=4)](https://github.com/bilogic "bilogic (1 commits)")

---

Tags

japoejapoe-client

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/pyaesoneaung-japoe-client/health.svg)

```
[![Health](https://phpackages.com/badges/pyaesoneaung-japoe-client/health.svg)](https://phpackages.com/packages/pyaesoneaung-japoe-client)
```

###  Alternatives

[spatie/laravel-health

Monitor the health of a Laravel application

85810.0M83](/packages/spatie-laravel-health)[spatie/laravel-slack-alerts

Send a message to Slack

3212.6M4](/packages/spatie-laravel-slack-alerts)[spatie/laravel-sql-commenter

Add comments to SQL queries made by Laravel

1931.4M1](/packages/spatie-laravel-sql-commenter)[keepsuit/laravel-opentelemetry

OpenTelemetry integration for laravel

142347.8k](/packages/keepsuit-laravel-opentelemetry)[spatie/laravel-error-share

Share your Laravel errors to Flare

43965.6k3](/packages/spatie-laravel-error-share)[vormkracht10/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

24149.7k](/packages/vormkracht10-laravel-mails)

PHPackages © 2026

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