2017 © Pedro Peláez
 

library mondialrelay

Relay point search for Mondial Relay

image

relaypoint/mondialrelay

Relay point search for Mondial Relay

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

The README.md

RelayPoint gateway for Mondial Relay

Mondial Relay 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/mondialrelay": "~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('MondialRelay'); $o->setParameter('login', 'your login or enseigne code'); $o->setParameter('privateKey', 'your private key');, (*5)

$a = $o->search(array('zip' => '75004', 'serviceCode' => '24R', 'weight' => 12000));, (*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 Mondial Relay

  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 Mondial Relay

  Sources   Download

MIT

The Requires

 

The Development Requires

by Pierre Feyssaguet