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

ActiveLibrary[API Development](/categories/api)

coldbrain/youtrack-client
=========================

A PHP YouTrack client library

v1.0.10(10y ago)010BSD-4-ClausePHPPHP &gt;=5.4

Since Sep 1Pushed 10y ago1 watchersCompare

[ Source](https://github.com/Angerslave/youtrack)[ Packagist](https://packagist.org/packages/coldbrain/youtrack-client)[ RSS](/packages/coldbrain-youtrack-client/feed)WikiDiscussions master Synced 4w ago

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

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

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

[![Build Status](https://camo.githubusercontent.com/385ec91a16a6283f8c8654a5a55e81c3e7dd4ebc2a834a0deb65a5e2c2ef1353/68747470733a2f2f7472617669732d63692e6f72672f416e676572736c6176652f796f75747261636b2e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/Angerslave/youtrack)

The bugtracker [YouTrack](http://www.jetbrains.com/youtrack/) provides a [REST-API](http://confluence.jetbrains.com/display/YTD5/YouTrack+REST+API+Reference). 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.5, Travis runs tests with 5.4, 5.5 and 5.6)
- curl
- simplexml
- json
- YouTrack 3.0+ with REST-API enabled (currently, the production system runs with YouTrack 6.0)

Changelog
---------

[](#changelog)

### 2016-02-08 - v1.0.10

[](#2016-02-08---v1010)

- A lot of new methods added (updateIssue, deleteIssue, createAttachment, importAttachment, importLinks, importIssues, importWorkitems, getWorkitems)
- Merged #7 from REDLINK/fix-createIssue
- Merged #8 from REDLINK/replace-urlencode-with-rawurlencode
- Merged #9 from REDLINK/feature-createAttachment
- Merged #10 from REDLINK/set-mimetype
- Merged #12 from REDLINK/feature-newIssueMethods

### 2015-02-10 - v1.0.9

[](#2015-02-10---v109)

- Merged #6 'Fetch issues by filter only + with comments'. Thanks [@chabberwock](https://github.com/chabberwock)

(Please look into CHANGELOG for a complete list of the past releases)

Usage
-----

[](#usage)

```
