2017 © Pedro Peláez
 

library bugsnag-deploy

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

image

camc/bugsnag-deploy

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

  • Wednesday, May 4, 2016
  • by splatEric
  • Repository
  • 1 Watchers
  • 0 Stars
  • 202 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

bugsnag-deploy

Simple package to provide Laravel 5 artisan command to trigger deployment notifications to bugsnag., (*1)

Requirements

This package is only of any use to users of Bugsnag. Instructions for Laravel Bugsnag integration are available through their github package., (*2)

Installation

Use composer to install this package:, (*3)

composer require camc/bugsnag-deploy, (*4)

Then add the Service Provider to your app configuration, (*5)

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

About

The aim of this package is to provide a simple integration tool with the Bugsnag Deploy Api, pulling information from the Laravel configuration/environment as much as possible to ensure accurate data is passed to the API., (*6)

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., (*7)

Usage

This package provides a single artisan command:, (*8)

php artisan bugsnag:notify --help, (*9)

Will provide details of current options, (*10)

TODO

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

The Versions

04/05 2016

dev-master

9999999-dev

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

  Sources   Download

MIT

by Mike Smith

04/05 2016

v0.9.2

0.9.2.0

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

  Sources   Download

MIT

by Mike Smith

29/04 2016

0.9.1

0.9.1.0

Simple package to provide artisan command to trigger deployment notifications to bugsnag

  Sources   Download

MIT

by Mike Smith

29/04 2016

0.9.0-alpha

0.9.0.0-alpha

Simple package to provide artisan command to trigger deployment notifications to bugsnag

  Sources   Download

MIT

by Mike Smith