PHPackages                             masterarrow/laravel-jira-rest-client - 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. masterarrow/laravel-jira-rest-client

ActiveLibrary[API Development](/categories/api)

masterarrow/laravel-jira-rest-client
====================================

The aim of the package is to make it easier to communicate with the Jira

0.0.1(1y ago)0130MITPHPPHP &gt;=5.6.4

Since Jan 2Pushed 1y agoCompare

[ Source](https://github.com/masterarrow/laravel-jira-rest-client)[ Packagist](https://packagist.org/packages/masterarrow/laravel-jira-rest-client)[ RSS](/packages/masterarrow-laravel-jira-rest-client/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (3)Versions (2)Used By (0)

Jira API client for Laravel 5.4+
================================

[](#jira-api-client-for-laravel-54)

Perform various operations of [Jira APIs](https://developer.atlassian.com/cloud/jira/platform/rest/) with Laravel 5.4+

The aim of the package is to make it easier to communicate with the API. By default the response from the request is not altered in any way. By creating your own implementation or by using the simple helpers provided with the package you are able to integrate Jira the way you like.

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

[](#installation)

To get the latest version of `laravel-jira-rest-client`, run the following command

```
composer require masterarrow/laravel-jira-rest-client
```

Do note that not all methods have been implemented yet.

Laravel 5.5 uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider.

Laravel 5.4:
------------

[](#laravel-54)

If you don't use auto-discovery, add the ServiceProvider to the providers array in `config/app.php`

```
