PHPackages                             samihsoylu/youtrack-api-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. samihsoylu/youtrack-api-php

ActiveLibrary[API Development](/categories/api)

samihsoylu/youtrack-api-php
===========================

YouTrack RestAPI library for PHP

v1.1.0(4y ago)424.7k↑50%Apache-2.0PHPPHP ^8.0

Since Apr 28Pushed 4y ago2 watchersCompare

[ Source](https://github.com/samihsoylu/youtrack-api-php)[ Packagist](https://packagist.org/packages/samihsoylu/youtrack-api-php)[ RSS](/packages/samihsoylu-youtrack-api-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (4)Versions (3)Used By (0)

YouTrack API PHP
================

[](#youtrack-api-php)

[![GitHub license](https://camo.githubusercontent.com/f563c21b92fce4f23905f32174013a39a19d4449468fa8c8e05fb597ecb161c4/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f73616d6968736f796c752f796f75747261636b2d6170692d7068703f7374796c653d666f722d7468652d6261646765)](https://github.com/samihsoylu/youtrack-api-php/blob/master/LICENSE)[![Packagist PHP Version Support](https://camo.githubusercontent.com/63e2a96234f091018ca49f9d4a6c75090dfefae0f2492b8a36fe7c4703e7a5e2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f73616d6968736f796c752f796f75747261636b2d6170692d7068703f7374796c653d666f722d7468652d6261646765)](https://camo.githubusercontent.com/63e2a96234f091018ca49f9d4a6c75090dfefae0f2492b8a36fe7c4703e7a5e2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f73616d6968736f796c752f796f75747261636b2d6170692d7068703f7374796c653d666f722d7468652d6261646765)[![GitHub release (latest by date)](https://camo.githubusercontent.com/1488ab5b5844f9c5e9fa17675368e36e25bf8c08c9d19354def177a59ab7e669/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f73616d6968736f796c752f796f75747261636b2d6170692d7068703f6c6162656c3d737461626c65267374796c653d666f722d7468652d6261646765)](https://camo.githubusercontent.com/1488ab5b5844f9c5e9fa17675368e36e25bf8c08c9d19354def177a59ab7e669/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f73616d6968736f796c752f796f75747261636b2d6170692d7068703f6c6162656c3d737461626c65267374796c653d666f722d7468652d6261646765)[![Packagist Downloads](https://camo.githubusercontent.com/18d31d1ba4e6e268ff965cc99c2fef348926e6804d5513d9c94cd4adae60457e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f73616d6968736f796c752f796f75747261636b2d6170692d7068703f7374796c653d666f722d7468652d6261646765)](https://camo.githubusercontent.com/18d31d1ba4e6e268ff965cc99c2fef348926e6804d5513d9c94cd4adae60457e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f73616d6968736f796c752f796f75747261636b2d6170692d7068703f7374796c653d666f722d7468652d6261646765)

This is an implementation for communicating with the JetBrains YouTrack RestAPI. This library covers basic resource calls available in the [YouTrack RestAPI docs](https://www.jetbrains.com/help/youtrack/devportal/api-resources.html). Using this library, you can create, update, delete issues in your YouTrack instance.

Feature highlights
------------------

[](#feature-highlights)

- Query YouTrack for information about projects, and issues.
- Create, update and delete issues.
- Add time spent to issues.

Requirements
------------

[](#requirements)

The YouTrack Rest API library requires the following in order to work properly:

- PHP 8.0.0 or later.
- [curl](https://www.php.net/manual/en/book.curl.php) (php extension)
- [json](https://www.php.net/manual/en/book.json.php) (php extension)
- [openssl](https://www.php.net/manual/en/book.openssl.php) (php extension)

Installation
------------

[](#installation)

```
composer require samihsoylu/youtrack-api-php
```

How to use?
-----------

[](#how-to-use)

Please look inside the [examples/ directory](https://github.com/samihsoylu/youtrack-api-php/tree/master/examples) for more information on how to use the api client.

This library has been tested in a YouTrack instance that has the following fields: Priority, Type, Assignee, State, and Estimation. These field names must exist in your YouTrack project for this library to work out of the box.

[![screenshot](https://camo.githubusercontent.com/1944d1ce08fe4b1eeec18528b08685a3f7b65b5046bf94c78aaa17b123031514/68747470733a2f2f6e6976616e6f2e6e6c2f646f776e6c6f6164732f796f75747261636b2d6669656c64732d6d656e752e706e67)](https://camo.githubusercontent.com/1944d1ce08fe4b1eeec18528b08685a3f7b65b5046bf94c78aaa17b123031514/68747470733a2f2f6e6976616e6f2e6e6c2f646f776e6c6f6164732f796f75747261636b2d6669656c64732d6d656e752e706e67)

Disclaimer
----------

[](#disclaimer)

YouTrack is a very customizable issue tracking system. This library will likely not function if you have customized your fields in your YouTrack instance. In order to make use of this library, you may have to fork this project and make adjustments to the Repository classes accordingly.

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity30

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~45 days

Total

2

Last Release

1800d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7b365b39ce2f7cf44f9d18c2f2d89ddf67cf090a8ad2aac95c7d29bd1106cd64?d=identicon)[SamihSoylu](/maintainers/SamihSoylu)

---

Top Contributors

[![samihsoylu](https://avatars.githubusercontent.com/u/7690781?v=4)](https://github.com/samihsoylu "samihsoylu (17 commits)")

---

Tags

youtrackyoutrack-api-phpyoutrack-rest-php

###  Code Quality

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/samihsoylu-youtrack-api-php/health.svg)

```
[![Health](https://phpackages.com/badges/samihsoylu-youtrack-api-php/health.svg)](https://phpackages.com/packages/samihsoylu-youtrack-api-php)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
