定制 relaypoint/chronorelais 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

relaypoint/chronorelais

最新稳定版本:v1.0.0

Composer 安装命令:

composer require relaypoint/chronorelais

包简介

Relay point search for Chrono Relais

README 文档

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.

统计信息

  • 总下载量: 757.31k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-01-17