PHPackages                             bipinkareparambil/slack-bug-reporting - 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. bipinkareparambil/slack-bug-reporting

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

bipinkareparambil/slack-bug-reporting
=====================================

Slack Bug Reporting Laravel Package

1.0.2(2y ago)02.5k↓100%MITPHPPHP &gt;=7.4

Since Jul 8Pushed 11mo ago1 watchersCompare

[ Source](https://github.com/bipinks/slack-bug-reporting)[ Packagist](https://packagist.org/packages/bipinkareparambil/slack-bug-reporting)[ RSS](/packages/bipinkareparambil-slack-bug-reporting/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (1)Versions (5)Used By (0)

Slack Bug Reporting Package
===========================

[](#slack-bug-reporting-package)

This Laravel package allows you to report bugs to Slack for easy tracking and collaboration.

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

[](#installation)

To install the package, follow these steps:

1. Require the package using Composer:

    ```
    composer require bipinkareparambil/slack-bug-reporting
    ```
2. Set up the environment variable:

    In your .env file, add the following variable and set its value to the webhook URL of your Slack app

    ```
    SLACK_BUG_REPORTING_WEBHOOK="https://hooks.slack.com/services/{remaining_url_part}"
    ```

You're ready to use the Slack Bug Reporting package in your Laravel application!

Usage
=====

[](#usage)

To report bugs to Slack, you can use the SlackBugReportingService provided by the package. Here's an example of how to use it:

```
use BipinKareparambil\SlackBugReporting\SlackBugReportingService;

// Create an instance of the SlackBugReportingService
$slackBugReporting = new SlackBugReportingService();

// Send a bug report message
$message = "Bug report message...";
$response = $slackBugReporting->send($message);
```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance37

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

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

3

Last Release

1039d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/855a8f473fc829b74e0c333adc39bc1d501ec77964c686c2d294a2427e20fe42?d=identicon)[bipinks](/maintainers/bipinks)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/bipinkareparambil-slack-bug-reporting/health.svg)

```
[![Health](https://phpackages.com/badges/bipinkareparambil-slack-bug-reporting/health.svg)](https://phpackages.com/packages/bipinkareparambil-slack-bug-reporting)
```

###  Alternatives

[shlinkio/shlink

A self-hosted and PHP-based URL shortener application with CLI and REST interfaces

4.8k4.3k](/packages/shlinkio-shlink)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[dhlparcel/magento2-plugin

DHL Parcel plugin for Magento 2

11180.5k2](/packages/dhlparcel-magento2-plugin)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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