PHPackages                             cybercog/youtrack-php-sdk - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. cybercog/youtrack-php-sdk

AbandonedArchivedLibrary[HTTP &amp; Networking](/categories/http)

cybercog/youtrack-php-sdk
=========================

PHP YouTrack Software Development Kit.

5.0.0(2y ago)84.0k1[1 issues](https://github.com/cybercog/youtrack-php-sdk/issues)MITPHPPHP ^8.1

Since May 22Pushed 2y ago1 watchersCompare

[ Source](https://github.com/cybercog/youtrack-php-sdk)[ Packagist](https://packagist.org/packages/cybercog/youtrack-php-sdk)[ Docs](https://komarev.com/sources/php-youtrack-sdk)[ Fund](https://paypal.me/antonkomarev)[ RSS](/packages/cybercog-youtrack-php-sdk/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (7)Dependencies (5)Versions (8)Used By (0)

PHP YouTrack SDK
================

[](#php-youtrack-sdk)

[![cog-php-youtrack-sdk](https://user-images.githubusercontent.com/1849174/34457240-d09cd03e-edbb-11e7-8deb-27dfd056fc73.png)](https://user-images.githubusercontent.com/1849174/34457240-d09cd03e-edbb-11e7-8deb-27dfd056fc73.png)

[![StyleCI](https://camo.githubusercontent.com/332c8339e86b3092e9bb713ed5e9fdab6660e90d59e5a720f0b52042bb0e22d2/68747470733a2f2f7374796c6563692e696f2f7265706f732f39313735343135372f736869656c64)](https://styleci.io/repos/91754157)[![Code Climate](https://camo.githubusercontent.com/9873f82f535400368c07a28d17663200d4fd5a42083c7ddc69f5fdf3158a1e0c/68747470733a2f2f696d672e736869656c64732e696f2f636f6465636c696d6174652f6769746875622f6379626572636f672f796f75747261636b2d7068702d73646b2e7376673f7374796c653d666c61742d737175617265)](https://codeclimate.com/github/cybercog/youtrack-php-sdk)[![Releases](https://camo.githubusercontent.com/b27201fb15dc2efcfdd4f45be5754d709a3c78620fd17002536582dc78ff7709/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f6379626572636f672f796f75747261636b2d7068702d73646b2e7376673f7374796c653d666c61742d737175617265)](https://github.com/cybercog/youtrack-php-sdk/releases)[![License](https://camo.githubusercontent.com/ad7d7de62722bf0413eca284a6045dec713c5e9de136c3deeae6a86e8691a6ee/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6379626572636f672f796f75747261636b2d7068702d73646b2e7376673f7374796c653d666c61742d737175617265)](https://github.com/cybercog/youtrack-php-sdk/blob/master/LICENSE)

Introduction
------------

[](#introduction)

YouTrack PHP Software Development Kit provides set of tools to interact with [JetBrains YouTrack Issue Tracking and Project Management software](https://www.jetbrains.com/youtrack/).

Contents
--------

[](#contents)

- [Features](#features)
- [Requirements](#requirements)
- [Provides packages](#provides-packages)
- [Frameworks support](#frameworks-support)
- [Installation](#installation)
- [Usage](#usage)
    - [API client](#api-client)
- [Change log](#change-log)
- [Contributing](#contributing)
- [Testing](#testing)
- [Security](#security)
- [Contributors](#contributors)
- [Alternatives](#alternatives)
- [License](#license)
- [About CyberCog](#about-cybercog)

Features
--------

[](#features)

- Framework agnostic.
- Using contracts to keep high customization capabilities.
- YouTrack Entities with relationships.
- Multiple authorization strategies: Token, Cookie.
- Following PHP Standard Recommendations:
    - [PSR-1 (Basic Coding Standard)](http://www.php-fig.org/psr/psr-1/).
    - [PSR-2 (Coding Style Guide)](http://www.php-fig.org/psr/psr-2/).
    - [PSR-4 (Autoloading Standard)](http://www.php-fig.org/psr/psr-4/).
    - [PSR-7 (HTTP Message Interface)](http://www.php-fig.org/psr/psr-7/).
- Covered with unit tests.

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

[](#requirements)

- YouTrack &gt;= 3.0 with REST-API enabled (always enabled, by default)
- PHP &gt;= 8.1
- Guzzle HTTP Client &gt;= 7.0

Provides packages
-----------------

[](#provides-packages)

- [YouTrack REST API PHP Client](https://github.com/cybercog/youtrack-rest-php#readme) maintained by [Anton Komarev](https://komarev.com).

**Haven't found required functionality? [We are open](CONTRIBUTING.md) for Pull Requests!**

Frameworks support
------------------

[](#frameworks-support)

PHP YouTrack SDK is framework agnostic package and could be easily used in any PHP framework you want.

### Framework integrations list

[](#framework-integrations-list)

- [Laravel YouTrack SDK](https://github.com/cybercog/laravel-youtrack-sdk#readme) maintained by [Anton Komarev](https://komarev.com).

**Haven't found your favorite framework in the list? [We are open](CONTRIBUTING.md) for Pull Requests!**

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

[](#installation)

The preferred method is via [composer](https://getcomposer.org). Follow the [installation instructions](https://getcomposer.org/doc/00-intro.md) if you do not already have composer installed.

Once composer is installed, execute the following command in your project root to install this library:

```
composer require cybercog/youtrack-php-sdk
```

### Without framework

[](#without-framework)

Be sure to include the autoloader in your project:

```
require_once '/path/to/your-project/vendor/autoload.php';
```

Usage
-----

[](#usage)

### API client

[](#api-client)

[YouTrack REST API PHP Client package documentation](https://github.com/cybercog/youtrack-php-sdk/wiki/PHP-YouTrack-REST).

Change log
----------

[](#change-log)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Testing
-------

[](#testing)

Run the tests in terminal with:

```
composer test
```

Security
--------

[](#security)

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

Contributors
------------

[](#contributors)

[![@antonkomarev](https://avatars.githubusercontent.com/u/1849174?s=110)
Anton Komarev](https://github.com/antonkomarev)[PHP YouTrack SDK contributors list](../../contributors)

Alternatives
------------

[](#alternatives)

*Feel free to add more alternatives as Pull Request.*

License
-------

[](#license)

- `PHP YouTrack SDK` package is open-sourced software licensed under the [MIT License](LICENSE) by [Anton Komarev](https://komarev.com).

About CyberCog
--------------

[](#about-cybercog)

[CyberCog](https://cybercog.su) is a Social Unity of enthusiasts. Research best solutions in product &amp; software development is our passion.

- [Follow us on Twitter](https://twitter.com/cybercog)
- [Read our articles on Medium](https://medium.com/cybercog)

[![CyberCog](https://cloud.githubusercontent.com/assets/1849174/18418932/e9edb390-7860-11e6-8a43-aa3fad524664.png)](https://cybercog.su)

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity77

Established project with proven stability

 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 ~411 days

Recently: every ~588 days

Total

7

Last Release

808d ago

Major Versions

1.0.0 → 2.0.02017-08-27

2.0.0 → 3.0.02017-09-13

3.0.0 → 4.0.02017-11-19

4.0.2 → 5.0.02024-02-22

PHP version history (3 changes)1.0.0PHP ^7.1

4.0.2PHP ^7.1|^8.0

5.0.0PHP ^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/b3fddc40462126bbc119e373ed6a3f942a90a400f30c076c447c0625b841c4ef?d=identicon)[antonkomarev](/maintainers/antonkomarev)

---

Top Contributors

[![antonkomarev](https://avatars.githubusercontent.com/u/1849174?v=4)](https://github.com/antonkomarev "antonkomarev (37 commits)")

---

Tags

api-clientbugtrackercogcybercogframework-agnosticissue-trackerjetbrainslaravelphpphp-sdksdkyoutrackyoutrack-rest-phpapiclientlaravelsdkrestjetbrainsframework agnosticcogpmticketscybercoghelpdeskyoutrackissuesbugtrackeryt

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/cybercog-youtrack-php-sdk/health.svg)

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

###  Alternatives

[cybercog/youtrack-rest-php

YouTrack REST API PHP Client.

37149.2k3](/packages/cybercog-youtrack-rest-php)[cristianpontes/zoho-crm-client-php

Provides a clean readable PHP API to the Zoho Rest API

5554.0k](/packages/cristianpontes-zoho-crm-client-php)[repat/plentymarkets-rest-client

REST Client for Plentymarkets

1510.0k](/packages/repat-plentymarkets-rest-client)[laragear/api-manager

Manage multiple REST servers to make requests in few lines and fluently.

161.8k](/packages/laragear-api-manager)

PHPackages © 2026

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