PHP Package: lesstif/php-jira-rest-client

PHP library for interacting with JIRA REST API efficiently, simplifying JIRA integration with PHP applications.

Current Version: 5.11.1
Last Updated: 2025-09-21
PHP Requirement: ^8.0
Dependencies:
guzzle/guzzle
phpunit/phpunit
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

The PHP JIRA REST Client library streamlines JIRA REST API interactions, enhancing functionality and efficiency for PHP developers. With this library, you can seamlessly integrate JIRA capabilities into your PHP applications, enabling streamlined project management and issue tracking.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 5.11.1

Download Download v5.11.1

Previous Versions

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/lesstif/php-jira-rest-client/5.11.1/loader.php';
require_once 'libs/guzzle/guzzle/7.10.0/loader.php';
require_once 'libs/sebastianbergmann/phpunit/12.4.1/loader.php';

use Lesstif\Jira\Client;
use Lesstif\Jira\Rest\Client;

$obj = new Client();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.