{"id":22354504,"url":"https://github.com/mcmatters/gitlab-api","last_synced_at":"2026-04-24T23:31:19.738Z","repository":{"id":62526120,"uuid":"107129196","full_name":"MCMatters/gitlab-api","owner":"MCMatters","description":"Gitlab API Client","archived":false,"fork":false,"pushed_at":"2021-06-19T21:12:09.000Z","size":174,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-26T12:47:03.278Z","etag":null,"topics":["api-client","gitlab","gitlab-api","gitlab-webhook","package","php-client","php7"],"latest_commit_sha":null,"homepage":"","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-16T13:11:36.000Z","updated_at":"2021-06-19T21:12:12.000Z","dependencies_parsed_at":"2022-11-02T14:16:01.211Z","dependency_job_id":null,"html_url":"https://github.com/MCMatters/gitlab-api","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/MCMatters/gitlab-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MCMatters%2Fgitlab-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MCMatters%2Fgitlab-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MCMatters%2Fgitlab-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MCMatters%2Fgitlab-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MCMatters","download_url":"https://codeload.github.com/MCMatters/gitlab-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MCMatters%2Fgitlab-api/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260694312,"owners_count":23047813,"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","gitlab","gitlab-api","gitlab-webhook","package","php-client","php7"],"created_at":"2024-12-04T13:13:06.554Z","updated_at":"2026-04-24T23:31:19.712Z","avatar_url":"https://github.com/MCMatters.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"## GitLab API PHP client\n\n### Installation\n\n```bash\ncomposer require mcmatters/gitlab-api\n```\n\n### Usage\n\n```php\n\u003c?php\n\ndeclare(strict_types = 1);\n\nrequire 'vendor/autoload.php';\n\n$client = new \\McMatters\\GitlabApi\\GitlabClient('URL', 'TOKEN');\n\n// You can use one of the fifth resource contexts:\n// 1. Groups\n// 2. Projects\n// 3. Standalone\n// 4. Users\n// 5. Templates\n// Each of them you can find on https://gitlab.com/help/api/api_resources.md\n$epics = $client-\u003egroup()-\u003eepic()-\u003elist(1);\n$mergeRequests = $client-\u003eproject()-\u003emergeRequest()-\u003elist(1);\n$queueMetrics = $client-\u003estandalone()-\u003esidekiqMetric()-\u003equeueMetrics();\n$starredProjects = $client-\u003euser()-\u003eproject()-\u003elistStarred(1);\n$dockerTemplates = $client-\u003etemplate()-\u003edockerfile()-\u003elist();\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcmatters%2Fgitlab-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmcmatters%2Fgitlab-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcmatters%2Fgitlab-api/lists"}