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

ActiveLibrary[API Development](/categories/api)

tamert/youtrack-client
======================

A PHP YouTrack client library

v1.8.4(7y ago)021BSD-4-ClausePHPPHP &gt;=5.4

Since Sep 1Pushed 7y ago2 watchersCompare

[ Source](https://github.com/tamert/youtrack-client)[ Packagist](https://packagist.org/packages/tamert/youtrack-client)[ RSS](/packages/tamert-youtrack-client/feed)WikiDiscussions master Synced today

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

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

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

[![Build Status](https://camo.githubusercontent.com/6f6d9db2bacb8f83f3b844d3b5fe686e2ebe112367ae60ab90c90250ead48f21/68747470733a2f2f7472617669732d63692e6f72672f74616d6572742f796f75747261636b2d636c69656e742e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/tamert/youtrack-client)[![Packagist](https://camo.githubusercontent.com/9f3728bc0e0d6e7d649587a11d64c539d235e247019ca816b4de0f2434d77faa/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f74616d6572742f796f75747261636b2d636c69656e742e737667)](https://packagist.org/packages/tamert/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 and 7.3)
- curl
- simplexml
- json
- YouTrack 3.0+ with REST-API enabled (currently, the production system runs with YouTrack 2018.4)

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.

```
