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

ActiveLibrary[API Development](/categories/api)

rjvandoesburg/laravel-jira-rest-client
======================================

3.2.1(4y ago)4562.0k—8.9%27[1 issues](https://github.com/rjvandoesburg/laravel-jira-rest-client/issues)[1 PRs](https://github.com/rjvandoesburg/laravel-jira-rest-client/pulls)1MITPHPPHP &gt;=5.6.4CI failing

Since Jan 29Pushed 2y ago5 watchersCompare

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

READMEChangelogDependencies (2)Versions (25)Used By (1)

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 rjvandoesburg/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`

```
