reziPHP
Rezi PHP Class for quick integration for web devs, (*1)
Hello, This is a simple php class designed to be included in composer based projects. It should allow web developers to quickly implement rezi property search functionality within their website projects., (*2)
Usage
Initiate the class via:, (*3)
$rezi = new Rezi($apikey, $clientsecret, $clientID, $environment);
Authentication is already done for you on class __construct, (*4)
NOTE: The $apikey variable should be set to false if you are using a client secret and ID. The class will save the returned access token to a randomly named txt file., (*5)
Call an endpoint by:, (*6)
$rezi->getRezi($type, $endpoint, $pagesize = false, $pagenumber = false, $payload = false, $qstring = false)
The JSON encoded results are automatically decoded into a PHP array ready for use., (*7)
WARNING: Ensure directory indexing is OFF in apache or nginx, otherwise someone could find your access token., (*8)
New Features will be added as they become available in Rezi.
Have Fun!, (*9)