relaypoint / kiala
Relay point search for Kiala
Installs: 15
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
pkg:composer/relaypoint/kiala
Requires
- php: >=5.3.3
- relaypoint/core: ~1.0
Requires (Dev)
- phpunit/phpunit: 3.7.*
This package is not auto-updated.
Last update: 2025-10-25 21:07:48 UTC
README
Kiala Relay point search
Installation
Install via Composer. To install, simply add it
to your composer.json file:
{
"require": {
"relaypoint/kiala": "~1.0"
}
}
And run composer to update your dependencies:
$ curl -s http://getcomposer.org/installer | php
$ php composer.phar update
Usage
$o = (new GatewayFactory())->create('Kiala'); $o->setParameter('dspid', 'DEMO_DSP'); // Replace this with your dspid $a = $o->search(array('zip' => '92100')); var_dump($a);
Testing
$ phpunit
Credits
License
The MIT License (MIT). Please see License File for more information.