{"id":15055516,"url":"https://gitlab.com/aochoae/gitlab-api-php","last_synced_at":"2025-04-10T03:53:01.449Z","repository":{"id":62519939,"uuid":"12222849","full_name":"aochoae/gitlab-api-php","owner":"aochoae","description":"Automate GitLab via a simple and powerful API.","archived":false,"fork":false,"pushed_at":null,"size":null,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":null,"default_branch":"main","last_synced_at":"2025-02-02T19:06:55.325Z","etag":null,"topics":["api","git","gitlab","gitlab-api","rest"],"latest_commit_sha":null,"homepage":null,"language":null,"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://gitlab.com/uploads/-/system/project/avatar/12222849/gitlab-icon-rgb.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}},"created_at":"2019-05-08T04:33:11.558Z","updated_at":"2022-06-11T19:04:20.114Z","dependencies_parsed_at":"2022-11-02T13:46:06.638Z","dependency_job_id":null,"html_url":"https://gitlab.com/aochoae/gitlab-api-php","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/gitlab.com/repositories/aochoae%2Fgitlab-api-php","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/gitlab.com/repositories/aochoae%2Fgitlab-api-php/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/gitlab.com/repositories/aochoae%2Fgitlab-api-php/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/gitlab.com/repositories/aochoae%2Fgitlab-api-php/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/gitlab.com/owners/aochoae","download_url":"https://gitlab.com/aochoae/gitlab-api-php/-/archive/main/gitlab-api-php-main.zip","host":{"name":"gitlab.com","url":"https://gitlab.com","kind":"gitlab","repositories_count":4517691,"owners_count":6755,"icon_url":"https://github.com/gitlab.png","version":null,"created_at":"2022-05-30T11:31:42.605Z","updated_at":"2024-07-18T11:24:13.055Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/gitlab.com","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/gitlab.com/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/gitlab.com/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/gitlab.com/owners"}},"keywords":["api","git","gitlab","gitlab-api","rest"],"created_at":"2024-09-24T21:43:35.565Z","updated_at":"2025-02-16T12:31:05.040Z","avatar_url":"https://gitlab.com/uploads/-/system/project/avatar/12222849/gitlab-icon-rgb.png","language":null,"readme":"# GitLab API\n\nAutomate GitLab via a simple and powerful API.\n\n## Requirements\n\n* GitLab version 14.7 or greater\n* PHP version 7.4 or greater\n\n## Install\n\n    composer require luisalberto/gitlab:dev-main\n\n## Usage\n\n    \u003c?php\n\n    require_once(dirname( __FILE__ ) . '/vendor/autoload.php');\n\n    $client = new \\GitLab\\Client([\n        'debug'   =\u003e true,\n        'headers' =\u003e [\n            'PRIVATE-TOKEN' =\u003e 'your-private-token'\n        ]\n    ]);\n\n    $projects = new \\GitLab\\Projects\\Projects($client);\n    $response = $projects-\u003egetProject(12345678);\n\n    echo $response-\u003egetBody()-\u003egetContents();\n\n## License\n\nSee [LICENSE](LICENSE) for the full license text.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/gitlab.com%2Faochoae%2Fgitlab-api-php","html_url":"https://awesome.ecosyste.ms/projects/gitlab.com%2Faochoae%2Fgitlab-api-php","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/gitlab.com%2Faochoae%2Fgitlab-api-php/lists"}