PHPackages                             camc/bugsnag-deploy - 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. camc/bugsnag-deploy

ActiveLibrary

camc/bugsnag-deploy
===================

Simple package to provide a Laravel 5 artisan command to trigger deployment notifications to bugsnag

v0.9.2(10y ago)0455MITPHP

Since Apr 29Pushed 10y ago1 watchersCompare

[ Source](https://github.com/splatEric/bugsnag-deploy)[ Packagist](https://packagist.org/packages/camc/bugsnag-deploy)[ RSS](/packages/camc-bugsnag-deploy/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)DependenciesVersions (4)Used By (0)

bugsnag-deploy
==============

[](#bugsnag-deploy)

Simple package to provide Laravel 5 artisan command to trigger deployment notifications to bugsnag.

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

[](#requirements)

This package is only of any use to users of [Bugsnag](http://www.bugsnag.com). Instructions for Laravel Bugsnag integration are available through their [github package](https://github.com/bugsnag/bugsnag-laravel).

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

[](#installation)

Use composer to install this package:

`composer require camc/bugsnag-deploy`

Then add the Service Provider to your app configuration

```
'providers' => [
  ...
  Camc\BugsnagDeploy\BugsnagDeployServiceProvider::class,
  ...
]

```

About
-----

[](#about)

The aim of this package is to provide a simple integration tool with the [Bugsnag Deploy Api](https://bugsnag.com/docs/deploy-tracking-api), pulling information from the Laravel configuration/environment as much as possible to ensure accurate data is passed to the API.

It's very niche, and probably only useful to a handful of people. A lot of the motivation for developing it was actually for the experience of putting together Laravel a package.

Usage
-----

[](#usage)

This package provides a single artisan command:

`php artisan bugsnag:notify --help`

Will provide details of current options

### TODO

[](#todo)

- Some tests.
- Configuration of which API variables to pass (to prevent unnecessary defaults).
- Support for branch and repository attributes.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

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

Total

3

Last Release

3657d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/17a4aed22337e5f23eff29909a9fd1d0192208c058a687e34556068dd86adb16?d=identicon)[splatEric](/maintainers/splatEric)

---

Top Contributors

[![splatEric](https://avatars.githubusercontent.com/u/2445288?v=4)](https://github.com/splatEric "splatEric (11 commits)")

### Embed Badge

![Health badge](/badges/camc-bugsnag-deploy/health.svg)

```
[![Health](https://phpackages.com/badges/camc-bugsnag-deploy/health.svg)](https://phpackages.com/packages/camc-bugsnag-deploy)
```

PHPackages © 2026

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