{"id":18737890,"url":"https://github.com/technodelight/php-jira-client","last_synced_at":"2025-07-28T23:34:19.008Z","repository":{"id":69391240,"uuid":"325301384","full_name":"technodelight/php-jira-client","owner":"technodelight","description":"PHP Jira client","archived":false,"fork":false,"pushed_at":"2021-02-03T10:30:55.000Z","size":69,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-20T02:50:44.800Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/technodelight.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-12-29T14:01:10.000Z","updated_at":"2020-12-31T13:11:38.000Z","dependencies_parsed_at":"2023-05-01T04:31:20.105Z","dependency_job_id":null,"html_url":"https://github.com/technodelight/php-jira-client","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/technodelight/php-jira-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/technodelight%2Fphp-jira-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/technodelight%2Fphp-jira-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/technodelight%2Fphp-jira-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/technodelight%2Fphp-jira-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/technodelight","download_url":"https://codeload.github.com/technodelight/php-jira-client/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/technodelight%2Fphp-jira-client/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267604302,"owners_count":24114521,"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","status":"online","status_checked_at":"2025-07-28T02:00:09.689Z","response_time":68,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-11-07T15:27:18.140Z","updated_at":"2025-07-28T23:34:18.989Z","avatar_url":"https://github.com/technodelight.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PHP Jira Client\n\nUnofficial client for Atlassian Jira, through REST API.\n\n# Usage\n\n```php\nuse Technodelight\\Jira\\Domain\\Issue\\IssueKey;\nuse Technodelight\\JiraRestApi\\Api;\nuse Technodelight\\JiraRestApi\\HttpClient;\nuse Technodelight\\JiraRestApi\\HttpClient\\Config;\n\nclass MyConfig implements Config\n{    \n    public function username() {\n        return 'test';    \n    }\n    public function password() {\n        return 'api key from jira instance';\n    }\n    public function domain() {\n        return 'myinstance.atlassian.net';\n    }\n}\n$client = new Api(new HttpClient(new MyConfig()));\n$issue = $client-\u003eretrieveIssue(IssueKey::fromString('TEST-123'));\nprint $issue-\u003eassignee() . PHP_EOL;\n```\n\n# License\n\nGNU GPLv3\n\nCopyright (c) 2015-2019 Zsolt Gál\nSee LICENSE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechnodelight%2Fphp-jira-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftechnodelight%2Fphp-jira-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechnodelight%2Fphp-jira-client/lists"}