DezrezOne PHP Dependency
This PHP class is designed to be injected into PSR namespace projects and autoloaded using composer., (*1)
Installation
composer install lanos/drone
Usage
Initiate the class via:, (*2)
$dezrez = new Dezrez($apikey, $agencyID);
Authentication is done via the API key. No need to exchange tokens., (*3)
The following functions can be called., (*4)
// Carry out a property search
$dezrez->propertySearch($arrayOfCriteria)
// Get a single property
$dezrez->propertyDetails($propertyID)
// Change count as necesssary
$dezrez->featuredProperties(4, $rentalperiod, $branchlist)
// Change count as necesssary
$dezrez->propertySearch(4, $rentalperiod, $branchlist)
The results are returned as XML and are loaded using simpleXML. Please ensure you have simpleXML enabled on your hosting., (*5)
If you want more functionality, why not upgrade to Rezi?
Have Fun!, (*6)