PHPackages                             alibori/laravel-jira-package - 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. [API Development](/categories/api)
4. /
5. alibori/laravel-jira-package

ActiveLibrary[API Development](/categories/api)

alibori/laravel-jira-package
============================

Package to interact with Jira within your Laravel' application

v1.0.0(3y ago)111MITPHPPHP ^8.1

Since Mar 28Pushed 3y ago1 watchersCompare

[ Source](https://github.com/alibori/laravel-jira-package)[ Packagist](https://packagist.org/packages/alibori/laravel-jira-package)[ Docs](https://github.com/alibori/laravel-jira-package)[ RSS](/packages/alibori-laravel-jira-package/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (8)Versions (2)Used By (0)

Laravel Jira Package
====================

[](#laravel-jira-package)

[![Latest Version on Packagist](https://camo.githubusercontent.com/ef1cc7c1bd904ec1f1f1defcd00b57dbf81c6eb7ab5b1eb01423e05ce4972778/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f616c69626f72692f6c61726176656c2d6a6972612d7061636b6167652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/alibori/laravel-jira-package)[![PHPStan](https://github.com/alibori/laravel-jira-package/actions/workflows/phpstan.yml/badge.svg)](https://github.com/alibori/laravel-jira-package/actions/workflows/phpstan.yml)[![Total Downloads](https://camo.githubusercontent.com/9c68776addf4da98d1cca0f9c2e49832838898b9b514527d27377d9e8c17c030/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f616c69626f72692f6c61726176656c2d6a6972612d7061636b6167652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/alibori/laravel-jira-package)

This package is a wrapper for the Jira API. It allows you to interact with Jira within your Laravel application.

Requirements
------------

[](#requirements)

You need to have a Jira account with a PAT (Personal Access Token) to use this package.

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

[](#installation)

You can install the package via composer:

```
composer require alibori/laravel-jira-package --dev
```

You can publish the config file with:

```
php artisan vendor:publish --tag="jira-package-config"
```

Configuration
-------------

[](#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`.

```
