Giter VIP home page Giter VIP logo

stingusjirabundle's Introduction

Build Status Code Climate Test Coverage

StingusJiraBundle

This bundle connects your Symfony application to one or more Atlassian JIRA instances, allowing you to make API requests to those instances.

When you should use this bundle

If you need to use the JIRA REST APIs for one or more JIRA instances, the bundle exposes all the methods needed to make API requests, using the OAuth 1.0a protocol.

When you should not use this bundle

This bundle is not using JIRA as an authentication provider for your application users. There are other solutions doing just that, like HWIOAuthBundle.

Features

  • SSL certificate generation
  • Get the OAuth tokens for each JIRA instance used in your application
  • OAuth authorization controller, dealing with the OAuth "dance" between your application (as a consumer) and the JIRA instance (as describe in the official JIRA docs)
  • JIRA API client, which can be used for all API requests sent to the JIRA instance
  • OAuth token storage (only Doctrine ORM for now). You can, however, manage the tokens by catching the Stingus/Jira/Event/OauthTokenGeneratedEvent

Prerequisites

  • PHP >= 7.0 (openssl extension required)
  • Symfony >= 3.4

Documentation

See the bundle documentation for installation and usage.

stingusjirabundle's People

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

yoan-durand

stingusjirabundle's Issues

Use bundle with Symfony 4

Hi,
right now it doesn't seem to be possible to install the bundle when using Symfony 4. When executing "composer require stingus/jira-bundle" the composer-error I'm getting is:

    - stingus/jira-bundle 1.0.2 requires symfony/framework-bundle ^3.4 -> no matching package found.
    - stingus/jira-bundle 1.0.1 requires symfony/framework-bundle ^3.3 -> no matching package found.
    - stingus/jira-bundle 1.0.0 requires symfony/framework-bundle ^3.3 -> no matching package found.
    - Installation request for stingus/jira-bundle ^1.0 -> satisfiable by stingus/jira-bundle[1.0.0, 1.0.1, 1.0.2].

Is there any chance to use the bundly with Symfony 4?
Thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.