{"id":29817104,"url":"https://github.com/cybercog/youtrack-php-sdk","last_synced_at":"2025-07-28T20:12:15.503Z","repository":{"id":56960704,"uuid":"91754157","full_name":"cybercog/youtrack-php-sdk","owner":"cybercog","description":"YouTrack PHP Software Development Kit provides set of tools to interact with JetBrains YouTrack.","archived":false,"fork":false,"pushed_at":"2024-02-22T15:35:32.000Z","size":35,"stargazers_count":8,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-18T15:05:36.092Z","etag":null,"topics":["api-client","bugtracker","cog","cybercog","framework-agnostic","issue-tracker","jetbrains","laravel","php","php-sdk","sdk","youtrack","youtrack-rest-php"],"latest_commit_sha":null,"homepage":"https://komarev.com/sources/php-youtrack-sdk","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cybercog.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"custom":"https://paypal.me/antonkomarev"}},"created_at":"2017-05-19T01:49:45.000Z","updated_at":"2023-08-26T13:55:03.000Z","dependencies_parsed_at":"2022-08-21T05:10:16.581Z","dependency_job_id":null,"html_url":"https://github.com/cybercog/youtrack-php-sdk","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/cybercog/youtrack-php-sdk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cybercog%2Fyoutrack-php-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cybercog%2Fyoutrack-php-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cybercog%2Fyoutrack-php-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cybercog%2Fyoutrack-php-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cybercog","download_url":"https://codeload.github.com/cybercog/youtrack-php-sdk/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cybercog%2Fyoutrack-php-sdk/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265863793,"owners_count":23840888,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api-client","bugtracker","cog","cybercog","framework-agnostic","issue-tracker","jetbrains","laravel","php","php-sdk","sdk","youtrack","youtrack-rest-php"],"created_at":"2025-07-28T20:12:14.709Z","updated_at":"2025-07-28T20:12:15.494Z","avatar_url":"https://github.com/cybercog.png","language":"PHP","funding_links":["https://paypal.me/antonkomarev"],"categories":[],"sub_categories":[],"readme":"# PHP YouTrack SDK\n\n![cog-php-youtrack-sdk](https://user-images.githubusercontent.com/1849174/34457240-d09cd03e-edbb-11e7-8deb-27dfd056fc73.png)\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://styleci.io/repos/91754157\"\u003e\u003cimg src=\"https://styleci.io/repos/91754157/shield\" alt=\"StyleCI\"\u003e\u003c/a\u003e\n\u003ca href=\"https://codeclimate.com/github/cybercog/youtrack-php-sdk\"\u003e\u003cimg src=\"https://img.shields.io/codeclimate/github/cybercog/youtrack-php-sdk.svg?style=flat-square\" alt=\"Code Climate\"\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/cybercog/youtrack-php-sdk/releases\"\u003e\u003cimg src=\"https://img.shields.io/github/release/cybercog/youtrack-php-sdk.svg?style=flat-square\" alt=\"Releases\"\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/cybercog/youtrack-php-sdk/blob/master/LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/github/license/cybercog/youtrack-php-sdk.svg?style=flat-square\" alt=\"License\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## Introduction\n\nYouTrack PHP Software Development Kit provides set of tools to interact with [JetBrains YouTrack Issue Tracking and Project Management software](https://www.jetbrains.com/youtrack/).\n\n## Contents\n\n- [Features](#features)\n- [Requirements](#requirements)\n- [Provides packages](#provides-packages)\n- [Frameworks support](#frameworks-support)\n- [Installation](#installation)\n- [Usage](#usage)\n    - [API client](#api-client)\n- [Change log](#change-log)\n- [Contributing](#contributing)\n- [Testing](#testing)\n- [Security](#security)\n- [Contributors](#contributors)\n- [Alternatives](#alternatives)\n- [License](#license)\n- [About CyberCog](#about-cybercog)\n\n## Features\n\n- Framework agnostic.\n- Using contracts to keep high customization capabilities.\n- YouTrack Entities with relationships.\n- Multiple authorization strategies: Token, Cookie.\n- Following PHP Standard Recommendations:\n  - [PSR-1 (Basic Coding Standard)](http://www.php-fig.org/psr/psr-1/).\n  - [PSR-2 (Coding Style Guide)](http://www.php-fig.org/psr/psr-2/).\n  - [PSR-4 (Autoloading Standard)](http://www.php-fig.org/psr/psr-4/).\n  - [PSR-7 (HTTP Message Interface)](http://www.php-fig.org/psr/psr-7/).\n- Covered with unit tests.\n\n## Requirements\n\n- YouTrack \u003e= 3.0 with REST-API enabled (always enabled, by default)\n- PHP \u003e= 8.1\n- Guzzle HTTP Client \u003e= 7.0\n\n## Provides packages\n\n- [YouTrack REST API PHP Client](https://github.com/cybercog/youtrack-rest-php#readme) maintained by [Anton Komarev].\n\n**Haven't found required functionality? [We are open](CONTRIBUTING.md) for Pull Requests!**\n\n## Frameworks support\n\nPHP YouTrack SDK is framework agnostic package and could be easily used in any PHP framework you want.\n\n### Framework integrations list\n\n- [Laravel YouTrack SDK](https://github.com/cybercog/laravel-youtrack-sdk#readme) maintained by [Anton Komarev].\n\n**Haven't found your favorite framework in the list? [We are open](CONTRIBUTING.md) for Pull Requests!**\n\n## Installation\n\nThe preferred method is via [composer](https://getcomposer.org). Follow the\n[installation instructions](https://getcomposer.org/doc/00-intro.md) if you do not already have\ncomposer installed.\n\nOnce composer is installed, execute the following command in your project root to install this library:\n\n```shell\ncomposer require cybercog/youtrack-php-sdk\n```\n\n### Without framework\n\nBe sure to include the autoloader in your project:\n\n```php\nrequire_once '/path/to/your-project/vendor/autoload.php';\n```\n\n## Usage\n\n### API client\n\n[YouTrack REST API PHP Client package documentation](https://github.com/cybercog/youtrack-php-sdk/wiki/PHP-YouTrack-REST).\n\n## Change log\n\nPlease see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.\n\n## Contributing\n\nPlease see [CONTRIBUTING](CONTRIBUTING.md) for details.\n\n## Testing\n\nRun the tests in terminal with:\n\n```shell\ncomposer test\n```\n\n## Security\n\nIf you discover any security related issues, please email open@cybercog.su instead of using the issue tracker.\n\n## Contributors\n\n| \u003ca href=\"https://github.com/antonkomarev\"\u003e![@antonkomarev](https://avatars.githubusercontent.com/u/1849174?s=110)\u003cbr /\u003eAnton Komarev\u003c/a\u003e |\n| :---: |\n\n[PHP YouTrack SDK contributors list](../../contributors)\n\n## Alternatives\n\n*Feel free to add more alternatives as Pull Request.*\n\n## License\n\n- `PHP YouTrack SDK` package is open-sourced software licensed under the [MIT License](LICENSE) by [Anton Komarev].\n\n## About CyberCog\n\n[CyberCog](https://cybercog.su) is a Social Unity of enthusiasts. Research best solutions in product \u0026 software development is our passion.\n\n- [Follow us on Twitter](https://twitter.com/cybercog)\n- [Read our articles on Medium](https://medium.com/cybercog)\n\n\u003ca href=\"https://cybercog.su\"\u003e\u003cimg src=\"https://cloud.githubusercontent.com/assets/1849174/18418932/e9edb390-7860-11e6-8a43-aa3fad524664.png\" alt=\"CyberCog\"\u003e\u003c/a\u003e\n\n[Anton Komarev]: https://komarev.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcybercog%2Fyoutrack-php-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcybercog%2Fyoutrack-php-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcybercog%2Fyoutrack-php-sdk/lists"}