PHPackages                             nepda/youtrack-client - 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. nepda/youtrack-client

AbandonedArchivedLibrary[API Development](/categories/api)

nepda/youtrack-client
=====================

A PHP YouTrack client library

v1.8.4(6y ago)24497.2k—6.3%32[1 PRs](https://github.com/nepda/youtrack-client/pulls)BSD-4-ClausePHPPHP &gt;=5.4

Since Sep 1Pushed 6y ago6 watchersCompare

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

READMEChangelogDependencies (6)Versions (47)Used By (0)

YouTrack Client PHP Library
===========================

[](#youtrack-client-php-library)

**Attention!**This library is based on the now-**deprecated** REST API for YouTrack. jetBrains has release a new version of their REST API. May be I'll create a new version of this library for the new API.

[![Build Status](https://camo.githubusercontent.com/645a31ca380d393644997c476fb2101a5ae843675087735cb3bb020354c15ba4/68747470733a2f2f7472617669732d63692e6f72672f6e657064612f796f75747261636b2d636c69656e742e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/nepda/youtrack-client)[![Packagist](https://camo.githubusercontent.com/eee3a28ea34e7a31ea9806d71c1f0cd5be64e06cc001025e1b1eb4eea010c65c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6e657064612f796f75747261636b2d636c69656e742e737667)](https://packagist.org/packages/nepda/youtrack-client)

The bugtracker [YouTrack](http://www.jetbrains.com/youtrack/) provides a [REST-API](https://www.jetbrains.com/help/youtrack/incloud/youtrack-rest-api-reference.html). Because a lot of web applications are written in [PHP](http://php.net) I decided to write a client library for it. To make it easier for developers to write connectors to YouTrack.

The initial development was sponsored by [Telematika GmbH](http://www.telematika.de). The current development is made by nepda.

The source of this library is released under the BSD license (see LICENSE for details).

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

[](#requirements)

- PHP &gt;= 5.4 (Tested with &gt;= 5.6, Travis runs tests with 5.4, 5.5, 5.6, 7.0, 7.1, 7.2, 7.3 and 7.4)
- curl
- simplexml
- json
- YouTrack 3.0+ with REST-API enabled (currently, the production system runs with YouTrack 2019.1)

Changelog
---------

[](#changelog)

Please look into CHANGELOG for a list of the past releases.

Usage
-----

[](#usage)

### With permanent token

[](#with-permanent-token)

Please look into [the YouTrack documentation](https://www.jetbrains.com/help/youtrack/incloud/Log-in-to-YouTrack.html) on how to create such a permanent token.

```
