relaypoint/chronorelais 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱: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.24k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 6
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 未知