PHPackages                             khushalp2004/traceforge-php - 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. khushalp2004/traceforge-php

ActiveLibrary

khushalp2004/traceforge-php
===========================

TraceForge SDK for PHP and Laravel

v1.0.6(today)02↑2900%MITPHPPHP ^8.1

Since Jul 27Pushed todayCompare

[ Source](https://github.com/khushalp2004/traceforge-php)[ Packagist](https://packagist.org/packages/khushalp2004/traceforge-php)[ RSS](/packages/khushalp2004-traceforge-php/feed)WikiDiscussions main Synced today

READMEChangelog (2)Dependencies (3)Versions (3)Used By (0)

TraceForge SDK for PHP (Laravel)
================================

[](#traceforge-sdk-for-php-laravel)

Zero-touch application performance monitoring and error tracking for PHP and Laravel applications.

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

[](#installation)

Install the package via Composer:

```
composer require khushalp2004/traceforge-php
```

Configuration (Laravel)
-----------------------

[](#configuration-laravel)

If you are using Laravel, the SDK is **Zero-Touch**! It will automatically register itself using Laravel's Package Auto-Discovery.

You only need to add your API Key and Ingest URL to your `.env` file:

```
TRACEFORGE_API_KEY="your_api_key_here"
TRACEFORGE_INGEST_URL="http://localhost:3001/ingest"
```

**That's it!** TraceForge will automatically intercept all handled and unhandled exceptions in your Laravel application by seamlessly hooking into Laravel's core logging system.

Configuration (Vanilla PHP)
---------------------------

[](#configuration-vanilla-php)

If you are not using Laravel, you can manually capture exceptions:

```
require 'vendor/autoload.php';

use TraceForge\TraceForgeClient;

$client = new TraceForgeClient();

try {
    // Your code here
    throw new Exception("Something went wrong!");
} catch (\Throwable $e) {
    $client->captureException($e, ['type' => 'manual_exception']);
}
```

###  Health Score

40

—

FairBetter than 86% of packages

Maintenance100

Actively maintained with recent releases

Popularity3

Limited adoption so far

Community6

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

0d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/117089351?v=4)[Khushal Patil](/maintainers/khushalp2004)[@khushalp2004](https://github.com/khushalp2004)

---

Top Contributors

[![actions-user](https://avatars.githubusercontent.com/u/65916846?v=4)](https://github.com/actions-user "actions-user (3 commits)")

### Embed Badge

![Health badge](/badges/khushalp2004-traceforge-php/health.svg)

```
[![Health](https://phpackages.com/badges/khushalp2004-traceforge-php/health.svg)](https://phpackages.com/packages/khushalp2004-traceforge-php)
```

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.2k543.5M2.7k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k46](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.3M47](/packages/tencentcloud-tencentcloud-sdk-php)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

293.1k](/packages/eslazarev-wildberries-sdk)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k16](/packages/tempest-framework)[files.com/files-php-sdk

Files.com PHP SDK

2481.1k](/packages/filescom-files-php-sdk)

PHPackages © 2026

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