{"id":20168238,"url":"https://github.com/augmentedlogic/maven-central-api-php","last_synced_at":"2026-05-13T19:31:37.827Z","repository":{"id":193730493,"uuid":"689346185","full_name":"augmentedlogic/maven-central-api-php","owner":"augmentedlogic","description":"PHP client for maven central ","archived":false,"fork":false,"pushed_at":"2023-09-09T16:32:37.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2023-12-16T15:56:38.368Z","etag":null,"topics":["client","maven","php","sonatype"],"latest_commit_sha":null,"homepage":"","language":"PHP","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://github.com/augmentedlogic.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}},"created_at":"2023-09-09T14:16:01.000Z","updated_at":"2023-09-09T16:39:11.000Z","dependencies_parsed_at":"2023-09-09T18:06:12.926Z","dependency_job_id":null,"html_url":"https://github.com/augmentedlogic/maven-central-api-php","commit_stats":null,"previous_names":["augmentedlogic/maven-central-api-php"],"tags_count":1,"template":null,"template_full_name":null,"purl":"pkg:github/augmentedlogic/maven-central-api-php","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/augmentedlogic%2Fmaven-central-api-php","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/augmentedlogic%2Fmaven-central-api-php/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/augmentedlogic%2Fmaven-central-api-php/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/augmentedlogic%2Fmaven-central-api-php/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/augmentedlogic","download_url":"https://codeload.github.com/augmentedlogic/maven-central-api-php/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/augmentedlogic%2Fmaven-central-api-php/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32997492,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"ssl_error","status_checked_at":"2026-05-13T13:14:51.610Z","response_time":115,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["client","maven","php","sonatype"],"created_at":"2024-11-14T01:07:01.420Z","updated_at":"2026-05-13T19:31:37.804Z","avatar_url":"https://github.com/augmentedlogic.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# maven-central-api-php\n\nPHP client for the maven central REST API\n\n```\n\u003c?php\n\nrequire_once dirname(__FILE__).'/vendor/autoload.php';\n\nuse \\com\\augmentedlogic\\mavencentralapi\\MavenCentralClient;\nuse \\com\\augmentedlogic\\mavencentralapi\\Result;\n\n$mcc = new MavenCentralClient();\n\n$results = $mcc-\u003esearchByGroupId(\"com.augmentedlogic.simpleslack\");\n foreach($results as $r) {\n     print \"-- doc --\\n\";\n     print $r-\u003egetTimestamp().\"\\n\";\n     print $r-\u003egetVersion().\"\\n\";\n     print $r-\u003egetArtifactId().\"\\n\";\n     print $r-\u003egetWebLink().\"\\n\";\n }\n\nsleep(1);\n\n$results = $mcc-\u003esearch(\"log\");\n foreach($results as $a) {\n     print \"-- doc --\\n\";\n     print $r-\u003egetTimestamp().\"\\n\";\n     print $r-\u003egetLatestVersion().\"\\n\";\n     print $r-\u003egetArtifactId().\"\\n\";\n     print $r-\u003egetWebLink().\"\\n\";\n }\n\nsleep(1);\n\n$results = $mcc-\u003esearchByArtifact(\"guice\");\n foreach($results as $r) {\n     print \"-- doc --\\n\";\n     print $r-\u003egetTimestamp().\"\\n\";\n     print $r-\u003egetLatestVersion().\"\\n\";\n     print $r-\u003egetArtifactId().\"\\n\";\n     print $r-\u003egetWebLink().\"\\n\";\n }\n\n\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faugmentedlogic%2Fmaven-central-api-php","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faugmentedlogic%2Fmaven-central-api-php","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faugmentedlogic%2Fmaven-central-api-php/lists"}