2017 © Pedro Peláez
 

library rezi-php

A rezi PHP class

image

lanos/rezi-php

A rezi PHP class

  • Saturday, June 16, 2018
  • by syn6uk
  • Repository
  • 0 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 100 % Grown

The README.md

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)

The Versions

16/06 2018

dev-master

9999999-dev

A rezi PHP class

  Sources   Download

MIT

by Lanos