Download the PHP package alibori/laravel-jira-package without Composer
On this page you can find all versions of the php package alibori/laravel-jira-package. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download alibori/laravel-jira-package
More information about alibori/laravel-jira-package
Files in alibori/laravel-jira-package
Package laravel-jira-package
Short Description Package to interact with Jira within your Laravel' application
License MIT
Homepage https://github.com/alibori/laravel-jira-package
Informations about the package laravel-jira-package
Laravel Jira Package
This package is a wrapper for the Jira API. It allows you to interact with Jira within your Laravel application.
Requirements
You need to have a Jira account with a PAT (Personal Access Token) to use this package.
Installation
You can install the package via composer:
You can publish the config file with:
Configuration
To make the package work, you need to add your Jira credentials to the config file. You can find the config file in config/jira.php
.
Usage
Changelog
Please see CHANGELOG for more information on what has changed recently.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-jira-package with dependencies
guzzlehttp/guzzle Version ^7.5
spatie/laravel-package-tools Version ^1.14.0