{"id":36761763,"url":"https://github.com/dant89/zoopla-api-php-client","last_synced_at":"2026-01-12T12:56:03.689Z","repository":{"id":56962247,"uuid":"297623750","full_name":"dant89/zoopla-api-php-client","owner":"dant89","description":"A PHP API client for the Zoopla API","archived":false,"fork":false,"pushed_at":"2020-09-22T15:05:06.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-05-02T04:48:30.944Z","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/dant89.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":"2020-09-22T11:11:48.000Z","updated_at":"2020-09-22T15:04:37.000Z","dependencies_parsed_at":"2022-08-21T08:20:48.840Z","dependency_job_id":null,"html_url":"https://github.com/dant89/zoopla-api-php-client","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/dant89/zoopla-api-php-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dant89%2Fzoopla-api-php-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dant89%2Fzoopla-api-php-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dant89%2Fzoopla-api-php-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dant89%2Fzoopla-api-php-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dant89","download_url":"https://codeload.github.com/dant89/zoopla-api-php-client/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dant89%2Fzoopla-api-php-client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28338990,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T12:22:26.515Z","status":"ssl_error","status_checked_at":"2026-01-12T12:22:10.856Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":"2026-01-12T12:56:03.582Z","updated_at":"2026-01-12T12:56:03.658Z","avatar_url":"https://github.com/dant89.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Zoopla API PHP Client\nAn unofficial PHP client for the Zoopla API\n\n[![Latest Stable Version][packagist-image]][packagist-url]\n[![Github Issues][github-issues-image]][github-issues-url]\n\n## Installation\n\nTo install, run `composer require dant89/zoopla-api-php-client` in the root of your project or add `dant89/zoopla-api-php-client` to your composer.json.\n```json\n\"require\": {\n    \"dant89/zoopla-api-php-client\": REPLACE_WITH_VERSION\n}\n```\n\n## Zoopla developer API Documentation\n\nTo read more about how the Zoopla developer API functions, please read the [official documentation](https://developer.zoopla.co.uk).\n\n\n## Usage\n\nUse your provided `api key` upon instantiation of this client. You can also specify the `version` and `response output` to be different from the defaults.\n\n\n```php\nuse Dant89\\ZooplaApiClient\\Client;\n\n// Create base client\n$zooplaClient = new Client(ZOOPLA_API_KEY);\n// Select application client\n$propertyClient = $zooplaClient-\u003egetHttpClient('property');\n$properties = $propertyClient-\u003egetPropertyListings();\n```\n\n## Tests\n\nYou can test your API key by running the PHPUnit tests included in this client.\n\nPlease note that tests will count as API call usages for the API key you specify.\n\nPHPUnit tests:\n\n1. Add your `apiKey` to `tests/Helper/ClientTestCase.php`\n2. `php vendor/phpunit/phpunit/phpunit tests`\n\nPHP CodeSniffer:\n- `php vendor/squizlabs/php_codesniffer/bin/phpcs src --standard=PSR2 --severity=5 --extensions=php`\n\nPHP MessDetector\n- `php vendor/phpmd/phpmd/src/bin/phpmd src text controversial,unusedcode,design `\n\n## Contributions\n\nContributions to the client are welcome, to contribute please:\n\n1. Fork this repository\n2. Create your feature branch\n3. Commit your changes\n4. Push to the branch\n5. Create a new pull request\n\n\n[packagist-image]: https://img.shields.io/packagist/v/dant89/zoopla-api-php-client.svg\n[packagist-url]: https://packagist.org/packages/dant89/zoopla-api-php-client\n\n[github-issues-image]: https://img.shields.io/github/issues/dant89/zoopla-api-php-client\n[github-issues-url]: https://github.com/dant89/zoopla-api-php-client/issues\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdant89%2Fzoopla-api-php-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdant89%2Fzoopla-api-php-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdant89%2Fzoopla-api-php-client/lists"}