PHPackages                             senikz/whmcs-sentry-integrations - 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. senikz/whmcs-sentry-integrations

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

senikz/whmcs-sentry-integrations
================================

Provides the simplest way to integrate your WHMCS project with Sentry

0.1(8y ago)44471[1 issues](https://github.com/senikz/whmcs-sentry-integrations/issues)MITPHP

Since Jul 21Pushed 8y ago1 watchersCompare

[ Source](https://github.com/senikz/whmcs-sentry-integrations)[ Packagist](https://packagist.org/packages/senikz/whmcs-sentry-integrations)[ RSS](/packages/senikz-whmcs-sentry-integrations/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)Dependencies (1)Versions (5)Used By (0)

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

[](#installation)

> Since the WHMCS is developed using a composer but without its configuration json file, there is no availability to use `vendor` folder for composer. Therefore we will add `custom` folder inside the `vendor` and use it for our composer by adding `vendor-dir` option.

Step-by-step actions to run composer over WHMCS in subfolder:

1. Install [Composer](https://getcomposer.org/)
2. Run `cumposer init` to create composer.json file
3. Add `"vendor-dir": "vendor/custom"` into composer.json
4. Create folder `/vendor/custom`
5. Add the line below into the 5th line of `/vendor/autoload.php`

```
require __DIR__ . '/custom/autoload.php';

```

After that it becomes possible to install Sentry Integration. To do this run the next command:

```
composer require senikz/whmcs-sentry-integrations
```

Configuration
-------------

[](#configuration)

1. Turn On 'exceptions interceptor'. To do this modify the `use` block of the file `/vendor/filp/whoops/src/Whoops/Exception/ErrorException.php` by changing `use ErrorException` to `use \WhmcsSI\Exception\ErrorException`.
2. Put the lines below into `/configuration.php` file: ```
    $sentry_enable = true;
    $sentry_project_link = '';

    ```
3. Optionally you can also put the next lines too:

```
$project_environment = '';
$project_version = '';

```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance15

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity56

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

4

Last Release

3214d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/144623152?v=4)[senikz](/maintainers/senikz)[@Senikz](https://github.com/Senikz)

---

Top Contributors

[![zolo2hin](https://avatars.githubusercontent.com/u/8624780?v=4)](https://github.com/zolo2hin "zolo2hin (7 commits)")

### Embed Badge

![Health badge](/badges/senikz-whmcs-sentry-integrations/health.svg)

```
[![Health](https://phpackages.com/badges/senikz-whmcs-sentry-integrations/health.svg)](https://phpackages.com/packages/senikz-whmcs-sentry-integrations)
```

###  Alternatives

[sentry/sentry-laravel

Laravel SDK for Sentry (https://sentry.io)

1.3k114.3M154](/packages/sentry-sentry-laravel)[sentry/sentry-symfony

Symfony integration for Sentry (http://getsentry.com)

73761.4M65](/packages/sentry-sentry-symfony)[sentry/sdk

This is a meta package of sentry/sentry. We recommend using sentry/sentry directly.

327134.8M151](/packages/sentry-sdk)[justbetter/magento2-sentry

Magento 2 Logger for Sentry

1851.5M3](/packages/justbetter-magento2-sentry)[stayallive/wp-sentry

A (unofficial) WordPress plugin to report PHP and JavaScript errors to Sentry.

379197.9k](/packages/stayallive-wp-sentry)[bgalati/monolog-sentry-handler

Sentry handler for PHP SDK v2/v3

60837.4k4](/packages/bgalati-monolog-sentry-handler)

PHPackages © 2026

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