Download the PHP package dant89/zoopla-api-php-client without Composer
On this page you can find all versions of the php package dant89/zoopla-api-php-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download dant89/zoopla-api-php-client
More information about dant89/zoopla-api-php-client
Files in dant89/zoopla-api-php-client
Package zoopla-api-php-client
Short Description A lightweight PHP client for the Zoopla API
License MIT
Informations about the package zoopla-api-php-client
Zoopla API PHP Client
An unofficial PHP client for the Zoopla API
Installation
To 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.
Zoopla developer API Documentation
To read more about how the Zoopla developer API functions, please read the official documentation.
Usage
Use your provided api key
upon instantiation of this client. You can also specify the version
and response output
to be different from the defaults.
Tests
You can test your API key by running the PHPUnit tests included in this client.
Please note that tests will count as API call usages for the API key you specify.
PHPUnit tests:
- Add your
apiKey
totests/Helper/ClientTestCase.php
php vendor/phpunit/phpunit/phpunit tests
PHP CodeSniffer:
php vendor/squizlabs/php_codesniffer/bin/phpcs src --standard=PSR2 --severity=5 --extensions=php
PHP MessDetector
php vendor/phpmd/phpmd/src/bin/phpmd src text controversial,unusedcode,design
Contributions
Contributions to the client are welcome, to contribute please:
- Fork this repository
- Create your feature branch
- Commit your changes
- Push to the branch
- Create a new pull request
All versions of zoopla-api-php-client with dependencies
ext-json Version *
guzzlehttp/guzzle Version ^6.0
symfony/http-foundation Version 3.4.*|4.4.*|5.*