{"id":22354531,"url":"https://github.com/mcmatters/jira-api","last_synced_at":"2025-03-26T12:41:29.598Z","repository":{"id":78913893,"uuid":"143842683","full_name":"MCMatters/jira-api","owner":"MCMatters","description":null,"archived":false,"fork":false,"pushed_at":"2019-03-11T21:39:08.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-31T13:43:51.366Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MCMatters.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2018-08-07T08:23:39.000Z","updated_at":"2019-03-11T21:39:10.000Z","dependencies_parsed_at":"2023-03-22T07:48:07.509Z","dependency_job_id":null,"html_url":"https://github.com/MCMatters/jira-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MCMatters%2Fjira-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MCMatters%2Fjira-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MCMatters%2Fjira-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MCMatters%2Fjira-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MCMatters","download_url":"https://codeload.github.com/MCMatters/jira-api/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245658980,"owners_count":20651519,"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":[],"created_at":"2024-12-04T13:13:12.437Z","updated_at":"2025-03-26T12:41:29.593Z","avatar_url":"https://github.com/MCMatters.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Jira Rest PHP Client\n\n### Installation\n\n```bash\ncomposer require mcmatters/jira-api\n```\n\n### Usage\n\n```php\n\u003c?php\n\ndeclare(strict_types = 1);\n\nrequire 'vendor/autoload.php';\n\n$apiUrl = 'https://organization.atlassian.net/rest/api/2';\n$token = 'some_token';\n\n$client = new \\McMatters\\JiraApi\\JiraClient($apiUrl, $token);\n\ntry {\n    $project = $client-\u003eproject()-\u003eget('PROJ');\n} catch (Throwable $e) {\n    $error = json_decode($e-\u003egetMessage(), true);\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcmatters%2Fjira-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmcmatters%2Fjira-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcmatters%2Fjira-api/lists"}