Download the PHP package spacetab-io/jira-sdk-php without Composer
On this page you can find all versions of the php package spacetab-io/jira-sdk-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package jira-sdk-php
Asynchronous PHP Jira SDK
Note: Until 1.0.0 version SDK is unstable and can be rewritten completely.
Install
Usage example
Simple methods which returns a promise
Methods with pagination which returns an iterator
Supported methods
Jira REST API Docs: https://docs.atlassian.com/software/jira/docs/api/REST/8.5.4/ and https://docs.atlassian.com/jira-software/REST/7.0.4
- Get issue
- Get worklog by issue
- JQL Search (with pagination support)
- Load worklogs by JQL request
- Get all projects
- Get one project
- Get all boards (agile)
- Get one board (agile)
- Get board sprints (agile)
- Get one sprint (agile)
License
The MIT License
Copyright © 2021 spacetab.io, Inc. https://spacetab.io
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
All versions of jira-sdk-php with dependencies
ext-json Version *
amphp/cache Version ^1.4
amphp/http-client Version ^4.5
kelunik/retry Version ^1.0
psr/log Version ^1.1