Download the PHP package stingus/jira-bundle without Composer
On this page you can find all versions of the php package stingus/jira-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download stingus/jira-bundle
More information about stingus/jira-bundle
Files in stingus/jira-bundle
Download stingus/jira-bundle
More information about stingus/jira-bundle
Files in stingus/jira-bundle
Vendor stingus
Package jira-bundle
Short Description Symfony bundle for applications used as Jira consumers, providing Oauth 1.0a integration
License MIT
Homepage http://tbd
Package jira-bundle
Short Description Symfony bundle for applications used as Jira consumers, providing Oauth 1.0a integration
License MIT
Homepage http://tbd
Please rate this library. Is it a good library?
Informations about the package jira-bundle
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.
All versions of jira-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.0
ext-openssl Version *
ext-json Version *
symfony/framework-bundle Version ^3.4
guzzlehttp/guzzle Version ^6.2
guzzlehttp/oauth-subscriber Version ^0
ext-openssl Version *
ext-json Version *
symfony/framework-bundle Version ^3.4
guzzlehttp/guzzle Version ^6.2
guzzlehttp/oauth-subscriber Version ^0
The package stingus/jira-bundle contains the following files
Loading the files please wait ....