PHPackages                             hgtan/jira-rest-api-bundle - 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. hgtan/jira-rest-api-bundle

ActiveSymfony-bundle[API Development](/categories/api)

hgtan/jira-rest-api-bundle
==========================

Hello Jira REST API Bundle

08PHP

Since Jul 23Pushed 10y ago1 watchersCompare

[ Source](https://github.com/FriendsOfBundle/HelloJiraRestApiBundle)[ Packagist](https://packagist.org/packages/hgtan/jira-rest-api-bundle)[ RSS](/packages/hgtan-jira-rest-api-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

HelloJiraRestApiBundle
======================

[](#hellojirarestapibundle)

[![Latest Stable Version](https://camo.githubusercontent.com/ba3249edfe7f3de36bea77cde3b3461306803d0283a06a2e3db435fb08c2c573/68747470733a2f2f706f7365722e707567782e6f72672f686774616e2f6a6972612d726573742d6170692d62756e646c652f762f737461626c65)](https://packagist.org/packages/hgtan/jira-rest-api-bundle)[![Total Downloads](https://camo.githubusercontent.com/d6a15baedede3ad186e72101663a613e12b71293290310ac1f9843b326af3783/68747470733a2f2f706f7365722e707567782e6f72672f686774616e2f6a6972612d726573742d6170692d62756e646c652f646f776e6c6f616473)](https://packagist.org/packages/hgtan/jira-rest-api-bundle)[![Latest Unstable Version](https://camo.githubusercontent.com/cb428ca5ee6a810fcf9e1f1bb2e7bf2a5e2cf29dc25d9ee55872ad477350db72/68747470733a2f2f706f7365722e707567782e6f72672f686774616e2f6a6972612d726573742d6170692d62756e646c652f762f756e737461626c65)](https://packagist.org/packages/hgtan/jira-rest-api-bundle)[![License](https://camo.githubusercontent.com/89d067d85b3014f297bcbdf7b154530bb927c49b6b07fe0732567b0cd84212fb/68747470733a2f2f706f7365722e707567782e6f72672f686774616e2f6a6972612d726573742d6170692d62756e646c652f6c6963656e7365)](https://packagist.org/packages/hgtan/jira-rest-api-bundle)

[![Build Status](https://camo.githubusercontent.com/fe74d7e871b68f3d98ddcf12efd2b8d70c0190d47f57cae4a2cec222cb0ab658/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f467269656e64734f6642756e646c652f48656c6c6f4a6972615265737441706942756e646c652e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/FriendsOfBundle/HelloJiraRestApiBundle)[![Coverage Status](https://camo.githubusercontent.com/d114667c21ab75462b9db7d126409b03588ba6ba9f10961cdf1686dccfe62054/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f467269656e64734f6642756e646c652f48656c6c6f4a6972615265737441706942756e646c652e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/FriendsOfBundle/HelloJiraRestApiBundle/code-structure)[![Quality Score](https://camo.githubusercontent.com/43103c25efc6a4b628627e8f4ae02d803b0ee691ffd1a11ff314a1e8a14637a2/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f467269656e64734f6642756e646c652f48656c6c6f4a6972615265737441706942756e646c652e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/FriendsOfBundle/HelloJiraRestApiBundle)[![HHVM Status](https://camo.githubusercontent.com/8728c4a9d6f37869a7f5d93e7f23a46ac44d1f51c968d6a55134b9ac5b3bbcb3/68747470733a2f2f696d672e736869656c64732e696f2f6868766d2f686774616e2f6a6972612d726573742d6170692d62756e646c652e7376673f7374796c653d666c61742d737175617265)](http://hhvm.h4cc.de/package/hgtan/jira-rest-api-bundle)

[![SensioLabsInsight](https://camo.githubusercontent.com/9a65dbbf55f90ffe49e4e743a62ec55df5ec89ca21c60a383f4e41ed36834545/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f33353864313464322d306538352d346630312d626562382d3361396562383832633433382f6269672e706e67)](https://insight.sensiolabs.com/projects/358d14d2-0e85-4f01-beb8-3a9eb882c438)

Just a simple example bundle using JIRA REST API PHP Library and the following Bundles:

- [JIRA Rest API for Symfony2](https://github.com/BlueTeaNL/JIRA-Rest-API-Bundle)

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

[](#installation)

### Step 1: Using Composer

[](#step-1-using-composer)

composer.json

```
    php composer.phar require hgtan/jira-rest-api-bundle:dev-master
```

### Step 2 : Register the bundle

[](#step-2--register-the-bundle)

Then register the bundle with your kernel:

```
