2017 © Pedro Peláez
 

library kiala

Relay point search for Kiala

image

relaypoint/kiala

Relay point search for Kiala

  • Saturday, January 17, 2015
  • by pfeyssaguet
  • Repository
  • 2 Watchers
  • 1 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

RelayPoint gateway for Kiala

Kiala Relay point search, (*1)

Latest Version Software License Build Status Coverage Status Quality Score, (*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)

The Versions

17/01 2015

dev-master

9999999-dev

Relay point search for Kiala

  Sources   Download

MIT

The Requires

 

The Development Requires

by Pierre Feyssaguet

17/01 2015

v1.0.0

1.0.0.0

Relay point search for Kiala

  Sources   Download

MIT

The Requires

 

The Development Requires

by Pierre Feyssaguet