RelayPoint gateway for Kiala
Kiala Relay point search, (*1)
, (*2)
Installation
Install via Composer. To install, simply add it
to your composer.json file:, (*3)
{
"require": {
"relaypoint/kiala": "~1.0"
}
}
And run composer to update your dependencies:, (*4)
$ curl -s http://getcomposer.org/installer | php
$ php composer.phar update
Usage
``` php
$o = (new GatewayFactory())->create('Kiala');
$o->setParameter('dspid', 'DEMO_DSP'); // Replace this with your dspid, (*5)
$a = $o->search(array('zip' => '92100'));, (*6)
var_dump($a);, (*7)
## Testing
``` bash
$ phpunit
Credits
License
The MIT License (MIT). Please see License File for more information., (*8)