PHPackages                             hoho5000/monolog-jira-handler - 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. hoho5000/monolog-jira-handler

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

hoho5000/monolog-jira-handler
=============================

Jira handler for monolog

0.4.0(5y ago)061MITPHPPHP ^7.1.3

Since Feb 22Pushed 5y agoCompare

[ Source](https://github.com/Hoho5000/monolog-jira-handler)[ Packagist](https://packagist.org/packages/hoho5000/monolog-jira-handler)[ RSS](/packages/hoho5000-monolog-jira-handler/feed)WikiDiscussions master Synced 3d ago

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

JIRA Handler for Monolog
========================

[](#jira-handler-for-monolog)

[![Build Status](https://camo.githubusercontent.com/2efb64fd0d4fa708e431a2a12ad1d086b4a3fe65ea0a041b180dfac396f5381e/68747470733a2f2f7472617669732d63692e636f6d2f486f686f353030302f6d6f6e6f6c6f672d6a6972612d68616e646c65722e7376673f6272616e63683d6d6173746572)](https://travis-ci.com/Hoho5000/monolog-jira-handler)

Introduction
------------

[](#introduction)

This handler will write the logs to a JIRA instance. The handler will calculate a hash over the log-data except time sensitive data. It then will query the JIRA REST API to determe if there is already a JIRA Issue with the corresponding hash. If so, the handler will do nothing. If there is no issue matching the hash the handler will create a new issue with the content of the log entry.

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

[](#installation)

You can install it through [Composer](https://getcomposer.org):

```
$ composer require hoho5000/monolog-jira-handler
```

Usage
-----

[](#usage)

With this setup each log entry is transmitted to JIRA.

```
