relaypoint/chronorelais

Relay point search for Chrono Relais

v1.0.0 2015-01-17 09:27 UTC

This package is not auto-updated.

Last update: 2024-04-27 13:56:45 UTC


README

Chrono Relais (Chronopost) Relay point search

Latest Version Software License Build Status Coverage Status Quality Score

Installation

Install via Composer. To install, simply add it to your composer.json file:

{
    "require": {
        "relaypoint/chronorelais": "~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('Chronorelais');

$a = $o->search(array('zip' => '92100'));

var_dump($a);

Testing

$ phpunit

Credits

License

The MIT License (MIT). Please see License File for more information.