2017 © Pedro Peláez
 

library idx-broker-api

package for calling the IDX Broker API using Guzzle

image

antonioortegajr/idx-broker-api

package for calling the IDX Broker API using Guzzle

  • Thursday, September 1, 2016
  • by antonioortegajr
  • Repository
  • 1 Watchers
  • 0 Stars
  • 10 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 4 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

IDX API package

Latest Stable Version Latest Unstable Version License Total Downloads, (*1)

Package for calling the IDX Broker API., (*2)

Contributing

Only IDX peeps at this time., (*3)

Install

Via Composer bash $ composer require antonioortegajr/idx-broker-api, (*4)

Usage

Example: ```php <?php, (*5)

/* * Example use * Pass your API endpoint and the method to the apiCall() */, (*6)

require_once "vendor/antonioortegajr/idx-broker-api/vendor/autoload.php"; require_once "vendor/antonioortegajr/idx-broker-api/src/idxApiClass.php";, (*7)

use \antonioortegajr\idxAPI as idxCall;, (*8)

$apiKey = 'yourApiKeyHere';, (*9)

// GET Not all methods are available in this version $requestMethod = 'GET';, (*10)

//available components leads, clients, partners, mls $apiComponent = 'leads';, (*11)

$apiMethod = 'lead';, (*12)

$apiVersion = '1.0.4';, (*13)

$apiClass = new idxCall\idxApiClass();, (*14)

echo $apiClass::apiCall($requestMethod, $apiKey, $apiComponent, $apiMethod, $apiVersion);, (*15)

The Versions

01/09 2016

dev-master

9999999-dev https://github.com/antonioortegajr/idxApiPackage

package for calling the IDX Broker API using Guzzle

  Sources   Download

MIT

The Requires

 

The Development Requires

real estate idx idx broker

27/08 2016

v0.0.1

0.0.1.0 https://github.com/antonioortegajr/idxApiPackage

package for calling the IDX Broker API

  Sources   Download

MIT

The Requires

 

The Development Requires

real estate idx idx broker