Download the PHP package devmoath/jira-php without Composer

On this page you can find all versions of the php package devmoath/jira-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package jira-php

GitHub Workflow Status (master) Total Downloads Latest Version License


Jira PHP is a supercharged PHP API client that allows you to interact with the Jira API and the Service Desk API.

Get Started

Requires PHP 8.1+

First, install devmoath/jira-php via the Composer package manager:

Then, interact with Jira's APIs:

Usage

Attachments Resource

get function

Retrieve the meta-data for an attachment.

response example

remove function

Remove an attachment.

response example

download function

Download an attachment content.

response example

Customers Resource

create function

Create a customer that is not associated with a service project.

response example

Groups Resource

create function

Create a group by given group parameter.

response example

remove function

Delete a group by given group parameter.

response example

getUsers function

Return a paginated list of users who are members of the specified group and its subgroups.

response example

addUser function

Add given user to a group.

response example

removeUser function

Remove given user from a group.

response example

Issues Resource

create function

Create an issue or a sub-task from a JSON representation.

response example

bulk function

Create issues or sub-tasks from a JSON representation.

response example

get function

Return a full representation of the issue for the given issue key.

response example

delete function

Delete an issue.

response example

edit function

Edit an issue from a JSON representation.

response example

archive function

Archive an issue.

response example

assign function

Assign an issue to a user.

response example

getComments function

Return all comments for an issue.

response example

addComment function

Add new comment to an issue.

response example

updateComment function

Update existing comment using its JSON representation.

response example

deleteComment function

Delete an existing comment.

response example

getComment function

Return a single comment.

response example

getTransitions function

Get a list of the transitions possible for this issue by the current user, along with fields that are required and their types.

response example

doTransition function

Perform a transition on an issue.

response example

attach function

Add one or more attachments to an issue.

response example

search function

Search for issues using JQL.

response example

Requests Resource

create function

Create a customer request in a service project.

response example

Users Resource

update function

Modify user.

response example

create function

Create user.

response example

remove function

Remove user and its references (like project roles associations, watches, history).

response example

get function

Return a user.

response example

Contributing

Thank you for considering contributing to the Jira PHP! The contribution guide can be found in the CONTRIBUTING.

Security Vulnerabilities

If you discover any security-related issues, please email [email protected] instead of using the issue tracker.

License

Jira PHP is an open-sourced software licensed under the MIT license.


All versions of jira-php with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1.0
guzzlehttp/guzzle Version ^7.5.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package devmoath/jira-php contains the following files

Loading the files please wait ....