{"id":28354733,"url":"https://github.com/geocoder-php/provider-integration-tests","last_synced_at":"2026-01-20T17:16:13.507Z","repository":{"id":45005554,"uuid":"91339275","full_name":"geocoder-php/provider-integration-tests","owner":"geocoder-php","description":"Integration tests for Providers","archived":false,"fork":false,"pushed_at":"2025-11-23T09:34:02.000Z","size":47,"stargazers_count":0,"open_issues_count":1,"forks_count":6,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-11-23T11:20:19.634Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/geocoder-php.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2017-05-15T13:10:12.000Z","updated_at":"2025-11-23T09:34:06.000Z","dependencies_parsed_at":"2024-06-21T19:09:17.497Z","dependency_job_id":"3f71aa2d-fc9e-4efb-9924-9a92ff961436","html_url":"https://github.com/geocoder-php/provider-integration-tests","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/geocoder-php/provider-integration-tests","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geocoder-php%2Fprovider-integration-tests","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geocoder-php%2Fprovider-integration-tests/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geocoder-php%2Fprovider-integration-tests/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geocoder-php%2Fprovider-integration-tests/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/geocoder-php","download_url":"https://codeload.github.com/geocoder-php/provider-integration-tests/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geocoder-php%2Fprovider-integration-tests/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28607625,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T16:10:39.856Z","status":"ssl_error","status_checked_at":"2026-01-20T16:10:39.493Z","response_time":117,"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":[],"created_at":"2025-05-28T03:09:05.884Z","updated_at":"2026-01-20T17:16:13.499Z","avatar_url":"https://github.com/geocoder-php.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Geocoder integration tests\n\n[![Build Status](https://github.com/geocoder-php/provider-integration-tests/actions/workflows/php.yml/badge.svg)](https://github.com/geocoder-php/provider-integration-tests/actions/workflows/php.yml)\n[![Latest Stable Version](https://poser.pugx.org/geocoder-php/provider-integration-tests/v/stable)](https://packagist.org/packages/geocoder-php/provider-integration-tests)\n[![Total Downloads](https://poser.pugx.org/geocoder-php/provider-integration-tests/downloads)](https://packagist.org/packages/geocoder-php/provider-integration-tests)\n[![Monthly Downloads](https://poser.pugx.org/geocoder-php/provider-integration-tests/d/monthly.png)](https://packagist.org/packages/geocoder-php/provider-integration-tests)\n[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)\n\nThis repository contains integration tests to make sure your implementation of a Geocoder Provider is correct.\n\n### Install\n\n```bash\ncomposer require --dev geocoder-php/provider-integration-tests:dev-master\n```\n\n### Use\n\nCreate a test that looks like this:\n\n```php\nuse Geocoder\\IntegrationTest\\ProviderIntegrationTest;\nuse Geocoder\\Provider\\GoogleMaps\\GoogleMaps;\nuse Psr\\Http\\Client\\ClientInterface;\n\nclass IntegrationTest extends ProviderIntegrationTest\n{\n    protected function createProvider(ClientInterface $httpClient)\n    {\n        return new GoogleMaps($httpClient);\n    }\n\n    protected function getCacheDir(): string;\n    {\n        return dirname(__DIR__).'/.cached_responses';\n    }\n\n    protected function getApiKey(): string;\n    {\n        return env('GOOGLE_API_KEY');\n    }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeocoder-php%2Fprovider-integration-tests","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeocoder-php%2Fprovider-integration-tests","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeocoder-php%2Fprovider-integration-tests/lists"}