PHPackages                             alpixel/jirabundle - 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. alpixel/jirabundle

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

alpixel/jirabundle
==================

Connect your application to your Jira API

08[1 PRs](https://github.com/alpixel/AlpixelJiraBundle/pulls)PHP

Since Jan 9Pushed 9y ago2 watchersCompare

[ Source](https://github.com/alpixel/AlpixelJiraBundle)[ Packagist](https://packagist.org/packages/alpixel/jirabundle)[ RSS](/packages/alpixel-jirabundle/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (2)Used By (0)

AlpixelJiraBundle (WIP Do not use in production)
================================================

[](#alpixeljirabundle-wip-do-not-use-in-production)

🍜 Query your Jira installation

Installation &amp; Configuration
--------------------------------

[](#installation--configuration)

Active the bundle by add these line in your `AppKernel.php`

```
public function registerBundles()
{
    $bundles = [
      new Alpixel\Bundle\JiraBundle\AlpixelJiraBundle(),
    ];
}

```

Then in your `config.yml`

```
alpixel_jira:
    base_url: 'http://my.jira.fr/rest/api/2/'
    auth:
        method:
            basic:
                username: MyUsername
                password: MyPassword

```

Only the basic authentication is available for now.

How to use
----------

[](#how-to-use)

You need to use the service `alpixel_jira.api`

Example :

```
  # MyAwesomeController.php
  ....
  public function apiAction() {
    $jira = $this->get('alpixel_jira.api';
    $response = $jira->get('/mypermission');
    $data = $response->getData();

    $response = $jira->search('(status=resolved AND project=SysAdmin) OR assignee=bobsmith', [
        'orderBy' => 'name',
    ]);
    $data = $response->getData();
  }

```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 70% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/93763167?v=4)[gouaille](/maintainers/gouaille)[@GOUAILLE](https://github.com/GOUAILLE)

---

Top Contributors

[![benjamin-hubert](https://avatars.githubusercontent.com/u/210580?v=4)](https://github.com/benjamin-hubert "benjamin-hubert (7 commits)")[![AlexBDev](https://avatars.githubusercontent.com/u/10567066?v=4)](https://github.com/AlexBDev "AlexBDev (3 commits)")

### Embed Badge

![Health badge](/badges/alpixel-jirabundle/health.svg)

```
[![Health](https://phpackages.com/badges/alpixel-jirabundle/health.svg)](https://phpackages.com/packages/alpixel-jirabundle)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

94452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
