Download the PHP package antonioortegajr/idx-broker-api without Composer
On this page you can find all versions of the php package antonioortegajr/idx-broker-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download antonioortegajr/idx-broker-api
More information about antonioortegajr/idx-broker-api
Files in antonioortegajr/idx-broker-api
Download antonioortegajr/idx-broker-api
More information about antonioortegajr/idx-broker-api
Files in antonioortegajr/idx-broker-api
Vendor antonioortegajr
Package idx-broker-api
Short Description package for calling the IDX Broker API
License MIT
Homepage https://github.com/antonioortegajr/idxApiPackage
Package idx-broker-api
Short Description package for calling the IDX Broker API
License MIT
Homepage https://github.com/antonioortegajr/idxApiPackage
Please rate this library. Is it a good library?
Informations about the package idx-broker-api
IDX API package
Package for calling the IDX Broker API.
Contributing
Only IDX peeps at this time.
Install
Via Composer
Usage
Example:
<?php
/*
* Example use
* Pass your API endpoint and the method to the apiCall()
*/
require_once "vendor/antonioortegajr/idx-broker-api/vendor/autoload.php";
require_once "vendor/antonioortegajr/idx-broker-api/src/idxApiClass.php";
use \antonioortegajr\idxAPI as idxCall;
$apiKey = 'yourApiKeyHere';
// GET Not all methods are available in this version
$requestMethod = 'GET';
//available components leads, clients, partners, mls
$apiComponent = 'leads';
$apiMethod = 'lead';
$apiVersion = '1.0.4';
$apiClass = new idxCall\idxApiClass();
echo $apiClass::apiCall($requestMethod, $apiKey, $apiComponent, $apiMethod, $apiVersion);
All versions of idx-broker-api with dependencies
PHP Build Version
Package Version
The package antonioortegajr/idx-broker-api contains the following files
Loading the files please wait ....