Download the PHP package epse/miep-php-api-client without Composer
On this page you can find all versions of the php package epse/miep-php-api-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package miep-php-api-client
MIEP Public API Client
Installation
Get your preferred HTTP Client implementation
install the latest version with
Usage
More info: PHP-HTTP
Guzzle example
Get list of available Brokers
Get information for given Broker
Note: Broker ID is the sub-domain of the broker's MaxImmo URL. This Broker ID will be provided in the list of available brokers discussed earlier.
Get Real Estate for Broker
Note: Broker ID is the sub-domain of the broker's MaxImmo URL. This Broker ID will be provided in the list of available brokers discussed earlier.
Get property for Broker
Note:
- brokerId is the sub-domain of the broker's MaxImmo URL. This Broker ID will be provided in the list of available brokers discussed earlier.
- propertyId is the Max-immo property id. This Property ID will be provided in the list of available Real Estate discussed earlier.
Get project for broker
Note:
- brokerId is the sub-domain of the broker's MaxImmo URL. This Broker ID will be provided in the list of available brokers discussed earlier.
- projectId is the Max-immo property id. This Project ID will be provided in the list of available Real Estate discussed earlier.
Versioning
This library will follow the classic semver versioning. The master branch will always follow the latest release.
Changes on the core of this library and added features, will be merged back to previous versions on a best effort basis.
License
The MIT License (MIT). Please see License File for more information.
All versions of miep-php-api-client with dependencies
beberlei/assert Version ^2.9
php-http/httplug Version ^1.1
php-http/client-implementation Version ^1.0
php-http/message Version ^1.11
shrikeh/teapot Version ^2.3