encoredigitalgroup / atlassian-sdk
Atlassian SDK
Installs: 2 147
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 1
Open Issues: 1
Requires
- php: ^8.3
- encoredigitalgroup/stdlib: ^1.6
- laravel/framework: ^10|^11
- phpgenesis/phpgenesis: ^0.2.29
Requires (Dev)
- larastan/larastan: ^2.9
- orchestra/testbench: ^9.1
- orchestra/workbench: ^9.1
- pestphp/pest: ^3.0
- phpstan/extension-installer: ^1.3
- rector/rector: ^1.0
- tightenco/duster: ^3.0
- tomasvotruba/cognitive-complexity: ^0.2.3
README
This Atlassian SDK developed by Encore Digital Group provides a strongly typed method of interacting with Atlassian Products.
Who Uses This SDK
Aside from Encore Digital Group, some notable users of this SDK are:
We Love Laravel
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.
What's Included
Atlassian offers a number of cloud products, this SDK includes:
- Jira Cloud
- More Upon Request or PR
Installation
To install the Atlassian SDK, you can use Composer:
composer require encoredigitalgroup/atlassian-sdk
Backwards Compatibility Promise
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
License information can be found here file.