Download the PHP package rjvandoesburg/laravel-jira-webhook without Composer
On this page you can find all versions of the php package rjvandoesburg/laravel-jira-webhook. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download rjvandoesburg/laravel-jira-webhook
More information about rjvandoesburg/laravel-jira-webhook
Files in rjvandoesburg/laravel-jira-webhook
Package laravel-jira-webhook
Short Description An endpoint for your Laravel application to listen to Atlassian's Jira webhook events
License MIT
Informations about the package laravel-jira-webhook
Add a Jira webhook endpoint to your Laravel 5 application
This package adds a route to your laravel application to handle the webhook events sent by Jira
Install
You can install the package via composer:
You must install this service provider:
If you're planning on linking your own events you must publish the config file with this command:
A file named jira-webhook.php
will be created in the config directory under the folder atlassian
.
The options you can set are as followed key
is the dispatched event by Jira and the value
is the event class to fire.
By default all events have a data
property that holds the data sent by Jira.
Usage
To handle the events you need to either register listeners to you EventServiceProvider or listen to the events manually. Please see https://laravel.com/docs/events#defining-listeners for more information.
Credits
License
The MIT License (MIT). Please see License File for more information.
To do
- Make url configurable
- Catch All events Available events
- Implement broadcasting events
All versions of laravel-jira-webhook with dependencies
illuminate/support Version ^5.3|^6.0
illuminate/events Version ^5.3|^6.0
illuminate/http Version ^5.3|^6.0
illuminate/container Version ^5.3|^6.0
illuminate/config Version ^5.3|^6.0