PHPackages                             tendersrl/bugsnag-deployer-recipe - 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. [Debugging &amp; Profiling](/categories/debugging)
4. /
5. tendersrl/bugsnag-deployer-recipe

ActiveLibrary[Debugging &amp; Profiling](/categories/debugging)

tendersrl/bugsnag-deployer-recipe
=================================

Simple package to set your app version on Bugsnag when deploying

v1.0.1(4y ago)07.8k↓100%1MITPHPPHP ^7.2.5|^8.0

Since Jul 1Pushed 4y agoCompare

[ Source](https://github.com/tendersrl/bugsnag-deployer-recipe)[ Packagist](https://packagist.org/packages/tendersrl/bugsnag-deployer-recipe)[ Docs](https://github.com/tendersrl/bugsnag-deployer-recipe)[ RSS](/packages/tendersrl-bugsnag-deployer-recipe/feed)WikiDiscussions master Synced 1mo ago

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

Version
=======

[](#version)

### Simple package to set your app version on Bugsnag in Laravel project when deploying

[](#simple-package-to-set-your-app-version-on-bugsnag-in-laravel-project-when-deploying)

[![Latest Version on Packagist](https://camo.githubusercontent.com/d9a3bacf01b1f46d939001ad1090af9f214573217c8989669ff950202d766464/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f74656e64657273726c2f627567736e61672d6465706c6f7965722d7265636970652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/tendersrl/bugsnag-deployer-recipe)[![Build Status](https://camo.githubusercontent.com/bcac97d9ccebbe3ea885593382853ee4ed91b0d3e005d2c5c890c69515d131b8/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f636f6d2f74656e64657273726c2f627567736e61672d6465706c6f7965722d7265636970652f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.com/tendersrl/bugsnag-deployer-recipe)[![StyleCI](https://camo.githubusercontent.com/e4bd61dce9c5f349ee3d4ba4999b95cce8becec8384ebcb19c0e01a90dec6e5d/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3232323437303934362f736869656c643f6272616e63683d6d6173746572)](https://github.styleci.io/repos/222470946)[![MIT licensed](https://camo.githubusercontent.com/0149acc295c369e354c7e69ee901d385d0a1a1a1141098e5b1985aa367fe2e27/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f74656e64657273726c2f627567736e61672d6465706c6f7965722d7265636970653f7374796c653d666c61742d737175617265)](https://img.shields.io/github/license/tendersrl/bugsnag-deployer-recipe)[![Total Downloads](https://camo.githubusercontent.com/05bd75602a130de9432283be2293db29a4bdb9917164693c580ed2e93d9eca8f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f74656e64657273726c2f627567736e61672d6465706c6f7965722d7265636970652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/tendersrl/bugsnag-deployer-recipe)

Description
-----------

[](#description)

This package provides a Deployer recipe to let you call Bugsnag `php artisan bugsnag:deploy` command in your Laravel project when deploying.

Install
-------

[](#install)

Via Composer

```
$ composer require tendersrl/bugsnag-deployer-recipe
```

Usage
-----

[](#usage)

Add in your AppServiceProvider the app version ti report on Bugsnag, as described in [Bugsnag documentation](https://docs.bugsnag.com/platforms/php/laravel/#tracking-releases)

```
public function boot()
{
    Bugsnag::setAppVersion('v1.2.3');
}
```

**Note** You don't need to register the `DeployCommand` command in your `app/Console/Kernel.php` file as this package do that for you.

Lastly import the Recipe `vendor/tendersrl/bugsnag-deployer-recipe/recipes/BugsnagRecipe.php` in your `deployer.php` file

```
require 'vendor/tendersrl/bugsnag-deployer-recipe/recipes/BugsnagRecipe.php';
```

and add the task `artisan:bugsnag:deploy` as your last task (after deploy is done).

```
after('your:last:task', 'artisan:bugsnag:deploy');
```

Minimum requirements
--------------------

[](#minimum-requirements)

- Laravel 5.5
- PHP 7.0

License
-------

[](#license)

This package is licensed under the MIT License

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

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

1776d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/20d60ffeb4ab45c8fd475a3fed26de965c51ef9b3f859aecf6d50bccd83da486?d=identicon)[andrecolza](/maintainers/andrecolza)

---

Top Contributors

[![andrecolza](https://avatars.githubusercontent.com/u/58806953?v=4)](https://github.com/andrecolza "andrecolza (2 commits)")

---

Tags

laravelversioningversion

### Embed Badge

![Health badge](/badges/tendersrl-bugsnag-deployer-recipe/health.svg)

```
[![Health](https://phpackages.com/badges/tendersrl-bugsnag-deployer-recipe/health.svg)](https://phpackages.com/packages/tendersrl-bugsnag-deployer-recipe)
```

###  Alternatives

[pragmarx/version

Take control over your Laravel app version

5921.2M2](/packages/pragmarx-version)[proai/eloquent-versioning

An extension for the Eloquent ORM to support versioning.

7125.9k](/packages/proai-eloquent-versioning)

PHPackages © 2026

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