This Atlassian SDK developed by Encore Digital Group provides a strongly typed method of interacting with Atlassian Products.
Aside from Encore Digital Group, some notable users of this SDK are:
The Atlassian SDK was originally built for use with Laravel only, but now it can be used in any framework, or no framework thanks to PHPGenesis.
Atlassian offers a number of cloud products, this SDK includes:
- Jira Cloud
- More Upon Request or PR
To install the Atlassian SDK, you can use Composer:
composer require encoredigitalgroup/atlassian-sdk
This SDK is built with backwards compatibility in mind. Encore Digital Group follows the Semantic Versioning standard with a few exceptions:
- We will not bump the major version for a breaking change if the current major version is
0
. Instead, we will bump the minor version. - We will not bump the major version for a breaking change if the breaking change is a result of a bug fix.
- Classes marked as
@internal
are not considered part of the public API and may change at any time. - Classes marked as
@experimental
are not considered stable and may change at any time.
License information can be found here file.