{"id":22354489,"url":"https://github.com/mcmatters/redmine-api","last_synced_at":"2025-07-25T00:43:08.460Z","repository":{"id":57016672,"uuid":"106568430","full_name":"MCMatters/redmine-api","owner":"MCMatters","description":null,"archived":false,"fork":false,"pushed_at":"2020-06-13T21:26:26.000Z","size":37,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-31T13:43:48.731Z","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}},"created_at":"2017-10-11T14:54:49.000Z","updated_at":"2020-06-13T21:26:16.000Z","dependencies_parsed_at":"2022-08-22T09:40:38.915Z","dependency_job_id":null,"html_url":"https://github.com/MCMatters/redmine-api","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MCMatters%2Fredmine-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MCMatters%2Fredmine-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MCMatters%2Fredmine-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MCMatters%2Fredmine-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MCMatters","download_url":"https://codeload.github.com/MCMatters/redmine-api/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245658979,"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:03.343Z","updated_at":"2025-03-26T12:41:18.937Z","avatar_url":"https://github.com/MCMatters.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Redmine API Client\n\n### Installation\n\n`composer require mcmatters/redmine-api`\n\n### Usage\n\n```php\n\u003c?php\n\nrequire 'vendor/autoload.php';\n\n$client = new \\McMatters\\RedmineApi\\RedmineClient('https://redmine.org', 'API_KEY');\n\n$issue = $client-\u003eissue()-\u003ecreate([\n    'project_id' =\u003e 1,\n    'subject' =\u003e 'Foo',\n    'description' =\u003e 'bar',\n]);\n\n$client-\u003etimeEntry()-\u003ecreate($issue['id'], '15min');\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcmatters%2Fredmine-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmcmatters%2Fredmine-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcmatters%2Fredmine-api/lists"}