2017 © Pedro Peláez
 

library chronorelais

Relay point search for Chrono Relais

image

relaypoint/chronorelais

Relay point search for Chrono Relais

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

The README.md

RelayPoint gateway for Chrono Relais

Chrono Relais (Chronopost) 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/chronorelais": "~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('Chronorelais');, (*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 Chrono Relais

  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 Chrono Relais

  Sources   Download

MIT

The Requires

 

The Development Requires

by Pierre Feyssaguet