stingus/jira-bundle
Composer 安装命令:
composer require stingus/jira-bundle
包简介
Symfony bundle for applications used as Jira consumers, providing Oauth 1.0a integration
关键字:
README 文档
README
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.
统计信息
- 总下载量: 3.04k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 5
- 点击次数: 4
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-06-19